summaryrefslogtreecommitdiff
path: root/firmware/lib/tpm_lite/tlcl.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: replace sysincludes.h with 2sysincludes.hJoel Kitching2019-08-221-1/+0
* vboot/tpm: fix return type inconsistenciesJoel Kitching2019-08-061-1/+1
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-141-8/+8
* tpm_lite: Fix delegation table parsingMattias Nissler2019-02-271-1/+3
* tpmc: Add TlclUndefineSpace/Ex for TPM 1.2/2.0Meng-Huan Yu2018-11-011-0/+19
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-031-9/+9
* tpm_lite: Add TlclGetSpaceInfoMattias Nissler2018-04-131-12/+101
* tpm_lite: Support delegation family functionality.Mattias Nissler2018-04-131-0/+52
* tpm_lite: Add more general DefineSpaceEx functionMattias Nissler2018-04-131-6/+216
* tpm_lite: Implement TakeOwnership supportMattias Nissler2018-04-131-0/+224
* tpm_lite: Implement ReadPubek command.Mattias Nissler2018-04-131-3/+166
* tpm_lite: Introduce cursor read helpersstabilize-meowth-10574.Bstabilize-10569.BMattias Nissler2018-04-091-46/+25
* tpm_lite: Drop FOR_TEST for tlcl.cMattias Nissler2018-04-091-5/+0
* 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-121-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