summaryrefslogtreecommitdiff
path: root/firmware/lib/tpm2_lite/marshaling.c
Commit message (Expand)AuthorAgeFilesLines
* tlcl: Add `TlclReadPublic()` supportYi Chou2023-04-101-0/+49
* treewide: Fix license headers to conform with linterJakub Czapiga2022-10-041-1/+1
* tpm2_lite: implement TlclExtendYi Chou2021-01-301-1/+49
* vboot: stop using StrnAppend and Uint64ToStringJoel Kitching2020-03-311-1/+0
* vboot: fix up some more includesJoel Kitching2019-09-231-2/+1
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-2/+1
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-141-1/+1
* firmware: tpm2_lite: Implement TlclGetRandom()Stephen Boyd2018-11-271-0/+23
* tpmc: Add TlclUndefineSpace/Ex for TPM 1.2/2.0Meng-Huan Yu2018-11-011-0/+31
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-031-4/+4
* firmware: tpm2_lite: fix command/response code typeAndrey Pronin2018-03-271-2/+1
* firmware: tpm2_lite: propagate actual errorsAndrey Pronin2018-03-271-19/+18
* 2lib: add VB2_DEBUG_RAW() to print without function nameRandall Spangler2017-01-201-41/+28
* firmware: replace VBDEBUG(()) macro with VB2_DEBUG()Randall Spangler2017-01-121-46/+50
* tpm2_lite: use null password authorization for ReadLockAndrey Pronin2016-11-151-1/+2
* tpm2_lite: implement TlclGetPermissionsAndrey Pronin2016-11-111-0/+84
* tpm2_lite: implement TlclDefineSpaceAndrey Pronin2016-11-091-12/+139
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-231-8/+8
* tlcl: add implementations for GetOwnership and Read/WriteLockStephen Barber2016-08-211-0/+18
* tlcl: implement clear, startup, shutdown, self teststabilize-8647.BAndrey Pronin2016-07-261-0/+61
* tlcl: support sending raw commandsAndrey Pronin2016-07-261-0/+17
* Modify 'tpmc block' to lock only the FW indexAndrey Pronin2016-07-261-0/+5
* tlcl: tpm2: fix unmarshal_u32 return valueAndrey Pronin2016-07-261-1/+1
* Implement GetCapabilities and reading flags for tpm2Andrey Pronin2016-07-261-9/+100
* tlcl: use different NV_Read authorizations for fw and userlandAndrey Pronin2016-07-221-1/+11
* Read NVRAM with proper authorization for tpm2Andrey Pronin2016-07-211-1/+1
* tpm2: add nvram lock and hierarchy control commandsVadim Bendebury2016-07-091-0/+41
* tpm2: add marshaling/unmarshaling and tlcl supportVadim Bendebury2016-07-011-0/+380