Re: [SeaBIOS] [PATCH] tpm: Request access to locality 0

2018-04-12 Thread Kevin O'Connor
On Thu, Apr 12, 2018 at 02:55:52PM -0400, Stefan Berger wrote: > On 03/28/2018 03:37 PM, Stefan Berger wrote: > > The CRB driver has to request access to locality 0. Our QEMU > > CRB model will enforce that as well. > > > > Signed-off-by: Stefan Berger > > Kevin, can you please apply this patch.

Re: [SeaBIOS] [PATCH] tpm: Request access to locality 0

2018-04-12 Thread Stefan Berger
On 03/28/2018 03:37 PM, Stefan Berger wrote: The CRB driver has to request access to locality 0. Our QEMU CRB model will enforce that as well. Signed-off-by: Stefan Berger Kevin, can you please apply this patch. Stefan --- src/hw/tpm_drivers.c | 2 ++ 1 file changed, 2 insertions(+)

[SeaBIOS] [PATCH] tpm: Request access to locality 0

2018-03-28 Thread Stefan Berger
The CRB driver has to request access to locality 0. Our QEMU CRB model will enforce that as well. Signed-off-by: Stefan Berger --- src/hw/tpm_drivers.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hw/tpm_drivers.c b/src/hw/tpm_drivers.c index bd971f7..e4770b3 100644 --- a/src/hw/tpm