drivers/char/tpm: Add securityfs support for event log
authorAshley Lai <adlai@linux.vnet.ibm.com>
Tue, 14 Aug 2012 23:35:32 +0000 (18:35 -0500)
committerKent Yoder <key@linux.vnet.ibm.com>
Wed, 22 Aug 2012 21:22:47 +0000 (16:22 -0500)
commitc5df39262dd59dbbffb1017fca0f1661408ac9d5
tree80548294fa8b0c6f7581bbbadc511badeccaa42d
parent4a727429abec31c4f5d9607cebb4fb1cc21e1167
drivers/char/tpm: Add securityfs support for event log

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>
drivers/char/tpm/Makefile
drivers/char/tpm/tpm.h
drivers/char/tpm/tpm_eventlog.h
drivers/char/tpm/tpm_of.c [new file with mode: 0644]