summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Auxfw sync: Move auxfw specific tests to a new fileTim Wawrzynczak2019-11-152-119/+195
* ec_sync: Remove vb2ex_get_expected_image() callbackTim Wawrzynczak2019-11-141-11/+1
* EC software sync: Split up EC and auxfw syncTim Wawrzynczak2019-11-142-56/+76
* vboot: simplify ec_sync code to only handle one deviceJoel Kitching2019-11-143-21/+20
* vboot: align workbuf to VB2_WORKBUF_ALIGNJoel Kitching2019-11-1333-41/+51
* EC sync: Drop support for "PD" software sync.Tim Wawrzynczak2019-11-131-2/+2
* vboot: move vb2_context inside vb2_shared_data (persistent context)Joel Kitching2019-11-1324-1408/+1435
* vboot: remove VbExEcEnteringMode and friendsJoel Kitching2019-11-062-12/+0
* tests: Update futility show expected test outputJulius Werner2019-11-021-1/+1
* cgptlib: Minor edge case fixesJulius Werner2019-11-021-34/+5
* vboot: keep const and non-const signature and key accessorsJoel Kitching2019-10-293-4/+5
* vboot: move ec_sync to vboot2 namespaceJoel Kitching2019-10-252-2/+2
* vboot: merge pre-vboot1 error codes into vb2_return_codeJoel Kitching2019-10-231-4/+4
* vboot: remove BUILD_ASSERT macroJoel Kitching2019-10-231-1/+2
* vboot: relocate vb2_signature and vb2_keybock structsJoel Kitching2019-10-235-88/+46
* vboot: standardize on "keyblock" as one wordJoel Kitching2019-10-2313-65/+65
* vboot: fold lib20/api.c into 2lib/2api.cJoel Kitching2019-10-232-441/+382
* vboot: format hex numbers with %#x instead of 0x%xJoel Kitching2019-10-2310-22/+22
* firmware: ui: Unify delays, remove DISK/KEY split in recovery modeJulius Werner2019-10-221-1/+4
* firmware: Don't set recovery reason for removable boot in TryLoadKernelJulius Werner2019-10-221-0/+32
* firmware: Do not set recovery reason directly in LoadKernel()Julius Werner2019-10-222-19/+72
* firmware: Clean up and deprecate recovery reasonsJulius Werner2019-10-222-10/+1
* tests: Add fuzzers for payload and preamble parsingJulius Werner2019-10-222-0/+193
* vboot: update secdata accessors to match those of FWMPJoel Kitching2019-10-216-84/+57
* vboot: remove VbSetRecoveryRequestJoel Kitching2019-10-211-0/+7
* vboot: deprecate legacy vboot1 FWB_TRIED flagJoel Kitching2019-10-201-11/+2
* tests: Add cgpt fuzzer.stabilize-12607.6.Bstabilize-12607.5.Bstabilize-12607.3.Bstabilize-12607.15.BMattias Nissler2019-10-171-0/+86
* 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-021-335/+0
* vboot: join vb2_fail and vb2api_failJoel Kitching2019-10-021-15/+18
* vboot: fix up some more includesJoel Kitching2019-09-2334-102/+60
* vboot/secdata: move struct definitions into 2secdata_struct.hJoel Kitching2019-09-233-1/+3
* vboot/secdata: implement vboot2 FWMP supportJoel Kitching2019-09-236-113/+389
* vboot: add VB2_ASSERT and VB2_DIE macrosJoel Kitching2019-09-238-9/+89
* vboot/secdata: rename rollback_index to secdata_tpmJoel Kitching2019-09-0510-44/+10
* tests: Ensure string is null-terminatedJacob Garber2019-09-051-2/+6
* vboot/secdata: fix 2secdata.h includesJoel Kitching2019-08-313-0/+3
* vboot/secdata: rename secdata and secdatakJoel Kitching2019-08-3114-362/+404
* vboot: deprecate fastboot supportJoel Kitching2019-08-303-52/+0
* vboot/secdata: remove DISABLE_ROLLBACK_TPM constantJoel Kitching2019-08-284-6/+41
* vboot/secdata: remove rollback_index3_testsJoel Kitching2019-08-281-27/+0
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-2810-19/+19
* vboot/secdata: remove VbUnlockDevice functionJoel Kitching2019-08-281-53/+0
* vboot/secdata: fix up 2secdata{,k} and testsJoel Kitching2019-08-282-43/+60
* vboot: replace sysincludes.h with 2sysincludes.hJoel Kitching2019-08-222-2/+2
* vboot/secdata: move permissions and uid check to ReadSpaceKernelJoel Kitching2019-08-211-39/+59
* vboot/secdata: remove legacy version checks on rollback spacesJoel Kitching2019-08-211-55/+40
* tests: Add array bounds checkstabilize-kernelnext-broadwell-12434.BJacob Garber2019-08-171-1/+2
* vboot: vb2_shared_data offsets should hang off parentstabilize-12428.BJoel Kitching2019-08-167-133/+122
* tests: Fix off-by-one error in array bounds checkJacob Garber2019-08-161-1/+1