summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_firmware.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* added reboot return codes to load kernel and firmwareRandall Spangler2010-07-081-9/+20
* New rollback_index API.Luigi Semenzato2010-06-281-4/+6
* Add boot flags to LoadFirmware(), for TPM initRandall Spangler2010-06-231-2/+3
* Add VBDEBUG macro for debug output.Randall Spangler2010-06-231-19/+20
* fix passing key out of LoadFirmwareRandall Spangler2010-06-231-2/+5
* Refactor rollback interface for LoadKernel(), LoadFirmware().Randall Spangler2010-06-231-13/+5
* Even more integration fixes.Randall Spangler2010-06-231-11/+41
* Assorted integration fixes.Randall Spangler2010-06-231-2/+5
* Fixes to compiler warnings in MSVCRandall Spangler2010-06-211-3/+5
* Remove unused files, and tidy the directory structure of the remaining ones.Randall Spangler2010-06-171-0/+209