]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0a664812669bbf47df7e99fe0d5913edb18d0fd2
treedee27407d14394ff2aa2759b953a39273bb223d9
parentd889643f832cc0b22cde7c5c944242592fb29719
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