tpm: modularize event log collection
authorKent Yoder <key@linux.vnet.ibm.com>
Wed, 11 Jul 2012 15:08:12 +0000 (10:08 -0500)
committerKent Yoder <key@linux.vnet.ibm.com>
Wed, 22 Aug 2012 16:11:25 +0000 (11:11 -0500)
commite5dcd87fee12ed64a9ea911102025facc0c7d10c
tree039eb74daff281950e979c888ec9ec760939ad9d
parentaad628c1d91a6db57e572e4c1f35e863d81061d7
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>
drivers/char/tpm/Makefile
drivers/char/tpm/tpm.c
drivers/char/tpm/tpm_acpi.c [new file with mode: 0644]
drivers/char/tpm/tpm_bios.c [deleted file]
drivers/char/tpm/tpm_eventlog.c [new file with mode: 0644]
drivers/char/tpm/tpm_eventlog.h [new file with mode: 0644]