summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
* Clear the recovery request after each boot attempt which is allowed to failRandall Spangler2011-07-201-4/+9
* Add indication to developer that dev_boot_usb is disabledRandall Spangler2011-07-191-50/+65
* 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-146-56/+72
* Add support for flags in the firmware preamble.Randall Spangler2011-07-135-10/+75
* Add support for merged normal+dev firmwareRandall Spangler2011-07-113-28/+31
* Add support for dev_boot_usb flagRandall Spangler2011-07-113-3/+33
* Vboot wrapper - add recovery reason, refactor timingRandall Spangler2011-07-089-174/+169
* Vboot wrapper initial implementationRandall Spangler2011-07-0820-302/+900
* Port vboot_reference to use new wrapper API utility functionsRandall Spangler2011-07-0816-136/+85
* Add string utility functions.Randall Spangler2011-07-083-0/+90
* Introduce GUID type for Chrome OS read/write firmware.Gabe Black2011-07-071-0/+2
* Reduce race conditions in TPM initialization.Luigi Semenzato2011-07-061-3/+3
* Revert "Verified boot wrapper - replace utility functions"Randall Spangler2011-07-0115-83/+137
* Verified boot wrapper - replace utility functionsRandall Spangler2011-07-0115-137/+83
* Revert "Verified boot wrapper - replace utility functions"mukesh agrawal2011-06-2715-83/+137
* Verified boot wrapper - replace utility functionsRandall Spangler2011-06-2715-137/+83
* Verified boot wrapper - add stub implementations for hostRandall Spangler2011-06-275-7/+174
* Vboot wrapper API - crossystem and header filesRandall Spangler2011-06-274-4/+31
* Produce better error message when TPM device cannot be opened.Luigi Semenzato2011-06-241-3/+1
* Vboot wrapper APIRandall Spangler2011-06-231-0/+519
* Fix compilation failure of mocked_tlcl.cKazuhiro Inaba2011-06-121-0/+1
* Tolerate lack of TPM reset in common cases.0.13.587.BLuigi Semenzato2011-05-252-1/+64
* Add a biosincludes.h header file for x86 (i386).Gabe Black2011-05-231-0/+46
* Add locale_string decoder into BmpBlock.Bill Richardson2011-05-191-1/+2
* Fix indentation; no code change.Randall Spangler2011-05-171-6/+6
* Fix build breakRandall Spangler2011-05-101-3/+3
* Add more specific recovery reasons for RW firmware invalidRandall Spangler2011-05-102-0/+17
* Address compiler warnings (errors) for gcc-4.6Bill Richardson2011-05-091-0/+4
* Change GBB bmpblock to version 1.1, supporting direct HWID rendering.Bill Richardson2011-05-051-1/+9
* Introduce arm support in crossystem.Vadim Bendebury2011-05-051-0/+2
* Add option to use mocked TPM driverChe-Liang Chiou2011-04-224-3/+228
* Do not advance kernel version in TPM if we are in firmware B trying a new fir...Randall Spangler2011-04-171-7/+6
* Fix vboot_reference-firmware linking errorGaurav Shah2011-04-042-0/+2
* Make SHA256 and SHA512 handle >UINT32_MAX data correctly (now with fix for AR...Gaurav Shah2011-04-043-22/+54
* Fix preamble range checks0.12.362.BRandall Spangler2011-04-011-6/+6
* Revert "Make SHA256_update and SHA512_update if the passed in length is great...David James2011-03-292-50/+22
* Make SHA256_update and SHA512_update if the passed in length is greater than ...Gaurav Shah2011-03-292-22/+50
* Add additional checks for size greater than header size.Randall Spangler2011-03-251-0/+12
* Fix not checking hashed data sizeRandall Spangler2011-03-251-0/+7
* Use uint64_t and avoid down casting as much as possible.Gaurav Shah2011-03-253-14/+14
* Add a blank screen value into screen index.Tom Wai-Hong Tam2011-03-221-1/+2
* Print LoadKernel() debug data from VbSharedDataRandall Spangler2011-03-211-0/+4
* Use VbSharedData instead of VbNvStorage for fwb_tries and kernkey_vfyRandall Spangler2011-03-184-36/+0
* Add VbSharedData debug output to LoadKernel()Randall Spangler2011-03-182-30/+220
* Add TPM version checkingRandall Spangler2011-03-176-33/+61
* Add VbSharedData field parsingRandall Spangler2011-03-175-15/+85
* Perform a full self test before one-time initialization.Luigi Semenzato2011-03-171-0/+9
* Added timing data to VbSharedData.Randall Spangler2011-03-165-9/+53