summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lib/subprocess: style updatesstabilize-12748.BJack Rosenthal2019-12-103-22/+25
* crossystem: change mosys calls to use the subprocess libraryJack Rosenthal2019-12-102-70/+18
* vboot: remove static linking support from MakefileJoel Kitching2019-12-091-12/+3
* host/lib: add a subprocess libraryJack Rosenthal2019-12-074-0/+535
* vboot: remove VbExOverrideGptEntryPriorityJoel Kitching2019-12-074-108/+1
* vboot: move vb2_allow_recovery function to 2miscJoel Kitching2019-12-067-36/+35
* vboot: remove unnecessary vboot_common.h includesJoel Kitching2019-12-0631-27/+6
* vboot: migrate GBB-related error handling to vboot2Joel Kitching2019-12-062-9/+5
* vboot: convert LoadKernel and TryLoadKernel to vboot2-style errorsJoel Kitching2019-12-0610-148/+175
* vboot: Add const modifier to vb2api_relocate argumentYu-Ping Wu2019-12-062-15/+16
* Makefile: Make loop unrolling fully controllable by the callerJulius Werner2019-12-051-2/+4
* crossystem: drop support for AndroidJack Rosenthal2019-12-041-28/+4
* Recovery mode: Skip EC software syncTim Wawrzynczak2019-12-042-0/+19
* vboot: fix up vboot_api_kernel2_testsJoel Kitching2019-12-041-124/+186
* vboot/secdata: add fwmp parameter to enable FIPS 140-2 modeVadim Sukhomlinov2019-12-041-0/+1
* vboot/altfw: fix up some altfw codeJoel Kitching2019-11-304-45/+51
* firmware: Add static keyword to power_button_stateYu-Ping Wu2019-11-291-1/+1
* futility: updater: Remove quirk 'daisy_snow_dual_model'Hung-Te Lin2019-11-293-91/+0
* vboot/secdata: rewrite rollback_index and centralize reads/writesJoel Kitching2019-11-2828-856/+832
* futility: updater: refactor: unify getting temp files for firmware imagesHung-Te Lin2019-11-273-32/+19
* Remove inflags from VbSelectAndLoadKernelParamsYu-Ping Wu2019-11-262-10/+0
* vboot: Don't warn user if enter key is pressed if rec switch is physicalMathew King2019-11-251-10/+20
* vboot: add errors for nvdata read/write failuresJoel Kitching2019-11-251-0/+6
* vboot: workbuf alignment should always use 8Joel Kitching2019-11-252-27/+31
* vboot: fix workbuf_used value after storing GBB headerJoel Kitching2019-11-252-4/+4
* futility: updater: refactor: isolate tempfile functions from updater_configHung-Te Lin2019-11-225-94/+135
* futility: updater: move "EC partial recovery" to be a quirk.Hung-Te Lin2019-11-223-122/+174
* futility: updater: move system-related utility functions to updater_utilsHung-Te Lin2019-11-226-760/+854
* futility: updater: fix wrong arguments passed by --ccdHung-Te Lin2019-11-213-5/+10
* PRESUMBIT: enable signoff_checkJett Rink2019-11-211-0/+1
* vboot: Add vb2_context_flags VB2_CONTEXT_DETACHABLE_UIYu-Ping Wu2019-11-193-7/+5
* Makefile: Define UNROLL_LOOPS to save ~50ms of boot timefactory-hatch-12692.BSubrata Banik2019-11-191-1/+1
* Makefile: Fix typo for MOCK_TPMJulius Werner2019-11-191-1/+1
* Split TLCL functionality out into a new libraryTim Wawrzynczak2019-11-181-7/+20
* futility: updater: Check and use larger regions in EC RO updateHung-Te Lin2019-11-181-1/+10
* chromeos-tpm-recovery: Clarify error message for boot modeJulius Werner2019-11-161-1/+1
* battery cutoff: Move cutoff handling from EC sync to kernel loadTim Wawrzynczak2019-11-152-33/+28
* Auxfw sync: Move auxfw specific tests to a new fileTim Wawrzynczak2019-11-153-119/+197
* EC sync: Add a new shared flag VB2_SD_STATUS_EC_SYNC_COMPLETETim Wawrzynczak2019-11-152-1/+22
* crossystem: Add a fake workbuffer for the fake contextJulius Werner2019-11-143-29/+31
* 2lib: Move context-related functions from 2misc.c into 2context.cJulius Werner2019-11-143-89/+101
* ec_sync: Remove vb2ex_get_expected_image() callbackTim Wawrzynczak2019-11-146-49/+19
* EC software sync: Split up EC and auxfw syncTim Wawrzynczak2019-11-1412-305/+424
* vboot: simplify ec_sync code to only handle one deviceJoel Kitching2019-11-148-172/+139
* futility: updater: Correct EC RO name in CBFSHung-Te Lin2019-11-141-2/+2
* vboot: align workbuf to VB2_WORKBUF_ALIGNJoel Kitching2019-11-1346-57/+75
* futility: updater: sync mtimesMike Frysinger2019-11-133-21/+41
* EC sync: Drop support for "PD" software sync.Tim Wawrzynczak2019-11-137-51/+30
* lib20/misc: Small robustness improvements to vb2_load_fw_keyblock()Julius Werner2019-11-131-19/+17
* vboot: move vb2_context inside vb2_shared_data (persistent context)Joel Kitching2019-11-1337-1543/+1637