summaryrefslogtreecommitdiff
path: root/firmware/lib/rollback_index.c
Commit message (Expand)AuthorAgeFilesLines
* vboot1: Lock TPM physical presence (kernel rollback) on legacy bootJulius Werner2015-05-121-3/+9
* Use the TPM to back up some of the nvram fieldsBill Richardson2014-06-051-1/+41
* rollback_index: Remove recovery_mode parameter to SetupTPM.Shawn Nematbakhsh2013-07-231-9/+5
* rollback_index: Add recovery parameter to RollbackKernelLock.stabilize-4443.BShawn Nematbakhsh2013-07-221-9/+3
* Massive refactoring of external header files.Bill Richardson2013-04-021-0/+2
* Get rid of some crufty macros.Gabe Black2013-03-191-6/+0
* Use Memcpy to avoid unaligned accesses when using RollbackKernelSpace.Gabe Black2013-03-041-6/+9
* Use Memcpy to access the fw_versions member of RollbackSpaceFirmware.Gabe Black2013-03-041-5/+9
* rollback_index: fix -Wshadow warningsAaron Durbin2013-02-261-4/+4
* fwlib: fix errors with -Wmissing-prototypesAaron Durbin2013-02-261-0/+9
* Reformat to kernel styleRandall Spangler2013-01-311-9/+12
* Improve coverage of rollback_index.cRandall Spangler2013-01-231-416/+477
* Rename files and defines to simplify makefile.Randall Spangler2013-01-111-1/+1
* Add clear TPM owner requestRandall Spangler2012-08-151-5/+12
* Revert "Expose getter of virtual dev switch value"Che-Liang Chiou2012-07-021-14/+0
* Expose getter of virtual dev switch valueChe-Liang Chiou2012-06-291-0/+14
* Support virtual dev-switch (keyboard-based dev-mode)Bill Richardson2012-06-081-19/+49
* Honor both fake_dev and virtual dev switchBill Richardson2012-05-251-4/+3
* Use virtual dev-mode switch when told to.factory-2338.BBill Richardson2012-05-181-5/+13
* Add checksum to TPM RollbackSpace regions for FW and kernel.Bill Richardson2012-05-171-12/+120
* Remaining unit tests for rollback_index.cRandall Spangler2011-08-291-0/+8
* Partial unit tests for rollback_indexRandall Spangler2011-08-261-18/+5
* Refactor TPM calls into vboot wrapperRandall Spangler2011-07-251-46/+10
* Revert "Refactor TPM calls into vboot wrapper"Elly Jones2011-07-251-10/+46
* Refactor TPM calls into vboot wrapperRandall Spangler2011-07-251-46/+10
* Implement different strategy for soft-reset workaround on Kaen prototypes.Luigi Semenzato2011-07-221-46/+3
* Vboot wrapper initial implementationRandall Spangler2011-07-081-2/+1
* Port vboot_reference to use new wrapper API utility functionsRandall Spangler2011-07-081-1/+2
* Reduce race conditions in TPM initialization.Luigi Semenzato2011-07-061-3/+3
* Revert "Verified boot wrapper - replace utility functions"Randall Spangler2011-07-011-2/+2
* Verified boot wrapper - replace utility functionsRandall Spangler2011-07-011-2/+2
* Revert "Verified boot wrapper - replace utility functions"mukesh agrawal2011-06-271-2/+2
* Verified boot wrapper - replace utility functionsRandall Spangler2011-06-271-2/+2
* 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