summaryrefslogtreecommitdiff
path: root/common/vboot_hash.c
Commit message (Expand)AuthorAgeFilesLines
* Add CONFIG_CMD_HASH to optionally remove 'hash' console command.Todd Broch2015-01-061-2/+2
* Add cprints() and ccprints()Vic Yang2014-05-211-6/+6
* Convert vboot hash calculation from task to deferred functionRandall Spangler2014-01-091-82/+83
* Return hash status on HAST_START commandVic Yang2013-10-141-5/+4
* Invalidate hash if flash operation changes the hashed regionRandall Spangler2012-12-101-8/+42
* Clean up vboot hash supportRandall Spangler2012-10-251-2/+2
* EC recalculates RW code hash after all sysjumpsRandall Spangler2012-09-201-5/+9
* Add capability to auto-hash correct size for EC-RO or EC-RWRandall Spangler2012-09-121-29/+56
* Fix not setting in_progress flag when starting hash computationRandall Spangler2012-09-121-1/+1
* Allow hashing an empty RW imageRandall Spangler2012-08-241-16/+10
* vboot: fix flash offset for hashVincent Palatin2012-08-061-2/+2
* Enhance printf()Randall Spangler2012-07-301-14/+6
* Change host command params/response pointers to void *Randall Spangler2012-07-261-4/+2
* Calculate the hash only of the actual RW codeRandall Spangler2012-07-241-1/+2
* hash command without args prints current hashRandall Spangler2012-07-241-0/+15
* Rename A and B images to RW and RW_B, part 1Randall Spangler2012-07-171-4/+4
* Security fix: bounds check in vboot_hash_start()Bill Richardson2012-07-131-8/+8
* Refactor API for host commands, and handle variable length data betterRandall Spangler2012-07-111-8/+10
* Add hash supportRandall Spangler2012-06-251-0/+305