summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_kernel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix clearing kernel attributesRandall Spangler2010-09-091-5/+12
* Always treat invalid images as nonexistant now.Bill Richardson2010-08-301-5/+6
* Fix LoadKernel() failing to update GPT flags.Randall Spangler2010-08-201-25/+35
* Security fixes for LoadKernel()Randall Spangler2010-08-191-6/+20
* Fix KeyBlockVerify() to take an explicit param for whether to use hash only.Randall Spangler2010-08-171-6/+4
* Change rollback interface so kernel/firmware version numbers areRandall Spangler2010-08-161-28/+17
* Enable TPM in developer mode again.Randall Spangler2010-08-051-24/+18
* Make LoadKernel() pass back the kernel partition's UniqueGuid.Bill Richardson2010-07-231-2/+2
* Fix load_kernel_test, add check to LoadKernel to detect bad args.Bill Richardson2010-07-221-8/+25
* Fix checking boot flags in developer mode.Randall Spangler2010-07-191-12/+15
* Added size param to VerifyData()Randall Spangler2010-07-191-1/+2
* Add lots of debugging to TPM library.Randall Spangler2010-07-191-14/+22
* added reboot return codes to load kernel and firmwareRandall Spangler2010-07-081-7/+15
* TBR: wfricharRandall Spangler2010-06-291-4/+4
* Make vboot_reference build in MSVC command line environment.vbendeb2010-06-241-0/+2
* Ignore TPM return codes in recovery modeRandall Spangler2010-06-241-15/+16