summaryrefslogtreecommitdiff
path: root/tests/vboot_api_kernel_tests.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-131-11/+11
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-061-6/+6
* vboot: deprecate v1 GoogleBinaryBlockHeader structJoel Kitching2019-05-171-1/+0
* vboot: hide 2common.h from external APIJoel Kitching2019-05-171-1/+1
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-141-6/+5
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-031-2/+2
* cgpt: Remove unnecessary 512-byte sector check and minimum lba count checks.Sam Hurst2018-05-011-4/+40
* firmware: Stop using vboot1 cparams internallyRandall Spangler2018-01-091-3/+2
* vboot: Use 2nvstorage instead of vboot_nvstorageRandall Spangler2017-12-111-6/+6
* firmware: replace VBDEBUG(()) macro with VB2_DEBUG()Randall Spangler2017-01-121-18/+18
* firmware: Remove LoadKernelParams from APIsRandall Spangler2017-01-121-5/+7
* vboot: Pass vb2 context and use vboot2 NV routinesRandall Spangler2016-12-221-4/+12
* vboot: use malloc and free directlyRandall Spangler2016-11-061-3/+0
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-231-2/+2
* vboot: Plumb the two disk sizes and external GPT param throughDan Ehrenberg2014-12-151-1/+11
* 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-1/+0
* vboot: Plumb the two disk sizes and 'gpt on device' param throughDan Ehrenberg2014-11-151-0/+1
* Add memory leak checkingSimon Glass2013-09-171-0/+3
* Implementation of Region APIstabilize-4636.BSimon Glass2013-08-301-1/+1
* Revert "Implementation of Region API"Yoshiki Iguchi2013-08-291-1/+1
* Implementation of Region APISimon Glass2013-08-281-1/+1
* Correct some minor compiler warningsSimon Glass2013-08-251-2/+3
* Massive refactoring of external header files.Bill Richardson2013-04-021-0/+1
* Add more vboot_api_kernel testsstabilize-bluetooth-smartRandall Spangler2013-02-061-5/+1
* Fix and enable vboot_api_kernel_testsRandall Spangler2013-02-061-34/+14
* Reformat to kernel styleRandall Spangler2013-02-061-242/+261
* Replace %L with %ll in format strings.Gabe Black2012-09-091-2/+2
* Bah. Fix the test, too.Bill Richardson2012-01-271-1/+1
* Make VbTryLoadKernel() go to recovery when no valid disks are foundBill Richardson2012-01-251-0/+320