summaryrefslogtreecommitdiff
path: root/tests/vboot_kernel_tests.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vboot: Add vb2_unpack_key_bufferRandall Spangler2016-11-061-1/+1
* vboot: use malloc and free directlyRandall Spangler2016-11-061-3/+0
* vboot: Remove the remainder of vb1 cryptolibRandall Spangler2016-11-061-1/+0
* vboot: use vb2 verification functions for kernel verificationRandall Spangler2016-10-291-34/+42
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-231-15/+15
* vboot: Convert vboot1 SHA calls to use vboot2Randall Spangler2016-07-221-6/+11
* vboot: Add firmware management parametersRandall Spangler2016-05-081-1/+38
* cgpt: Handle read errors gracefullystabilize-7019.Bstabilize-7018.BDan Ehrenberg2015-04-291-22/+34
* nand: vboot support for small GPTsDan Ehrenberg2015-01-051-1/+5
* vboot: Plumb the two disk sizes and external GPT param throughDan Ehrenberg2014-12-151-2/+21
* cgpt: Support non-standard (smaller) entries tableNam T. Nguyen2014-12-121-3/+3
* vboot: GPT interface cleanupDan Ehrenberg2014-12-111-17/+17
* Revert "vboot: Plumb the two disk sizes and 'gpt on device' param through"stabilize-6480.Bfactory-ryu-6486.Bfactory-ryu-6486.1.BJulius Werner2014-11-151-6/+0
* vboot: Plumb the two disk sizes and 'gpt on device' param throughDan Ehrenberg2014-11-151-0/+6
* vboot: cgpt: fix my_lba of the secondary GPTDan Ehrenberg2014-11-141-8/+16
* vboot: cgpt: Support writing GPT structs to NOR flashNam T. Nguyen2014-11-131-17/+17
* Use VbExStream APIs to read the kernel partitionRandall Spangler2014-10-151-3/+21
* vboot_kernel: Validate GPT header before usingDuncan Laurie2014-10-021-12/+153