[SeaBIOS] [RFC PATCH] fw/pci: Add support for mapping Intel IGD OpRegion via QEMU

2016-02-01 Thread Alex Williamson
The proposed IGD OpRegion support in QEMU via vfio maps the host OpRegion into VM system memory at the address written to the ASL Storage register (0xFC). The OpRegion contains a 16-byte signature followed by a 4-byte size field. Therefore SeaBIOS can allocate a buffer of the typical size (8KB),

Re: [SeaBIOS] [PATCH v2 10/10] tpm: Write logs in TPM 2 format

2016-02-01 Thread Stefan Berger
On 02/01/2016 05:05 PM, Kevin O'Connor wrote: On Fri, Jan 22, 2016 at 05:47:20PM -0500, Stefan Berger wrote: From: Stefan Berger Introduce a log_entry 'object' that we use to hold the data to be logged in one log entry. Pass this object around rather than the TPM 1.2 specific 'pcpes' structure

Re: [SeaBIOS] [PATCH v2 03/10] tpm: Prepare code for TPM 2 functions

2016-02-01 Thread Stefan Berger
"Kevin O'Connor" wrote on 02/01/2016 04:54:53 PM: > From: "Kevin O'Connor" > To: Stefan Berger/Watson/IBM@IBMUS > Cc: seabios@seabios.org, Stefan Berger > Date: 02/01/2016 04:55 PM > Subject: Re: [PATCH v2 03/10] tpm: Prepare code for TPM 2 functions > > On Fri, Jan 22, 2016 at 05:47:13PM -050

Re: [SeaBIOS] [PATCH] Fix comment typo

2016-02-01 Thread Kevin O'Connor
On Sat, Jan 30, 2016 at 03:50:38PM +0800, Cao jin wrote: > Signed-off-by: Cao jin Thanks - I applied this patch. -Kevin ___ SeaBIOS mailing list SeaBIOS@seabios.org http://www.seabios.org/mailman/listinfo/seabios

Re: [SeaBIOS] [PATCH v2 10/10] tpm: Write logs in TPM 2 format

2016-02-01 Thread Kevin O'Connor
On Fri, Jan 22, 2016 at 05:47:20PM -0500, Stefan Berger wrote: > From: Stefan Berger > > Introduce a log_entry 'object' that we use to hold the data to be logged in > one log entry. Pass this object around rather than the TPM 1.2 specific > 'pcpes' > structure. > > Write this log_entry in the f

Re: [SeaBIOS] [PATCH v2 03/10] tpm: Prepare code for TPM 2 functions

2016-02-01 Thread Kevin O'Connor
On Fri, Jan 22, 2016 at 05:47:13PM -0500, Stefan Berger wrote: > From: Stefan Berger > > This patch prepares the tcgbios.c file for extension with TPM 2 > specific code by: > > o prefixing all TPM 1.2 specific functions with tpm12_ > o where necessary, introduce switch statements in tpm_ - pre

Re: [SeaBIOS] [RFC PATCH v1 0/9] Add TPM 2 support

2016-02-01 Thread Kevin O'Connor
On Fri, Jan 22, 2016 at 03:27:28PM -0500, Stefan Berger wrote: > "Kevin O'Connor" wrote on 01/21/2016 05:37:29 PM: > > Thanks Stefan. In general it looks good to me. I have a few > > comments, which I'll send separately. All of my comments could be > > addressed after committing this series if