summaryrefslogtreecommitdiff
path: root/common/vboot_hash.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-498/+0
* common: vboot_hash: cast UL to uintptr_t to remove warningDenis Brockus2021-07-271-2/+4
* include/flash: rename the APIsTim Lin2021-06-091-3/+3
* zephyr: Remove CONFIG_VBOOT_HASH_RELOAD_WATCHDOGMichał Barnaś2021-05-181-18/+0
* vboot: convert watchdog reload check to plain #ifdefYuval Peress2021-05-021-6/+7
* vboot_hash: Add watchdog reloadsKeith Short2021-03-091-0/+17
* vboot: Remove unused VBOOT_HASH_SYSJUMP definesYuval Peress2021-03-011-3/+0
* common: remove unused CONFIG_SAVE_VBOOT_HASHYuval Peress2021-02-181-37/+0
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-151-2/+3
* npcx9: support SHA256 hardware acceleratorCHLin2020-10-131-0/+3
* ec: change usage of "sane" per inclusive languagePaul Fagerburg2020-07-221-2/+2
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-281-3/+3
* EFS2: Implement Early Firmware Selection ver.2Daisuke Nojiri2020-02-091-20/+69
* printf: Convert %h to %phEvan Green2019-10-051-2/+2
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-1/+2
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* vboot: increase the CPU clock during security computationCHLin2019-03-211-0/+5
* shared_mem: Assert that shared memory size is large enoughNicolas Boichat2018-05-071-0/+3
* vboot: Add error message in hash commandJagadish Krishnamoorthy2017-09-291-0/+1
* vboot: Modify the parameter offsetJagadish Krishnamoorthy2017-09-271-1/+5
* EFS: Switch active slot when current slot is invalidDaisuke Nojiri2017-09-211-3/+3
* EFS: Add support for early firmware selectionDaisuke Nojiri2017-09-121-28/+36
* vboot_hash: Don't auto-start hashing in recovery modeShawn Nematbakhsh2017-06-271-1/+11
* console: Add non-verbose print config optionShawn Nematbakhsh2017-02-111-1/+7
* flash: Call lock function prior to mapped external readShawn Nematbakhsh2016-09-161-0/+2
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-181-6/+7
* 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