vTPM: get the buffer allocated for event log instead of the actual log
authorHon Ching \(Vicky\) Lo <honclo@linux.vnet.ibm.com>
Thu, 8 Oct 2015 00:11:54 +0000 (20:11 -0400)
committerPeter Huewe <peterhuewe@gmx.de>
Sun, 18 Oct 2015 23:01:23 +0000 (01:01 +0200)
commit9e5d4af458057344e8cc35b09b2f7a9c9e95d81f
treedee27407d14394ff2aa2759b953a39273bb223d9
parentb4ed0469d00ad7ad051e5acbdb3e7587fd0221e2
vTPM: get the buffer allocated for event log instead of the actual log

The OS should ask Power Firmware (PFW) for the size of the buffer
allocated for the event log, instead of the size of the actual
event log.  It then passes the buffer adddress and size to PFW in
the handover process, into which PFW copies the log.

Signed-off-by: Hon Ching(Vicky) Lo <honclo@linux.vnet.ibm.com>
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
arch/powerpc/kernel/prom_init.c