Actions
Feature #425
closedFeature #420: Use standard format of TPM event log
Add parsing of new TPM event log formats to cbmem utility
Start date:
10/12/2022
Due date:
% Done:
0%
Estimated time:
Affected versions:
Needs backport to:
Affected hardware:
Affected OS:
Description
All existing and newly implemented formats must be parse-able by cbmem. It should be able to automatically recognize used format and parse it accordingly, so there are no significant differences in invocation of this tool by end users. Crypto agile format will require implementation of additional unmarshaling.
Updated by Michał Żygowski about 2 years ago
- Related links updated (diff)
I have already started some work for parsing TCG compliant event log from DRTM event log area reserved in cbmem. It should be relatively simple to propagate to other cbmem regions if needed. Relevant patchset linekd in the Related links section.
Updated by Michał Żygowski about 2 years ago
- Related to Feature #420: Use standard format of TPM event log added
Updated by Martin Roth about 1 year ago
- Status changed from New to Resolved
Fixed: https://review.coreboot.org/c/coreboot/+/68749 - util/cbmem: add parsing of TPM logs per specs
Actions