summaryrefslogtreecommitdiff
path: root/tests/vboot_kernel_tests.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vboot: cgpt: Refer to partition entries by entries_lba.Nam T. Nguyen2014-08-281-6/+22
* Add memory leak checkingSimon Glass2013-09-171-0/+3
* Fix improper memset statement.stabilize-4701.BHan Shen2013-09-041-1/+1
* Implementation of Region APIstabilize-4636.BSimon Glass2013-08-301-41/+73
* Revert "Implementation of Region API"Yoshiki Iguchi2013-08-291-73/+41
* Implementation of Region APISimon Glass2013-08-281-41/+73
* Massive refactoring of external header files.Bill Richardson2013-04-021-0/+1
* Add even more load kernel testsstabilize-3658.0.0Randall Spangler2013-02-011-5/+133
* Add more vboot_kernel testsRandall Spangler2013-01-311-9/+216
* Add kernel testsRandall Spangler2013-01-311-0/+203