Stefan Berger
2007-Jan-03 17:42 UTC
[Xen-devel] [PATCH] [Bochs/32-Bit BIOS] [2/3] TCG Bios extensions
This patch adds TCG BIOS extensions to the high memory area along with some often-used libc utility functions. The TCG extensions are described here: 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
Keir Fraser
2007-Jan-26 16:47 UTC
Re: [Xen-devel] [PATCH] [Bochs/32-Bit BIOS] [2/3] TCG Bios extensions
All this stuff is now applied, but one chunk failed. The area of code where you added the call to tcpa_add_bootdevice() has gone away, probably due to Tim Deegan''s changes to support network boot. You''ll have to work out the new place to put it. -- Keir On 3/1/07 5:42 pm, "Stefan Berger" <stefanb@us.ibm.com> wrote:> This patch adds TCG BIOS extensions to the high memory area along with > some often-used libc utility functions. The TCG extensions are described > here: > > https://www.trustedcomputinggroup.org/specs/PCClient/TCG_PCClientImplementatio > nforBIOS_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''._______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Stefan Berger
2007-Jan-26 17:16 UTC
Re: [Xen-devel] [PATCH] [Bochs/32-Bit BIOS] [2/3] TCG Bios extensions
Thanks. I will have a look. Stefan Keir Fraser <Keir.Fraser@cl.cam.ac.uk> wrote on 01/26/2007 11:47:51 AM:> All this stuff is now applied, but one chunk failed. The area of codewhere> you added the call to tcpa_add_bootdevice() has gone away, probably dueto> Tim Deegan''s changes to support network boot. You''ll have to work outthe> new place to put it. > > -- Keir > > On 3/1/07 5:42 pm, "Stefan Berger" <stefanb@us.ibm.com> wrote: > > > This patch adds TCG BIOS extensions to the high memory area along with > > some often-used libc utility functions. The TCG extensions aredescribed> > here: > > > > https://www.trustedcomputinggroup. > org/specs/PCClient/TCG_PCClientImplementatio > > nforBIOS_1-20_1-00.pdf > > > > I have tried to keep the patching with rombios.c to a minimum, butsome> > 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''. > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel