summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vboot: Set VB2_SD_STATUS_EC_SYNC_COMPLETE in shared data statusfirmware-hatch-12672.Bfirmware-hatch-12672.117.BYu-Ping Wu2020-03-051-3/+3
* futility: updater: move system-related utility functions to updater_utilsHung-Te Lin2020-01-056-760/+854
* vboot: Append periods to function descriptions in 2api.hYu-Ping Wu2020-01-031-2/+2
* vboot: merge vb2_struct.h into 2struct.hJoel Kitching2020-01-0316-305/+199
* vboot: remove definition of VB_INIT_OUT flagsJoel Kitching2020-01-031-23/+0
* vboot: remove static linking support from MakefileJoel Kitching2020-01-031-12/+3
* vboot: remove VbExOverrideGptEntryPriorityJoel Kitching2020-01-034-108/+1
* vboot: move vb2_allow_recovery function to 2miscJoel Kitching2020-01-037-36/+35
* vboot: remove unnecessary vboot_common.h includesJoel Kitching2020-01-0331-27/+6
* vboot: migrate GBB-related error handling to vboot2Joel Kitching2020-01-032-9/+5
* vboot: convert LoadKernel and TryLoadKernel to vboot2-style errorsJoel Kitching2020-01-0310-148/+175
* vboot: Add const modifier to vb2api_relocate argumentYu-Ping Wu2020-01-032-15/+16
* Makefile: Make loop unrolling fully controllable by the callerJulius Werner2020-01-031-2/+4
* vboot: fix up vboot_api_kernel2_testsJoel Kitching2020-01-031-124/+186
* 2lib: Move firmware body size reporting to separate functionJulius Werner2019-12-125-27/+50
* 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-0328-856/+832
* 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-032-27/+31
* vboot: fix workbuf_used value after storing GBB headerJoel Kitching2019-12-032-4/+4
* Recovery mode: Skip EC software syncTim Wawrzynczak2019-11-281-0/+9
* PRESUMBIT: enable signoff_checkJett Rink2019-11-241-0/+1
* vboot: Add vb2_context_flags VB2_CONTEXT_DETACHABLE_UIYu-Ping Wu2019-11-243-7/+5
* Makefile: Fix typo for MOCK_TPMJulius Werner2019-11-201-1/+1
* Makefile: Define UNROLL_LOOPS to save ~50ms of boot timeSubrata Banik2019-11-201-1/+1
* Split TLCL functionality out into a new libraryTim Wawrzynczak2019-11-201-7/+20
* futility: updater: Check and use larger regions in EC RO updateHung-Te Lin2019-11-201-1/+10
* chromeos-tpm-recovery: Clarify error message for boot modeJulius Werner2019-11-201-1/+1
* battery cutoff: Move cutoff handling from EC sync to kernel loadTim Wawrzynczak2019-11-202-33/+28
* Auxfw sync: Move auxfw specific tests to a new fileTim Wawrzynczak2019-11-203-119/+197
* 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-203-29/+31
* 2lib: Move context-related functions from 2misc.c into 2context.cJulius Werner2019-11-203-89/+101
* ec_sync: Remove vb2ex_get_expected_image() callbackTim Wawrzynczak2019-11-206-49/+19
* EC software sync: Split up EC and auxfw syncTim Wawrzynczak2019-11-2012-305/+424
* futility: updater: Correct EC RO name in CBFSHung-Te Lin2019-11-201-2/+2
* vboot: simplify ec_sync code to only handle one deviceJoel Kitching2019-11-208-172/+139
* vboot: align workbuf to VB2_WORKBUF_ALIGNJoel Kitching2019-11-1446-57/+75
* futility: updater: sync mtimesMike Frysinger2019-11-143-21/+41
* EC sync: Drop support for "PD" software sync.Tim Wawrzynczak2019-11-147-51/+30
* 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-1437-1543/+1637
* futility: updater: Clean up hard-coded section names to preservestabilize-volteer-12665.Bstabilize-12669.Bfirmware-hatch-12669.BHung-Te Lin2019-11-081-13/+1
* vboot: remove VbExEcEnteringMode and friendsJoel Kitching2019-11-066-38/+5
* Revert "Clean up implicit fall through."Mathew King2019-11-056-7/+28
* Clean up implicit fall through.Manoj Gupta2019-11-056-28/+7
* vboot: Remove the never called breakEric Lai2019-11-051-3/+0