summaryrefslogtreecommitdiff
path: root/tests/verify_kernel.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Fix license headers to conform with linterJakub Czapiga2022-10-041-1/+1
* 2api: Add a new entry point for only loading and verifying the kernelNicholas Bishop2022-09-071-28/+10
* 2load_kernel.c: Expose load kernel as vb2_apiHsin-Te Yuan2022-07-291-13/+12
* vboot: Publicize and create functions for UI migrationedisonhello2021-07-301-1/+1
* vboot/vboot_kernel: remove LoadKernelParams structJoel Kitching2021-06-151-1/+1
* vboot/vboot_kernel: pass VbDiskInfo into LoadKernelJoel Kitching2021-06-151-9/+11
* vboot: add support for HW accel in kernel verificationKangheui Won2021-03-091-0/+6
* vboot: stop using StrnAppend and Uint64ToStringJoel Kitching2020-03-311-4/+1
* vboot: use vboot2 for storing kernel rollback versionsJoel Kitching2020-02-191-6/+0
* vboot: update vb2api_kernel_phase1 to use GBB interfaceJoel Kitching2020-02-091-10/+12
* 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