summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* futility: updater: override signature id for phaser360stabilize-quickfix-12739.94.Bstabilize-quickfix-12739.71.Bstabilize-excelsior-12739.67.Bstabilize-12739.111.Bstabilize-12739.106.Bstabilize-12739.105.Brelease-R80-12739.BPaul Ma2020-01-085-1/+86
* 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
* 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
* tests: Update futility show expected test outputJulius Werner2019-11-021-1/+1
* cgptlib: Minor edge case fixesJulius Werner2019-11-027-93/+38
* cr50_signing: add code to sign pre-pvt, pre-release and releaseVadim Bendebury2019-11-021-33/+59
* cr50_signing: add code to process node locked imagesVadim Bendebury2019-10-301-26/+85