summaryrefslogtreecommitdiff
path: root/common/vboot_hash.c
Commit message (Expand)AuthorAgeFilesLines
* it8xxx2: add hw sha256Dino Li2022-12-201-1/+5
* vboot: remove unnecessary hash re-calculationTing Shen2022-10-141-3/+12
* zephyr: tests: Test `hash` console cmd in `common/vboot_hash.c`Tristan Honscheid2022-10-071-0/+10
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* util: remove unused includesYuval Peress2022-08-051-0/+1
* tree: Remove non-standard "%ph" printf formatTom Hughes2022-07-191-5/+19
* common/vboot_hash.c: Format with clang-formatJack Rosenthal2022-06-301-29/+26
* 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