Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | drivers/char/tpm: Add securityfs support for event log | Ashley Lai | 2012-08-22 |
| | | | | | | | | | This patch retrieves the event log data from the device tree during file open. The event log data will then displayed through securityfs. Signed-off-by: Ashley Lai <adlai@us.ibm.com> Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com> | ||
* | tpm: modularize event log collection | Kent Yoder | 2012-08-22 |
Break ACPI-specific pieces of the event log handling into their own file and create tpm_eventlog.[ch] to store common event log handling code. This will be required to integrate future event log sources on platforms without ACPI tables. Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com> |