summaryrefslogtreecommitdiff
path: root/firmware/lib/tpm2_lite
Commit message (Expand)AuthorAgeFilesLines
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-232-13/+13
* tlcl: add implementations for GetOwnership and Read/WriteLockStephen Barber2016-08-212-3/+53
* tlcl: implement clear, startup, shutdown, self teststabilize-8647.BAndrey Pronin2016-07-262-6/+112
* tlcl: support sending raw commandsAndrey Pronin2016-07-262-4/+25
* Modify 'tpmc block' to lock only the FW indexAndrey Pronin2016-07-262-0/+25
* tlcl: automatically detect if platform hierarchy is disabledAndrey Pronin2016-07-261-8/+31
* tlcl: tpm2: fix unmarshal_u32 return valueAndrey Pronin2016-07-261-1/+1
* Implement GetCapabilities and reading flags for tpm2Andrey Pronin2016-07-262-13/+145
* tlcl: use different NV_Read authorizations for fw and userlandAndrey Pronin2016-07-222-1/+16
* Read NVRAM with proper authorization for tpm2Andrey Pronin2016-07-211-1/+1
* Stub tlcl implementation for tpm2 caseAndrey Pronin2016-07-151-0/+128
* tpm2: add nvram lock and hierarchy control commandsVadim Bendebury2016-07-092-2/+87
* tpm2: refactor tpm2 return value processingVadim Bendebury2016-07-061-8/+10
* tpm2: add marshaling/unmarshaling and tlcl supportVadim Bendebury2016-07-012-0/+520