summaryrefslogtreecommitdiff
path: root/common/vboot_hash.c
Commit message (Expand)AuthorAgeFilesLines
* mec1322: clock: Use full-speed 48MHz processor clock during EC bootShawn Nematbakhsh2016-02-091-1/+1
* vboot_hash: Properly handle hash of zero-byte regionShawn Nematbakhsh2016-01-201-2/+9
* vboot_hash: check the current hash is for the right regionMary Ruthven2016-01-051-4/+19
* cleanup: Fix mapped storage accessesShawn Nematbakhsh2015-09-211-1/+1
* cleanup: Change meaning of storage offset CONFIGsShawn Nematbakhsh2015-09-161-4/+9
* cleanup: Rename geometry constantsShawn Nematbakhsh2015-09-161-3/+3
* vboot_hash: Abort hash calculation on flash writeDivya Jyothi2015-07-011-1/+6
* mec1322: Compute hash for RW image by using the RW image resident in flash.Shamile Khan2015-06-161-6/+6
* cleanup: Rename image geometry CONFIGsShawn Nematbakhsh2015-05-121-7/+7
* Support vboot hash and system version if flash isn't memory-mappedRandall Spangler2015-02-051-0/+39
* 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