summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
...
* 2lib: Move context-related functions from 2misc.c into 2context.cJulius Werner2019-11-142-89/+100
* ec_sync: Remove vb2ex_get_expected_image() callbackTim Wawrzynczak2019-11-145-38/+18
* EC software sync: Split up EC and auxfw syncTim Wawrzynczak2019-11-149-249/+347
* vboot: simplify ec_sync code to only handle one deviceJoel Kitching2019-11-145-151/+119
* vboot: align workbuf to VB2_WORKBUF_ALIGNJoel Kitching2019-11-132-3/+3
* EC sync: Drop support for "PD" software sync.Tim Wawrzynczak2019-11-134-43/+26
* 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-1312-116/+188
* vboot: remove VbExEcEnteringMode and friendsJoel Kitching2019-11-064-26/+5
* Revert "Clean up implicit fall through."Mathew King2019-11-053-3/+24
* Clean up implicit fall through.Manoj Gupta2019-11-053-24/+3
* vboot: Remove the never called breakEric Lai2019-11-051-3/+0
* cgptlib: Minor edge case fixesJulius Werner2019-11-023-18/+15
* 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-295-35/+34
* firmware: Fix more UBSAN left shift errors.Manoj Gupta2019-10-281-1/+2
* vboot: move ec_sync to vboot2 namespaceJoel Kitching2019-10-255-9/+8
* vboot: merge ec_sync and ec_sync_allJoel Kitching2019-10-252-98/+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-234-41/+20
* vboot: use inline instead of __inlineJoel Kitching2019-10-233-5/+5
* vboot: remove extraneous SHA256_HASH_SIZE constantJoel Kitching2019-10-231-2/+0
* vboot: remove BUILD_ASSERT macroJoel Kitching2019-10-231-9/+0
* vboot: relocate vb2_signature and vb2_keybock structsJoel Kitching2019-10-239-204/+143
* vboot: standardize on "keyblock" as one wordJoel Kitching2019-10-2313-107/+107
* vboot: fold lib20/api.c into 2lib/2api.cJoel Kitching2019-10-232-216/+201
* vboot: remove timers from VbSelectAndLoadKernel and crossystemJoel Kitching2019-10-232-13/+3
* vboot: format hex numbers with %#x instead of 0x%xJoel Kitching2019-10-238-34/+34
* vboot: make BROKEN screen code for saving nvdata more consistentJoel Kitching2019-10-233-17/+16
* firmware: ui: Unify delays, remove DISK/KEY split in recovery modeJulius Werner2019-10-224-122/+73
* firmware: Don't set recovery reason for removable boot in TryLoadKernelJulius Werner2019-10-223-41/+15
* firmware: Do not set recovery reason directly in LoadKernel()Julius Werner2019-10-223-37/+31
* firmware: Clean up and deprecate recovery reasonsJulius Werner2019-10-224-122/+92
* vboot: update secdata accessors to match those of FWMPJoel Kitching2019-10-219-155/+155
* vboot: remove VbSetRecoveryRequestJoel Kitching2019-10-211-52/+56
* 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-202-27/+14
* cgpt: Change stateful partition type GUID to TYPE_LINUX_FSstabilize-12593.Bfactory-kukui-12587.BHung-Te Lin2019-10-091-1/+1
* vboot: remove VbVerifyMemoryBootImage functionJoel Kitching2019-10-022-153/+0
* vboot: remove linktest filesJoel Kitching2019-10-021-72/+0
* vboot: join vb2_fail and vb2api_failJoel Kitching2019-10-0210-54/+40
* vboot: fix compile error with MOCK_TPMstabilize-12560.BJoel Kitching2019-10-011-1/+1
* firmware/lib20: Annotate sanitizing function for CoverityPatrick Georgi2019-09-261-0/+4
* vboot: fix up some more includesJoel Kitching2019-09-2349-77/+63
* vboot/secdata: move struct definitions into 2secdata_struct.hJoel Kitching2019-09-235-120/+133
* vboot/secdata: implement vboot2 FWMP supportJoel Kitching2019-09-2312-28/+300
* vboot: add VB2_ASSERT and VB2_DIE macrosJoel Kitching2019-09-236-25/+51
* vboot/secdata: rename rollback_index to secdata_tpmJoel Kitching2019-09-0510-17/+17