summaryrefslogtreecommitdiff
path: root/common/vboot/efs2.c
Commit message (Expand)AuthorAgeFilesLines
* crc8: rename crc8 to cros_crc8 to to avoid zephyr conflictJett Rink2020-11-131-1/+1
* Revert "crc8: rename crc8 to cros_crc8 to to avoid zephyr conflict"Jett Rink2020-11-111-1/+1
* crc8: rename crc8 to cros_crc8 to to avoid zephyr conflictJett Rink2020-11-111-1/+1
* Revert "system: Clear AP_IDLE when waking up from hibernation by AC"Daisuke Nojiri2020-08-181-12/+0
* Revert "power: Clear AP_IDLE when waking up by PB or LID"Daisuke Nojiri2020-08-011-0/+12
* power: Clear AP_IDLE when waking up by PB or LIDDaisuke Nojiri2020-07-221-12/+0
* EFS2: Ping cr50 beforehand in case it's asleepDaisuke Nojiri2020-06-261-0/+6
* system: Add system_is_manual_recovery APIDaisuke Nojiri2020-06-131-7/+2
* system: Clear AP_IDLE when waking up from hibernation by ACDaisuke Nojiri2020-06-111-0/+12
* EFS2: Verify and jump when system shuts down in RODaisuke Nojiri2020-06-091-6/+13
* system: Add EC_RESET_FLAG_EFSDaisuke Nojiri2020-05-141-0/+3
* EFS2: Reset after shutdown if EC is still in ROdnojiri2020-03-241-0/+26
* vboot: Add a reboot option to keep EFS in RO with the AP off.Sam McNally2020-03-031-2/+4
* system: Rename SYSTEM_IMAGE_RW to EC_IMAGE_RWdnojiri2020-03-031-1/+1
* EFS2: Implement Early Firmware Selection ver.2Daisuke Nojiri2020-02-091-0/+297