summaryrefslogtreecommitdiff
path: root/firmware/lib/tpm_lite
Commit message (Expand)AuthorAgeFilesLines
* Add tlcl testsRandall Spangler2013-01-311-0/+5
* fix s_tpm_pcr_read_cmd structure name typoKees Cook2013-01-161-1/+1
* Make tpmc able to send and receive raw datagrams.Luigi Semenzato2013-01-111-2/+7
* Add missing TlclLibClose function for mock TPM interfaceDuncan Laurie2013-01-111-0/+4
* Tlcl: allow OS failures to bubble up to callerstabilize2Kees Cook2012-11-281-1/+1
* Add missing mocked TPM functionsKees Cook2012-08-021-1/+18
* tlcl: add GetOwner commandKees Cook2012-06-132-0/+20
* mount-encrypted: close TPM when spawning resizerKees Cook2012-04-051-0/+4
* tpm_lite: implement TPM_GetRandomKees Cook2012-03-012-1/+38
* Fix compile by eliminating unused variableSonny Rao2012-01-091-1/+0
* tpmc: add PCR reading functionKees Cook2012-01-092-0/+28
* Vboot wrapper initial implementationRandall Spangler2011-07-082-5/+12
* Port vboot_reference to use new wrapper API utility functionsRandall Spangler2011-07-081-0/+1
* Revert "Verified boot wrapper - replace utility functions"Randall Spangler2011-07-011-1/+0
* Verified boot wrapper - replace utility functionsRandall Spangler2011-07-011-0/+1
* Revert "Verified boot wrapper - replace utility functions"mukesh agrawal2011-06-271-1/+0
* Verified boot wrapper - replace utility functionsRandall Spangler2011-06-271-0/+1
* Verified boot wrapper - add stub implementations for hostRandall Spangler2011-06-271-4/+4
* Fix compilation failure of mocked_tlcl.cKazuhiro Inaba2011-06-121-0/+1
* Add option to use mocked TPM driverChe-Liang Chiou2011-04-221-0/+130
* Move ContinueSelfTest to a later point to save time.Luigi Semenzato2011-03-161-6/+43
* Bump tlcl_structures.h.Luigi Semenzato2011-03-161-0/+5
* Added TPM_SaveState command.Luigi Semenzato2011-03-161-0/+5
* Update PCR state with the state of the firmware keyblock flags too.Gaurav Shah2011-03-151-1/+2
* Only advance kernel version when the booted partition has a valid key blockRandall Spangler2011-03-041-1/+1
* Move tpm lite API to common include pathRong Chang2011-02-231-144/+0
* vboot TPM stub functions return error codesChe-Liang Chiou2010-12-162-4/+4
* Fix integration bugs (vboot side)Che-Liang Chiou2010-11-092-108/+1
* Add new files: two tests, one common file, one program to set things up.Luigi Semenzato2010-09-151-1/+2
* fix missing constantRandall Spangler2010-09-081-5/+6
* TBR: reviewed in person with semenzatoRandall Spangler2010-09-022-1/+1
* Make TPM datagrams const, since they cannot be modified in the RO firmware.Luigi Semenzato2010-08-313-23/+23
* Add resume command (TPM_Startup(ST_STATE))Luigi Semenzato2010-08-313-1/+16
* Add physical presence initialization and locking to one-time initializations.Luigi Semenzato2010-08-313-2/+18
* Add a command to enable the physical presence command.Luigi Semenzato2010-08-303-1/+15
* Added new commands and reactivated full rebuild after fixing for ARM ebuild.Luigi Semenzato2010-08-254-31/+82
* Add structs for TPM NV simplification. Now uses only 2 NV spaces, one for fi...Randall Spangler2010-08-122-4/+4
* Command-line utility to execute TPM commands bypassing the TSS stack.Luigi Semenzato2010-08-101-0/+250
* Pay attention to TPM communication errorsRandall Spangler2010-08-053-50/+44
* Enable TPM in developer mode again.Randall Spangler2010-08-051-16/+12
* Fix GetPermissions bug.Luigi Semenzato2010-08-041-1/+1
* Various bug fixes to tpm_lite. Some changes to the test suite.Luigi Semenzato2010-08-041-2/+19
* Misc TPM cleanupRandall Spangler2010-07-201-1/+2
* (In the right repository this time.)Gaurav Shah2010-07-192-53/+65
* Add lots of debugging to TPM library.Randall Spangler2010-07-192-17/+42
* Add tpm lite to vboot referenceRandall Spangler2010-07-145-0/+612