-
- Downloads
tpm: modularize event log collection
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>
Showing
- drivers/char/tpm/Makefile 1 addition, 0 deletionsdrivers/char/tpm/Makefile
- drivers/char/tpm/tpm.c 1 addition, 0 deletionsdrivers/char/tpm/tpm.c
- drivers/char/tpm/tpm_acpi.c 104 additions, 0 deletionsdrivers/char/tpm/tpm_acpi.c
- drivers/char/tpm/tpm_eventlog.c 5 additions, 142 deletionsdrivers/char/tpm/tpm_eventlog.c
- drivers/char/tpm/tpm_eventlog.h 71 additions, 0 deletionsdrivers/char/tpm/tpm_eventlog.h
Loading
Please register or sign in to comment