Re: [Qemu-devel] [SeaBIOS] [PATCH V6 1/9] Add an implementation of a TPM TIS driver

2011-08-19 Thread Stefan Berger
On 08/19/2011 01:33 PM, Marc Jones wrote: On Wed, Aug 10, 2011 at 10:51 AM, Stefan Berger wrote: This patch adds an implementation of a TPM TIS driver for the TPM TIS emulation supported by Qemu (patches posted, not in git yet). Usage of the driver is broken up into several functions. The driv

Re: [Qemu-devel] [SeaBIOS] [PATCH V6 1/9] Add an implementation of a TPM TIS driver

2011-08-19 Thread Marc Jones
On Wed, Aug 10, 2011 at 10:51 AM, Stefan Berger wrote: > This patch adds an implementation of a TPM TIS driver for the TPM TIS > emulation supported by Qemu (patches posted, not in git yet). Usage of the > driver is broken up into several functions. The driver is cleanly separated > from the rest

Re: [Qemu-devel] [SeaBIOS] [PATCH V6 1/9] Add an implementation of a TPM TIS driver

2011-08-16 Thread Stefan Berger
On 08/12/2011 10:39 AM, Andreas Niederl wrote: Hi, compiling SeaBios with your patch produces the following error for me with gcc-4.4.5: src/tpm_drivers.c: In function ‘tis_init’: src/tpm_drivers.c:43: error: ‘tpm_drivers’ undeclared (first use in this function) Thanks. Unfortunately gcc 4.6.0

Re: [Qemu-devel] [SeaBIOS] [PATCH V6 1/9] Add an implementation of a TPM TIS driver

2011-08-12 Thread Andreas Niederl
Hi, compiling SeaBios with your patch produces the following error for me with gcc-4.4.5: src/tpm_drivers.c: In function ‘tis_init’: src/tpm_drivers.c:43: error: ‘tpm_drivers’ undeclared (first use in this function) The attached patch should fix this. Regards, Andreas commit 065be9bee0a0f13cdc