summaryrefslogtreecommitdiff
path: root/tests/vboot_kernel_tests.c
Commit message (Expand)AuthorAgeFilesLines
* tests/common/boot_mode.c: Introduce SET_BOOT_MODEHsin-Te Yuan2022-07-151-36/+32
* tests/common/tests.h: rename test_common.h to common/tests.hHsin-Te Yuan2022-07-151-1/+1
* Reland "2api: Add vb2_boot_mode in vb2_context denoted the current boot mode"stabilize-14396.Bstabilize-14395.BHsuan Ting Chen2021-12-121-10/+25
* Revert "2api: Add vb2_boot_mode in vb2_context denoted the current boot mode"Hsuan Ting Chen2021-10-071-25/+10
* 2api: Add vb2_boot_mode in vb2_context denoted the current boot modestabilize-14267.Bfactory-ambassador-14265.BHsuan Ting Chen2021-10-011-10/+25
* vboot: boot from miniOS recovery kernels on diskstabilize-14249.BJoel Kitching2021-09-241-14/+58
* vboot/vboot_kernel: split gpt tests out of vboot_kernel_testsJoel Kitching2021-07-211-332/+12
* vboot/vboot_kernel: remove LoadKernelParams structJoel Kitching2021-06-151-1/+1
* vboot/vboot_kernel: pass VbDiskInfo into LoadKernelJoel Kitching2021-06-151-5/+10
* vboot/vboot_kernel: move kernel/fw struct functionsJoel Kitching2021-06-151-1/+0
* Revert "vboot/vboot_kernel: update keyblock flag mismatch logic"stabilize-13974.BMartin Roth2021-05-151-9/+1
* vboot/vboot_kernel: update keyblock flag mismatch logicfactory-strongbad-13963.BJoel Kitching2021-05-091-1/+9
* vboot/vboot_kernel: correct semantics of kernel_version_secdataJoel Kitching2021-04-011-1/+1
* vboot/vboot_kernel: rewrite require_official_osfirmware-quiche-13883.BJoel Kitching2021-03-241-0/+35
* vboot/vboot_kernel: rename vboot_mode enumstabilize-13856.Bstabilize-13851.BJoel Kitching2021-03-111-0/+8
* vboot: add support for HW accel in kernel verificationKangheui Won2021-03-091-1/+6
* vboot: use vboot2 for storing kernel rollback versionsJoel Kitching2020-02-191-10/+5
* vboot: use VB2_SD_FLAG_KERNEL_SIGNEDJoel Kitching2020-02-141-2/+4
* vboot: remove secdata TPM backend codeJoel Kitching2020-01-221-1/+0
* vboot: remove some vboot1 SharedData-related functionsJoel Kitching2019-12-171-2/+0
* vboot: merge vb2_struct.h into 2struct.hJoel Kitching2019-12-101-2/+1
* vboot: convert LoadKernel and TryLoadKernel to vboot2-style errorsJoel Kitching2019-12-061-26/+32
* vboot/secdata: rewrite rollback_index and centralize reads/writesJoel Kitching2019-11-281-11/+10
* 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-24/+19
* vboot: relocate vb2_signature and vb2_keybock structsJoel Kitching2019-10-231-5/+5
* vboot: standardize on "keyblock" as one wordJoel Kitching2019-10-231-37/+37
* firmware: Do not set recovery reason directly in LoadKernel()Julius Werner2019-10-221-6/+10
* firmware: Clean up and deprecate recovery reasonsJulius Werner2019-10-221-1/+1
* vboot: fix up some more includesJoel Kitching2019-09-231-6/+3
* vboot/secdata: rename rollback_index to secdata_tpmJoel Kitching2019-09-051-1/+1
* vboot/secdata: rename secdata and secdatakJoel Kitching2019-08-311-1/+1
* vboot: replace VBERROR_SIMULATED with VB2_ERROR_MOCKJoel Kitching2019-08-131-2/+2
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-131-2/+2
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-131-38/+28
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-061-2/+2
* vboot: rewrite GBB functions and APIJoel Kitching2019-06-071-0/+21
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-281-8/+19
* vboot: deprecate v1 GoogleBinaryBlockHeader structJoel Kitching2019-05-171-5/+4
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-141-3/+4
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-031-10/+10
* cgpt: Remove hard coded 512 block size.Sam Hurst2018-04-121-11/+13
* firmware: Stop using vboot1 cparams internallyRandall Spangler2018-01-091-4/+1
* firmware: Prune down old region APIRandall Spangler2018-01-091-3/+2
* firmware: Include vb1 shared data in vb2 structRandall Spangler2018-01-091-1/+3
* vboot: Use 2nvstorage instead of vboot_nvstorageRandall Spangler2017-12-111-26/+10
* firmware: Remove LoadKernelParams from APIsRandall Spangler2017-01-121-18/+12
* vboot: Pass vb2 context and use vboot2 NV routinesRandall Spangler2016-12-221-62/+78
* vboot: Remove LoadKernel() LBA size/count checksRandall Spangler2016-11-151-10/+0
* vboot: Split partition and vblock verification from LoadKernel()stabilize-8992.BRandall Spangler2016-11-141-10/+5