summaryrefslogtreecommitdiff
path: root/firmware/lib/tpm_lite/tlcl.c
Commit message (Expand)AuthorAgeFilesLines
* tlcl, tpmc: extend GetVersion to report vendor specific datastabilize-9901.77.Bstabilize-9901.54.Bstabilize-9901.53.Brelease-R62-9901.BAndrey Pronin2017-10-241-3/+29
* Add support for IFX FieldUpgradeInfoRequest2 commandMattias Nissler2017-08-231-0/+71
* Implement tpmc getversion command.stabilize-9756.BMattias Nissler2017-07-181-0/+36
* firmware: replace VBDEBUG(()) macro with VB2_DEBUG()Randall Spangler2017-01-121-38/+40
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-231-17/+17
* Fix indentation in firmware and host libsRandall Spangler2016-10-131-339/+383
* 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
* Massive refactoring of external header files.Bill Richardson2013-04-021-0/+1
* Get rid of some crufty macros.Gabe Black2013-03-191-4/+5
* 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
* Tlcl: allow OS failures to bubble up to callerstabilize2Kees Cook2012-11-281-1/+1
* tlcl: add GetOwner commandKees Cook2012-06-131-0/+15
* mount-encrypted: close TPM when spawning resizerKees Cook2012-04-051-0/+4
* tpm_lite: implement TPM_GetRandomKees Cook2012-03-011-1/+32
* Fix compile by eliminating unused variableSonny Rao2012-01-091-1/+0
* tpmc: add PCR reading functionKees Cook2012-01-091-0/+22
* Vboot wrapper initial implementationRandall Spangler2011-07-081-3/+9
* 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
* Move ContinueSelfTest to a later point to save time.Luigi Semenzato2011-03-161-6/+43
* 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
* vboot TPM stub functions return error codesChe-Liang Chiou2010-12-161-2/+2
* TBR: reviewed in person with semenzatoRandall Spangler2010-09-021-1/+0
* Make TPM datagrams const, since they cannot be modified in the RO firmware.Luigi Semenzato2010-08-311-2/+2
* Add resume command (TPM_Startup(ST_STATE))Luigi Semenzato2010-08-311-0/+5
* Add physical presence initialization and locking to one-time initializations.Luigi Semenzato2010-08-311-1/+7
* Add a command to enable the physical presence command.Luigi Semenzato2010-08-301-1/+6
* Added new commands and reactivated full rebuild after fixing for ARM ebuild.Luigi Semenzato2010-08-251-18/+41
* Add structs for TPM NV simplification. Now uses only 2 NV spaces, one for fi...Randall Spangler2010-08-121-2/+2
* Pay attention to TPM communication errorsRandall Spangler2010-08-051-46/+38
* 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-191-19/+31
* Add lots of debugging to TPM library.Randall Spangler2010-07-191-8/+38
* Add tpm lite to vboot referenceRandall Spangler2010-07-141-0/+241