summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_kernel.c
Commit message (Expand)AuthorAgeFilesLines
* vboot_kernel: Validate GPT header before usingfirmware-lulu-6301.136.Bfirmware-gandof-6301.155.Bfirmware-buddy-6301.202.Bfirmware-auron-6301.BDuncan Laurie2015-04-301-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
* Add more recovery_reason codesBill Richardson2012-11-261-1/+1
* Support alternative GPT header signatureStefan Reinauer2012-09-191-7/+19
* twostop: Skip kernel verification when built for U-Boot sandboxTaylor Hutt2012-08-151-0/+17
* Get kernel size/load address from vboot headersVadim Bendebury2012-08-141-8/+12
* Remove unused test fields from VbNvStorageRandall Spangler2012-06-111-19/+1
* Omit body load address checkChe-Liang Chiou2012-04-241-8/+0
* Dev-mode allows booting self-signed kernels by default.Bill Richardson2011-11-181-4/+4
* Dev-mode only boots official kernels by defaultBill Richardson2011-11-101-7/+17
* Fix potential NULL pointer dereference in vboot_kernel.cStefan Reinauer2011-10-101-1/+4
* Move VbNvContext setup/teardown to vboot wrapper funcsRandall Spangler2011-07-261-5/+1
* Fix vboot_reference-firmware compilation error when building for coreboot.Vadim Bendebury2011-07-261-1/+1
* Refactor LoadFirmware() and LoadKernel() to return VbError_tRandall Spangler2011-07-261-23/+18
* Refactor TPM calls into vboot wrapperRandall Spangler2011-07-251-75/+23
* Revert "Refactor TPM calls into vboot wrapper"Elly Jones2011-07-251-23/+75
* Refactor TPM calls into vboot wrapperRandall Spangler2011-07-251-75/+23
* Add support for merged normal+dev firmwareRandall Spangler2011-07-111-16/+4
* Vboot wrapper - add recovery reason, refactor timingRandall Spangler2011-07-081-117/+63
* Vboot wrapper initial implementationRandall Spangler2011-07-081-23/+26
* Port vboot_reference to use new wrapper API utility functionsRandall Spangler2011-07-081-14/+15
* Revert "Verified boot wrapper - replace utility functions"Randall Spangler2011-07-011-14/+14
* Verified boot wrapper - replace utility functionsRandall Spangler2011-07-011-14/+14
* Revert "Verified boot wrapper - replace utility functions"mukesh agrawal2011-06-271-14/+14
* Verified boot wrapper - replace utility functionsRandall Spangler2011-06-271-14/+14
* Fix indentation; no code change.Randall Spangler2011-05-171-6/+6
* Do not advance kernel version in TPM if we are in firmware B trying a new fir...Randall Spangler2011-04-171-7/+6
* Use VbSharedData instead of VbNvStorage for fwb_tries and kernkey_vfyRandall Spangler2011-03-181-3/+0
* Add VbSharedData debug output to LoadKernel()Randall Spangler2011-03-181-26/+125
* Add TPM version checkingRandall Spangler2011-03-171-0/+10
* Added timing data to VbSharedData.Randall Spangler2011-03-161-7/+12
* Fix LoadKernel() not returning LOAD_KERNEL_RECOVERYRandall Spangler2011-03-151-4/+6
* only update tpm if version if not default valueStefan Reinauer2011-03-151-2/+9
* LoadFirmware() and LoadKernel() handling for test errorsRandall Spangler2011-03-151-0/+24
* This is necessary to pass additional information about whether firmware A or ...Randall Spangler2011-03-091-3/+25
* Only advance kernel version when the booted partition has a valid key blockRandall Spangler2011-03-041-2/+2
* Fix missing bracketsRandall Spangler2011-03-031-2/+2
* Reapply patch from http://codereview.chromium.org/6594092/Randall Spangler2011-03-031-85/+138
* Support dev vs consumer firmware in vboot_referenceRandall Spangler2011-02-141-1/+9
* Add profile macro callsRandall Spangler2010-10-181-0/+3