summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* firmware: ui: Unify delays, remove DISK/KEY split in recovery modeJulius Werner2019-10-225-123/+77
* firmware: Don't set recovery reason for removable boot in TryLoadKernelJulius Werner2019-10-224-41/+47
* firmware: Do not set recovery reason directly in LoadKernel()Julius Werner2019-10-225-56/+103
* firmware: Clean up and deprecate recovery reasonsJulius Werner2019-10-227-135/+94
* tests: Add fuzzers for payload and preamble parsingJulius Werner2019-10-223-1/+196
* vboot: update secdata accessors to match those of FWMPJoel Kitching2019-10-2115-239/+212
* vboot: remove VbSetRecoveryRequestJoel Kitching2019-10-212-52/+63
* vboot: remove some more junk from vboot_struct.hJoel Kitching2019-10-211-19/+2
* vboot: mark some more vboot1 VBSD flags as deprecatedJoel Kitching2019-10-211-17/+23
* vboot: deprecate legacy vboot1 FWB_TRIED flagJoel Kitching2019-10-204-39/+17
* tests: Add cgpt fuzzer.stabilize-12607.6.Bstabilize-12607.5.Bstabilize-12607.3.Bstabilize-12607.15.BMattias Nissler2019-10-172-0/+108
* futility: updater: Try to update only EC RO when software sync is availableHung-Te Lin2019-10-161-1/+43
* cgpt: Change stateful partition type GUID to TYPE_LINUX_FSstabilize-12593.Bfactory-kukui-12587.BHung-Te Lin2019-10-093-3/+5
* Make vboot_version extern in headerLeonard Chan2019-10-041-1/+1
* vboot: remove VbVerifyMemoryBootImage functionJoel Kitching2019-10-024-490/+0
* vboot: remove linktest filesJoel Kitching2019-10-024-180/+4
* vboot: join vb2_fail and vb2api_failJoel Kitching2019-10-0211-69/+58
* vboot: fix compile error with MOCK_TPMstabilize-12560.BJoel Kitching2019-10-011-1/+1
* x86/crossystem_arch: Free file descriptor if we fail to use itPatrick Georgi2019-09-271-2/+6
* firmware/lib20: Annotate sanitizing function for CoverityPatrick Georgi2019-09-261-0/+4
* crossystem: avoid TOCTOU issuePatrick Georgi2019-09-261-2/+7
* futility: also clamp to natural valuesPatrick Georgi2019-09-231-1/+3
* futility/cmd_update.c: free cfg before leaving contextPatrick Georgi2019-09-231-0/+1
* vboot: fix up some more includesJoel Kitching2019-09-23128-273/+203