summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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