summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
* vboot: move vb2_allow_recovery function to 2miscJoel Kitching2020-01-037-36/+35
* vboot: remove unnecessary vboot_common.h includesJoel Kitching2020-01-037-4/+5
* vboot: migrate GBB-related error handling to vboot2Joel Kitching2020-01-032-9/+5
* vboot: convert LoadKernel and TryLoadKernel to vboot2-style errorsJoel Kitching2020-01-036-71/+66
* vboot: Add const modifier to vb2api_relocate argumentYu-Ping Wu2020-01-032-15/+16
* 2lib: Move firmware body size reporting to separate functionJulius Werner2019-12-123-9/+24
* vboot/altfw: fix up some altfw codeJoel Kitching2019-12-034-45/+51
* firmware: Add static keyword to power_button_stateYu-Ping Wu2019-12-031-1/+1
* vboot/secdata: rewrite rollback_index and centralize reads/writesJoel Kitching2019-12-0319-485/+372
* Remove inflags from VbSelectAndLoadKernelParamsYu-Ping Wu2019-12-032-10/+0
* vboot: Don't warn user if enter key is pressed if rec switch is physicalMathew King2019-12-031-10/+20
* vboot: add errors for nvdata read/write failuresJoel Kitching2019-12-031-0/+6
* vboot: workbuf alignment should always use 8Joel Kitching2019-12-031-3/+3
* vboot: fix workbuf_used value after storing GBB headerJoel Kitching2019-12-031-1/+1
* Recovery mode: Skip EC software syncTim Wawrzynczak2019-11-281-0/+9
* vboot: Add vb2_context_flags VB2_CONTEXT_DETACHABLE_UIYu-Ping Wu2019-11-243-7/+5
* battery cutoff: Move cutoff handling from EC sync to kernel loadTim Wawrzynczak2019-11-202-33/+28
* EC sync: Add a new shared flag VB2_SD_STATUS_EC_SYNC_COMPLETETim Wawrzynczak2019-11-202-1/+22
* crossystem: Add a fake workbuffer for the fake contextJulius Werner2019-11-201-15/+4
* 2lib: Move context-related functions from 2misc.c into 2context.cJulius Werner2019-11-202-89/+100
* ec_sync: Remove vb2ex_get_expected_image() callbackTim Wawrzynczak2019-11-205-38/+18
* EC software sync: Split up EC and auxfw syncTim Wawrzynczak2019-11-209-249/+347
* vboot: simplify ec_sync code to only handle one deviceJoel Kitching2019-11-205-151/+119
* vboot: align workbuf to VB2_WORKBUF_ALIGNJoel Kitching2019-11-142-3/+3
* EC sync: Drop support for "PD" software sync.Tim Wawrzynczak2019-11-144-43/+26
* lib20/misc: Small robustness improvements to vb2_load_fw_keyblock()Julius Werner2019-11-141-19/+17
* vboot: move vb2_context inside vb2_shared_data (persistent context)Joel Kitching2019-11-1412-116/+188
* vboot: remove VbExEcEnteringMode and friendsJoel Kitching2019-11-064-26/+5
* Revert "Clean up implicit fall through."Mathew King2019-11-053-3/+24
* Clean up implicit fall through.Manoj Gupta2019-11-053-24/+3
* vboot: Remove the never called breakEric Lai2019-11-051-3/+0
* cgptlib: Minor edge case fixesJulius Werner2019-11-023-18/+15
* vboot: remove unused PublicKey and Signature helper functionsJoel Kitching2019-10-292-63/+0
* vboot: keep const and non-const signature and key accessorsJoel Kitching2019-10-295-35/+34
* firmware: Fix more UBSAN left shift errors.Manoj Gupta2019-10-281-1/+2
* vboot: move ec_sync to vboot2 namespaceJoel Kitching2019-10-255-9/+8
* vboot: merge ec_sync and ec_sync_allJoel Kitching2019-10-252-98/+83
* firmware: Fix various UBSAN left shift errorsJulius Werner2019-10-254-5/+6
* vboot: remove some unused pre-historic functionsJoel Kitching2019-10-232-48/+0
* vboot: merge pre-vboot1 error codes into vb2_return_codeJoel Kitching2019-10-234-41/+20
* vboot: use inline instead of __inlineJoel Kitching2019-10-233-5/+5
* vboot: remove extraneous SHA256_HASH_SIZE constantJoel Kitching2019-10-231-2/+0
* vboot: remove BUILD_ASSERT macroJoel Kitching2019-10-231-9/+0
* vboot: relocate vb2_signature and vb2_keybock structsJoel Kitching2019-10-239-204/+143
* vboot: standardize on "keyblock" as one wordJoel Kitching2019-10-2313-107/+107
* vboot: fold lib20/api.c into 2lib/2api.cJoel Kitching2019-10-232-216/+201
* vboot: remove timers from VbSelectAndLoadKernel and crossystemJoel Kitching2019-10-232-13/+3
* vboot: format hex numbers with %#x instead of 0x%xJoel Kitching2019-10-238-34/+34
* vboot: make BROKEN screen code for saving nvdata more consistentJoel Kitching2019-10-233-17/+16
* firmware: ui: Unify delays, remove DISK/KEY split in recovery modeJulius Werner2019-10-224-122/+73