summaryrefslogtreecommitdiff
path: root/common/vboot
Commit message (Expand)AuthorAgeFilesLines
* efs2: Add overridable packet mode functionVijay Hiremath2021-09-211-6/+6
* include/flash: rename the APIsTim Lin2021-06-091-1/+1
* zephyr: use interrupt based RX bufferingYuval Peress2021-04-151-13/+6
* zephyr: efs2: Enable EFS2 for volteerYuval Peress2021-02-261-5/+24
* efs2: Disable console task only after task_start is calledDaisuke Nojiri2020-11-191-4/+8
* 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
* ec: change usage of "sane" per inclusive languagePaul Fagerburg2020-07-221-1/+1
* 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-132-14/+4
* 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-032-4/+9
* system: Rename SYSTEM_IMAGE_RW to EC_IMAGE_RWdnojiri2020-03-031-1/+1
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-281-7/+7
* EFS2: Implement Early Firmware Selection ver.2Daisuke Nojiri2020-02-092-34/+307
* common/vboot: Add rwsig info commandTom Hughes2020-02-061-0/+64
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-1/+1
* vboot: increase the CPU clock during security computationCHLin2019-03-211-0/+3
* shared_mem: Assert that shared memory size is large enoughNicolas Boichat2018-05-071-1/+1
* EFS: Clarify vboot_main entry logicDaisuke Nojiri2018-04-041-12/+17
* EFS: Perform EFS even if flash WP is enabledDaisuke Nojiri2018-03-161-1/+3
* Enable PD communication in RO for external displayDaisuke Nojiri2018-02-031-39/+15
* EFS: Add EFS_VERIFY host commandDaisuke Nojiri2018-01-091-0/+19
* Fizz: Show critical error on LED for recovery requestDaisuke Nojiri2017-09-291-1/+1
* Fizz: Blink LED to request more powerDaisuke Nojiri2017-09-291-2/+5
* EFS: Switch active slot when current slot is invalidDaisuke Nojiri2017-09-211-25/+21
* EFS: Rename CONFIG_VBOOT_EC to _EFSDaisuke Nojiri2017-08-291-3/+3
* EFS: Add error codesDaisuke Nojiri2017-08-293-24/+29
* vboot: Jump to RW earlyDaisuke Nojiri2017-07-141-14/+58
* vboot: Move common code under common/vbootDaisuke Nojiri2017-07-133-0/+303