summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 2lib: Move firmware body size reporting to separate functionJulius Werner2019-12-132-18/+26
* vboot: Publicize check_reboot_for_display()Yu-Ping Wu2019-12-131-0/+19
* lib/subprocess: add callback feature to the subprocess libraryJack Rosenthal2019-12-111-1/+110
* vboot: merge vb2_struct.h into 2struct.hJoel Kitching2019-12-103-7/+1
* lib/subprocess: style updatesstabilize-12748.BJack Rosenthal2019-12-101-3/+1
* host/lib: add a subprocess libraryJack Rosenthal2019-12-071-0/+185
* vboot: remove VbExOverrideGptEntryPriorityJoel Kitching2019-12-071-84/+1
* vboot: remove unnecessary vboot_common.h includesJoel Kitching2019-12-067-7/+0
* vboot: convert LoadKernel and TryLoadKernel to vboot2-style errorsJoel Kitching2019-12-064-77/+109
* Recovery mode: Skip EC software syncTim Wawrzynczak2019-12-041-0/+10
* vboot: fix up vboot_api_kernel2_testsJoel Kitching2019-12-041-124/+186
* vboot/secdata: rewrite rollback_index and centralize reads/writesJoel Kitching2019-11-288-366/+445
* vboot: workbuf alignment should always use 8Joel Kitching2019-11-251-24/+28
* vboot: fix workbuf_used value after storing GBB headerJoel Kitching2019-11-251-3/+3
* 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