summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* vboot: more complete EC sync testingJoel Kitching2020-02-112-67/+226
* firmware: Add VB2_REC_OR_DIE() helper macroJulius Werner2020-02-111-0/+8
* vboot: move vboot 2.1 functions and structs into host codeJoel Kitching2020-02-116-13/+13
* vboot: purge unused vboot 2.1 codeJoel Kitching2020-02-115-1306/+0
* vboot: modify control flow for vendor data configPranay Shoroff2020-02-101-44/+91
* vboot: update vb2api_kernel_phase1 to use GBB interfaceJoel Kitching2020-02-093-57/+105
* vboot: only clear recovery requests at kernel verificationJoel Kitching2020-02-083-8/+18
* test_update.sh: Avoid using grep -q together with -o pipefailJulius Werner2020-02-062-2/+2
* vboot_ui: refactor vendor data codePranay Shoroff2020-02-051-1/+2
* vboot: unify common.sh for testing scriptsstabilize-12881.BJoel Kitching2020-02-0313-165/+103
* vboot: get rid of MINIMAL in MakefileJoel Kitching2020-02-031-1/+1
* 2lib: Fix struct vb2_hash the way it was meant to bestabilize-quickfix-12871.27.Bstabilize-12871.91.Bstabilize-12871.65.Bstabilize-12871.57.Bstabilize-12871.253.Bstabilize-12871.24.Bstabilize-12871.103.Bstabilize-12871.102.Brelease-R81-12871.BJulius Werner2020-01-281-6/+25
* vb2_sha_api_tests: Silence UBSAN warning for zero length array accessJulius Werner2020-01-241-1/+4
* vboot: remove secdata TPM backend codeJoel Kitching2020-01-2210-667/+50
* vboot: translate recovery reason info from vboot 2->1Joel Kitching2020-01-211-4/+4
* vboot: Set VBSD_EC_SOFTWARE_SYNC flag in vbootYu-Ping Wu2020-01-201-4/+4
* vboot: deprecate EC_EFS and EC_SYNC_SLOW flagsJoel Kitching2020-01-171-32/+32
* Auxfw sync: Remove dependency on EC syncTim Wawrzynczak2020-01-161-4/+4
* tests/vb2_firmware_tests: Improve workbuffer usage testJulius Werner2020-01-163-36/+89
* 2sha: Add a vb2_hash type to make it easier to work with hashesJulius Werner2020-01-161-0/+115
* vboot kernel tests: Refactored vendor-data-specific testsPranay Shoroff2020-01-141-50/+56
* vboot: remove VBSD from tests that don't need itJoel Kitching2020-01-116-25/+0
* vboot: use vboot 2 flags for checking rec/dev modeJoel Kitching2020-01-103-31/+31
* vboot: fix up some host key functions for host_key2.cfactory-excelsior-12812.BJoel Kitching2019-12-253-26/+20
* vboot: fold lib20/common.c into 2lib/2common.cJoel Kitching2019-12-243-29/+0
* vboot: change USB_BOOT_ON_DEV to use build flagJoel Kitching2019-12-241-0/+2
* vboot: remove some vboot1 SharedData-related functionsJoel Kitching2019-12-1710-81/+14
* 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