Displaying 2 results from an estimated 2 matches for "bx_tcgbios".
2007 Jan 03
2
[PATCH] [Bochs/32-Bit BIOS] [2/3] TCG Bios extensions
...https://www.trustedcomputinggroup.org/specs/PCClient/TCG_PCClientImplementationforBIOS_1-20_1-00.pdf
I have tried to keep the patching with rombios.c to a minimum, but some
amount of code needs to be inserted at various locations.
The code is currently deactivated, but can be activated by setting
BX_TCGBIOS to ''1''.
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2006 Dec 07
7
[PATCH] [Firmware] TCG BIOS extensions for the Bochs BIOS
...sly
implemented support for TCPA ACPI tables. A low-level driver for a TPM
TIS device and an Atmel device is provided.
The implemented specification is described here:
https://www.trustedcomputinggroup.org/specs/PCClient/TCG_PCClientImplementationforBIOS_1-20_1-00.pdf
I added a #define ''BX_TCGBIOS'' to rombios.c that enables or disables
these extensions. It''s currently disabled so none of the code is
compiled into the BIOS.
The implementation passes the tests implemented in a newer version of
trusted grub (available through the trousers project on sourceforge).
Signed-off-...