summaryrefslogtreecommitdiff
path: root/common/rwsig.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* common/rwsig.c: Format with clang-formatJack Rosenthal2022-07-011-25/+19
* tree: Make all host commands staticTom Hughes2021-10-151-2/+2
* include/flash: rename the APIsTim Lin2021-06-091-7/+8
* version: Rename version.h to cros_version.hYuval Peress2021-01-071-1/+1
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-2/+2
* ec: change usage of "sane" per inclusive languagePaul Fagerburg2020-07-221-1/+1
* rwsig: Do not jump to RW if "STAY_IN_RO" flag is setTom Hughes2020-05-141-0/+6
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-281-3/+3
* common/vboot: Add rwsig info commandTom Hughes2020-02-061-1/+2
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-2/+2
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* tasks: convert TASK_EVENT_CUSTOM macro to bitJett Rink2019-04-241-2/+2
* common/flash: Abort rwsig when RW is erased/written toNicolas Boichat2018-07-251-2/+5
* rwsig: If RW cannot be locked separately, always increment rollbackNicolas Boichat2018-07-171-4/+7
* shared_mem: Assert that shared memory size is large enoughNicolas Boichat2018-05-071-1/+1
* Fix inconsistent task function declarationsStefan Reinauer2017-08-081-1/+1
* rwsig: Fix mapped read location for rwsig / pubkeyShawn Nematbakhsh2017-06-211-0/+4
* rollback: Add option to store secret in rollback infoNicolas Boichat2017-05-251-1/+1
* rwsig: protect flash with EC_FLASH_PROTECT_ALL_NOW whenever possibleWei-Ning Huang2017-05-101-13/+20
* rwsig: add host command for controlling rwsig taskWei-Ning Huang2017-05-061-0/+22
* rwsig: add host command for getting rwsig statusWei-Ning Huang2017-04-271-0/+15
* rwsig/update_fw: Prevent race in rollback protectionNicolas Boichat2017-04-261-7/+6
* rwsig: protect all flash before jumping to RWNicolas Boichat2017-04-261-2/+21
* rwsig: Make it possible to run as a taskNicolas Boichat2017-04-111-14/+71
* common: Split rwsig parts from rsa.h headerNicolas Boichat2017-04-111-0/+1
* rollback: Update and lock rollback block as part of rwsig verificationNicolas Boichat2017-04-111-2/+32
* common/rollback: Add support for rollback protectionNicolas Boichat2017-04-061-0/+18
* rwsig: Add support for rwsig image typesNicolas Boichat2017-02-171-8/+84
* cleanup: Handle signed RW images a bit cleanerBill Richardson2015-09-251-11/+4
* cleanup: Rename geometry constantsShawn Nematbakhsh2015-09-161-3/+5
* Update some TODO comments.Bill Richardson2015-09-031-0/+1
* cleanup: Rename image geometry CONFIGsShawn Nematbakhsh2015-05-121-5/+5
* cr50: enable signed RW imagesBill Richardson2015-02-251-2/+5
* pd: log important events for accessoriesVincent Palatin2015-01-151-0/+3
* Add RW firmware signature verification for common runtimeVincent Palatin2014-12-011-0/+72