summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_kernel.c
Commit message (Expand)AuthorAgeFilesLines
* vboot/secdata: fix 2secdata.h includesJoel Kitching2019-08-311-0/+1
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-1/+1
* vboot: replace sysincludes.h with 2sysincludes.hJoel Kitching2019-08-221-2/+0
* vboot: replace VBERROR_UNKNOWN with VB2_ERROR_UNKNOWNJoel Kitching2019-08-131-1/+1
* 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-17/+11
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-061-2/+2
* vboot: fix vb2_gbb_read_recovery_key to save into intJoel Kitching2019-06-181-14/+14
* lib/vboot_kernel: Log speed at which kernel was loadedRaul E Rangel2019-06-181-1/+9
* vboot: rewrite GBB functions and APIJoel Kitching2019-06-071-9/+11
* vboot: deprecate v1 GoogleBinaryBlockHeader structJoel Kitching2019-05-171-1/+0
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-141-15/+15
* firmware: Stop using vboot1 cparams internallyRandall Spangler2018-01-091-5/+1
* firmware: Prune down old region APIRandall Spangler2018-01-091-2/+1
* firmware: Include vb1 shared data in vb2 structRandall Spangler2018-01-091-1/+2
* vboot: Use 2nvstorage instead of vboot_nvstorageRandall Spangler2017-12-111-4/+4
* vboot: Pass vb2 context and use vboot2 NV routinesRandall Spangler2016-12-221-42/+34
* vboot: Remove LoadKernel() LBA size/count checksRandall Spangler2016-11-151-14/+1
* vboot: Split partition and vblock verification from LoadKernel()stabilize-8992.BRandall Spangler2016-11-141-408/+482
* vboot: Add vb2_unpack_key_bufferRandall Spangler2016-11-061-8/+4
* vboot: use malloc and free directlyRandall Spangler2016-11-061-5/+5
* vboot2: Allocate more buffer for kernel verificationRandall Spangler2016-11-061-4/+2
* vboot: use vb2 verification functions for kernel verificationRandall Spangler2016-10-291-28/+60
* vboot: use vb2_safe_memcmp instead of SafeMemcmpRandall Spangler2016-10-291-3/+5
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-231-3/+3
* vboot: Convert vboot1 SHA calls to use vboot2Randall Spangler2016-07-221-8/+8
* vboot: Add firmware management parametersRandall Spangler2016-05-081-0/+38
* Provide a way to disable counting failed bootsPatrick Georgi2015-05-281-2/+6
* vboot: Fix indentation in LoadKernel()Gwendal Grignou2015-04-281-10/+10
* cleanup: Fix some typos in commentsBill Richardson2015-03-101-1/+1
* kernel flags: Pass back kernel premable flags in kparamsFurquan Shaikh2015-02-121-0/+3
* vboot: Plumb the two disk sizes and external GPT param throughDan Ehrenberg2014-12-151-6/+6
* vboot: GPT interface cleanupDan Ehrenberg2014-12-111-3/+3
* 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-3/+3
* vboot: Plumb the two disk sizes and 'gpt on device' param throughDan Ehrenberg2014-11-151-3/+3
* vboot: cgpt: Support writing GPT structs to NOR flashNam T. Nguyen2014-11-131-0/+3
* cgpt: Separate out certain GPT manipluation functionsstabilize-6415.Bfoo-testDan Ehrenberg2014-10-291-166/+1
* Use VbExStream APIs to read the kernel partitionRandall Spangler2014-10-151-33/+62
* vboot_kernel: Validate GPT header before usingDuncan Laurie2014-10-021-8/+29
* vboot_reference: Rename *_SECTOR to *_SECTORSNam T. Nguyen2014-08-291-2/+2
* vboot: cgpt: Refer to partition entries by entries_lba.Nam T. Nguyen2014-08-281-17/+29
* Implementation of Region APIstabilize-4636.BSimon Glass2013-08-301-6/+12
* Revert "Implementation of Region API"Yoshiki Iguchi2013-08-291-12/+6
* Implementation of Region APISimon Glass2013-08-281-6/+12
* Improve kernel tests to pass valgrindSimon Glass2013-08-251-11/+29
* Enable vboot for sandbox and improve debugging/format stringsSimon Glass2013-08-241-17/+0
* Massive refactoring of external header files.Bill Richardson2013-04-021-0/+1
* Get rid of some crufty macros.Gabe Black2013-03-191-6/+0
* Reformat to kernel styleRandall Spangler2013-01-311-528/+598
* Add kernel testsRandall Spangler2013-01-311-7/+6