summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_firmware.c
Commit message (Expand)AuthorAgeFilesLines
* Implementation of Region APIstabilize-4636.BSimon Glass2013-08-301-5/+8
* Revert "Implementation of Region API"Yoshiki Iguchi2013-08-291-8/+5
* Implementation of Region APISimon Glass2013-08-281-5/+8
* Enable vboot for sandbox and improve debugging/format stringsSimon Glass2013-08-241-1/+5
* Fix recovery mode entry due to invalid FW hash.Aaron Durbin2013-06-261-0/+7
* Massive refactoring of external header files.Bill Richardson2013-04-021-0/+2
* Get rid of some crufty macros.Gabe Black2013-03-191-13/+0
* Reformat to kernel styleRandall Spangler2013-01-311-302/+341
* Add GBB flags to enable dev mode by defaultRandall Spangler2012-06-141-12/+15
* Remove unused test fields from VbNvStorageRandall Spangler2012-06-111-18/+1
* Add tests for vboot_firmware.cRandall Spangler2011-09-011-2/+5
* Clean up calling LoadFirmware() from VbSelectFirmware()Randall Spangler2011-07-291-21/+21
* Move VbNvContext setup/teardown to vboot wrapper funcsRandall Spangler2011-07-261-5/+1
* Refactor LoadFirmware() and LoadKernel() to return VbError_tRandall Spangler2011-07-261-13/+10
* Refactor TPM calls into vboot wrapperRandall Spangler2011-07-251-76/+19
* Revert "Refactor TPM calls into vboot wrapper"Elly Jones2011-07-251-19/+76
* Refactor TPM calls into vboot wrapperRandall Spangler2011-07-251-76/+19
* Cleanup and preparation for inside-wrapper TPM refactoring.Randall Spangler2011-07-221-1/+1
* Add typecast to fix compiling in MSVCRandall Spangler2011-07-151-1/+1
* Fix compiler errorChe-Liang Chiou2011-07-141-1/+1
* Add vboot support for RO-normal code path.Randall Spangler2011-07-141-37/+52
* Vboot wrapper - add recovery reason, refactor timingRandall Spangler2011-07-081-5/+0
* Vboot wrapper initial implementationRandall Spangler2011-07-081-32/+2
* Port vboot_reference to use new wrapper API utility functionsRandall Spangler2011-07-081-6/+7
* Revert "Verified boot wrapper - replace utility functions"Randall Spangler2011-07-011-7/+6
* Verified boot wrapper - replace utility functionsRandall Spangler2011-07-011-6/+7
* Revert "Verified boot wrapper - replace utility functions"mukesh agrawal2011-06-271-7/+6
* Verified boot wrapper - replace utility functionsRandall Spangler2011-06-271-6/+7
* Fix build breakRandall Spangler2011-05-101-3/+3
* Add more specific recovery reasons for RW firmware invalidRandall Spangler2011-05-101-0/+11
* Use VbSharedData instead of VbNvStorage for fwb_tries and kernkey_vfyRandall Spangler2011-03-181-1/+0
* Add TPM version checkingRandall Spangler2011-03-171-0/+2
* Add VbSharedData field parsingRandall Spangler2011-03-171-1/+25
* Added timing data to VbSharedData.Randall Spangler2011-03-161-0/+4
* Fix compiler errors on MSVCRandall Spangler2011-03-161-2/+2
* Update PCR state with the state of the firmware keyblock flags too.Gaurav Shah2011-03-151-0/+18
* LoadFirmware() and LoadKernel() handling for test errorsRandall Spangler2011-03-151-0/+26
* This is necessary to pass additional information about whether firmware A or ...Randall Spangler2011-03-091-19/+20
* Only advance kernel version when the booted partition has a valid key blockRandall Spangler2011-03-041-1/+1
* Add crossystem support for nvram_cleared and kern_nvRandall Spangler2011-03-011-11/+13
* Add LoadFirmware() support for NvStorage APIRandall Spangler2011-02-251-16/+59
* Support dev vs consumer firmware in vboot_referenceRandall Spangler2011-02-141-2/+18
* Add profile macro callsRandall Spangler2010-10-181-0/+21
* TBR: reviewed in person with semenzatoRandall Spangler2010-09-021-3/+16
* Fix KeyBlockVerify() to take an explicit param for whether to use hash only.Randall Spangler2010-08-171-1/+1
* Change rollback interface so kernel/firmware version numbers areRandall Spangler2010-08-161-24/+13
* Add structs for TPM NV simplification. Now uses only 2 NV spaces, one for fi...Randall Spangler2010-08-121-8/+3
* Enable TPM in developer mode again.Randall Spangler2010-08-051-35/+22
* Added size param to VerifyData()Randall Spangler2010-07-191-3/+3
* Add lots of debugging to TPM library.Randall Spangler2010-07-191-22/+34