summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* vboot: properly check failure from VbExGetLocalizationCountJoel Kitching2019-08-131-0/+5
* vboot/secdata: remove retries from rollback functionsJoel Kitching2019-08-131-159/+25
* vboot: replace VBERROR_INVALID_PARAMETER with vboot2 equivalentJoel Kitching2019-08-131-2/+2
* vboot: replace VBERROR_SIMULATED with VB2_ERROR_MOCKJoel Kitching2019-08-137-32/+32
* vboot: replace VBERROR_UNKNOWN with VB2_ERROR_UNKNOWNJoel Kitching2019-08-135-13/+13
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-1312-94/+94
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-1317-209/+166
* image_signing: clean up oci container key referencesMike Frysinger2019-08-092-9/+0
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-0611-77/+79
* vboot/tpm: fix return type inconsistenciesJoel Kitching2019-08-061-2/+2
* vboot: join vboot1 and vboot2 errors into same enumJoel Kitching2019-08-061-0/+1
* vboot: deprecate VbExError functionJoel Kitching2019-07-242-2/+6
* vboot: remove Boot Descriptor Block (BDB) library and utilitiesJoel Kitching2019-07-2412-1436/+0
* vboot: remove VbPublicKey structJoel Kitching2019-07-103-51/+16
* vboot: replace Min macro with VB2_MINstabilize-12331.BJoel Kitching2019-07-062-50/+51
* vboot: remove VerifyMemberInside functionstabilize-12301.BJoel Kitching2019-06-262-53/+24
* vboot: remove vboot1 version of ARRAY_SIZE macroJoel Kitching2019-06-263-13/+16
* vboot: remove OffsetOf functionJoel Kitching2019-06-262-12/+7
* vboot: remove unused CombineUint16Pair functionJoel Kitching2019-06-261-8/+0
* lib/ec_sync_all: Reboot EC to RO after successful AUX FW updateKarthikeyan Ramasubramanian2019-06-191-4/+5
* vboot: add vb2api_gbb_get_flags functionJoel Kitching2019-06-141-0/+9
* vboot: correct VB2_SECDATAK_SIZE constant to 13Joel Kitching2019-06-132-0/+8
* vboot: expose vb2api_secdatak_check and vb2api_secdatak_createJoel Kitching2019-06-1310-19/+19
* vboot: rewrite GBB functions and APIJoel Kitching2019-06-075-84/+401
* vboot: don't unset VB2_NV_DISPLAY_REQUEST in EC syncJoel Kitching2019-06-071-4/+4
* vboot: don't use VB2_NV_DISPLAY_REQUEST for diagnostic modeJoel Kitching2019-06-072-19/+3
* vboot: check display init when entering normal modeJoel Kitching2019-06-072-8/+17
* vboot: move vb2_packed_key and several functions from lib20 to 2libJoel Kitching2019-06-072-88/+108
* tests/ec_sync_tests: Update the test to reflect new AUX FW protectionKarthikeyan Ramasubramanian2019-06-061-0/+5
* vboot: do not use cparams for VBSDJoel Kitching2019-05-282-24/+14
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-2814-99/+201
* vboot: standardize on vb2_context identifiers in testsJoel Kitching2019-05-1710-541/+541
* vboot: deprecate v1 GoogleBinaryBlockHeader structJoel Kitching2019-05-1710-40/+33
* vboot: hide 2common.h from external APIJoel Kitching2019-05-172-2/+2
* vboot: update display init to use vboot2 codeJoel Kitching2019-05-165-27/+70
* firmware: replace recovery mode flag with physical presenceMatt Delco2019-05-161-88/+335
* vboot: deprecate Alt OS codeJoel Kitching2019-05-141-2/+0
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-1427-78/+65
* Remove code for displaying screen from GBBDaisuke Nojiri2019-05-0716-398/+2