summaryrefslogtreecommitdiff
path: root/tests/verify_kernel.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: fix up some host key functions for host_key2.cfactory-excelsior-12812.BJoel Kitching2019-12-251-1/+0
* vboot: remove some vboot1 SharedData-related functionsJoel Kitching2019-12-171-6/+14
* vboot: align workbuf to VB2_WORKBUF_ALIGNJoel Kitching2019-11-131-1/+2
* vboot: move vb2_context inside vb2_shared_data (persistent context)Joel Kitching2019-11-131-23/+9
* vboot: replace VBERROR_UNKNOWN with VB2_ERROR_UNKNOWNJoel Kitching2019-08-131-6/+6
* 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-3/+3
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-061-2/+2
* vboot: remove VbPublicKey structJoel Kitching2019-07-101-2/+2
* firmware: Stop using vboot1 cparams internallyRandall Spangler2018-01-091-4/+1
* firmware: Include vb1 shared data in vb2 structRandall Spangler2018-01-091-0/+3
* vboot: Use 2nvstorage instead of vboot_nvstorageRandall Spangler2017-12-111-10/+9
* firmware: Remove LoadKernelParams from APIsRandall Spangler2017-01-121-4/+0
* vboot: Pass vb2 context and use vboot2 NV routinesRandall Spangler2016-12-221-1/+26
* vboot: Split partition and vblock verification from LoadKernel()stabilize-8992.BRandall Spangler2016-11-141-3/+3
* futility: Use vboot 2.0 APIs for public keysRandall Spangler2016-09-021-1/+1
* futility: extract verify_kernel command to an external testBill Richardson2015-01-221-0/+137