Issue #425 has been updated by Martin Roth.
Status changed from New to Resolved
Fixed: https://review.coreboot.org/c/coreboot/+/68749 - util/cbmem: add parsing of TPM logs per specs
---------------------------------------- Feature #425: Add parsing of new TPM event log formats to cbmem utility https://ticket.coreboot.org/issues/425#change-1702
* Author: Krystian Hebel * Status: Resolved * Priority: Normal * Category: userspace utilities * Target version: none * Start date: 2022-10-12 * Related links: https://review.coreboot.org/c/coreboot/+/51583 ---------------------------------------- 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.