summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* OWNERS: engeg@ is owner.LaMont Jones2019-10-291-1/+1
* vboot: deprecate ARM's VbGetVarGpioJoel Kitching2019-10-291-71/+2
* 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-2912-48/+48
* futility: update: Try EC-RO software sync if availableHung-Te Lin2019-10-291-41/+154
* Always pass "-g" when building.Manoj Gupta2019-10-281-1/+1
* firmware: Fix more UBSAN left shift errors.Manoj Gupta2019-10-281-1/+2
* tofactory.sh: remove usage of "mosys vpd" commandJack Rosenthal2019-10-261-6/+0
* vboot: move ec_sync to vboot2 namespaceJoel Kitching2019-10-258-14/+13
* vboot: merge ec_sync and ec_sync_allJoel Kitching2019-10-253-99/+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-235-45/+24
* vboot: use inline instead of __inlineJoel Kitching2019-10-234-6/+6
* vboot: remove extraneous SHA256_HASH_SIZE constantJoel Kitching2019-10-231-2/+0
* vboot: remove BUILD_ASSERT macroJoel Kitching2019-10-234-23/+10
* vboot: relocate vb2_signature and vb2_keybock structsJoel Kitching2019-10-2317-306/+203
* vboot: standardize on "keyblock" as one wordJoel Kitching2019-10-2337-231/+231
* vboot: fold lib20/api.c into 2lib/2api.cJoel Kitching2019-10-235-660/+583
* vboot: remove timers from VbSelectAndLoadKernel and crossystemJoel Kitching2019-10-234-30/+4
* vboot: format hex numbers with %#x instead of 0x%xJoel Kitching2019-10-2335-123/+123
* vboot: make BROKEN screen code for saving nvdata more consistentJoel Kitching2019-10-234-23/+16