summaryrefslogtreecommitdiff
path: root/firmware/lib/tpm_lite
Commit message (Expand)AuthorAgeFilesLines
* tlcl, tpmc: extend GetVersion to report vendor specific datastabilize-10032.86.Bstabilize-10032.75.Bstabilize-10032.72.Bstabilize-10032.71.Bstabilize-10032.68.Bstabilize-10032.56.Bstabilize-10032.111.Brelease-R63-10032.Bfirmware-scribe-10045.BAndrey Pronin2017-10-122-4/+35
* Add support for IFX FieldUpgradeInfoRequest2 commandMattias Nissler2017-08-233-0/+82
* Implement tpmc getversion command.stabilize-9756.BMattias Nissler2017-07-183-0/+48
* firmware: replace VBDEBUG(()) macro with VB2_DEBUG()Randall Spangler2017-01-121-38/+40
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-232-23/+23
* Fix indentation in firmware and host libsRandall Spangler2016-10-132-420/+496
* Fix coverity warnings in firmwareRandall Spangler2016-09-061-0/+2
* tlcl: automatically detect if platform hierarchy is disabledAndrey Pronin2016-07-261-4/+0
* tlcl: use different NV_Read authorizations for fw and userlandAndrey Pronin2016-07-221-0/+4
* Workaround for failing tests when DEBUG=1Bill Richardson2014-05-311-3/+9
* tpmc: Fix compilation with MOCK_TPM=1toolchainBstabilize-spring-4100.53.Bstabilize-4100.38.Brelease-R28-4100.Bfactory-spring-4131.Bfactory-4128.BDuncan Laurie2013-05-061-0/+13
* Massive refactoring of external header files.Bill Richardson2013-04-022-0/+3
* Get rid of some crufty macros.Gabe Black2013-03-192-12/+13
* 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