summaryrefslogtreecommitdiff
path: root/firmware/lib/rollback_index.c
Commit message (Expand)AuthorAgeFilesLines
* Tolerate lack of TPM reset in common cases.0.13.587.BLuigi Semenzato2011-05-251-1/+59
* Add TPM version checkingRandall Spangler2011-03-171-30/+37
* Perform a full self test before one-time initialization.Luigi Semenzato2011-03-171-0/+9
* Move ContinueSelfTest to a later point to save time.Luigi Semenzato2011-03-161-5/+17
* Fix compiler errors on MSVCRandall Spangler2011-03-161-1/+0
* Update PCR state with the state of the firmware keyblock flags too.Gaurav Shah2011-03-151-36/+6
* Only advance kernel version when the booted partition has a valid key blockRandall Spangler2011-03-041-1/+1
* vboot TPM stub functions return error codesChe-Liang Chiou2010-12-161-3/+2
* Port over ContinueSelfTest() fix from firmwareRandall Spangler2010-11-231-9/+2
* Change PCR extend call to capture the state of both recovery and dev modesGaurav Shah2010-10-211-10/+28
* This enables a normal recovery mode image to fix problems with the TPM.Randall Spangler2010-10-181-10/+6
* Move initialization of g_recovery_mode.Luigi Semenzato2010-09-241-4/+4
* Fix (unfiled, I think) TPM initialization bug.Luigi Semenzato2010-09-231-1/+1
* Fix one-time initRandall Spangler2010-09-151-5/+20
* use continue self testRandall Spangler2010-09-091-20/+11
* Bail out from S3Resume if TPM was not power-cycled.Luigi Semenzato2010-09-071-1/+11
* TBR: reviewed in person with semenzatoRandall Spangler2010-09-021-1/+28
* Add physical presence initialization and locking to one-time initializations.Luigi Semenzato2010-08-311-19/+32
* Add a PCR extend call for measuring the dev mode boot flag.Gaurav Shah2010-08-301-1/+21
* Remove kernel backup spaceRandall Spangler2010-08-161-46/+19
* Change rollback interface so kernel/firmware version numbers areRandall Spangler2010-08-161-35/+19
* Add structs for TPM NV simplification. Now uses only 2 NV spaces, one for fi...Randall Spangler2010-08-121-227/+175
* Enable TPM in developer mode again.Randall Spangler2010-08-051-4/+6
* Misc TPM cleanupRandall Spangler2010-07-201-11/+14
* Add lots of debugging to TPM library.Randall Spangler2010-07-191-4/+50
* Add tpm lite to vboot referenceRandall Spangler2010-07-141-2/+44
* Replace TlclDefineSpace with SafeDefineSpace for extra paranoia.Luigi Semenzato2010-07-081-6/+21
* added reboot return codes to load kernel and firmwareRandall Spangler2010-07-081-0/+1
* This test sets the TPM to a each of a large amount of "interesting" initial s...Luigi Semenzato2010-07-081-11/+16
* Never set bGlobalLock in recovery/dev mode. Don't try to fix bad kernel space.Luigi Semenzato2010-07-021-26/+28
* New rollback_index API.Luigi Semenzato2010-06-281-134/+71
* Make vboot_reference build in MSVC command line environment.vbendeb2010-06-241-1/+5
* Add VBDEBUG macro for debug output.Randall Spangler2010-06-231-1/+1
* Refactor rollback interface for LoadKernel(), LoadFirmware().Randall Spangler2010-06-231-0/+33
* As mentioned, I discovered ForceClear doesn't really require any reboots. Th...Luigi Semenzato2010-06-221-29/+37
* Fixes to compiler warnings in MSVCRandall Spangler2010-06-211-4/+4
* Remove unused files, and tidy the directory structure of the remaining ones.Randall Spangler2010-06-171-0/+362