summaryrefslogtreecommitdiff
path: root/tests/vboot_api_kernel5_tests.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: deprecate fastboot supportJoel Kitching2019-08-301-44/+0
* vboot/secdata: remove DISABLE_ROLLBACK_TPM constantJoel Kitching2019-08-281-0/+31
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-1/+2
* vboot: replace VBERROR_INVALID_PARAMETER with vboot2 equivalentJoel Kitching2019-08-131-2/+2
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-131-3/+3
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-131-32/+25
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-061-1/+1
* vboot: rewrite GBB functions and APIJoel Kitching2019-06-071-1/+22
* vboot: do not use cparams for VBSDJoel Kitching2019-05-281-18/+13
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-281-13/+25
* vboot: deprecate v1 GoogleBinaryBlockHeader structJoel Kitching2019-05-171-7/+7
* vboot: remove workbuf alloc and free codeJoel Kitching2019-04-171-2/+5
* vboot: fix vboot_api_kernel_tests after ctx changeJoel Kitching2019-04-131-10/+14
* vboot: pull vb2_context up to higher level in call stackJoel Kitching2019-03-261-13/+14
* 2lib: Add support for 64-byte nvstorage recordRandall Spangler2018-03-071-1/+1
* firmware: Prune down old region APIRandall Spangler2018-01-091-10/+13
* firmware: Include vb1 shared data in vb2 structRandall Spangler2018-01-091-0/+9
* vboot: Use 2nvstorage instead of vboot_nvstorageRandall Spangler2017-12-111-8/+7
* vboot: Add vb2_unpack_key_bufferRandall Spangler2016-11-061-1/+1
* vboot: use malloc and free directlyRandall Spangler2016-11-061-3/+0
* vboot: use vb2 verification functions for kernel verificationRandall Spangler2016-10-291-30/+45
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-231-4/+4
* VbVerifyMemoryBootImage: Allow integrity-only check in dev mode withFurquan Shaikh2015-10-281-0/+17
* fastboot: Add routine for verifying kernel image loaded in memoryFurquan Shaikh2015-05-271-0/+281