|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] [Firmware] TCG BIOS extensions for the Bochs BIO
On 8/12/06 13:30, "Stefan Berger" <stefanb@xxxxxxxxxx> wrote:
> Is there a good reason for it being implemented almost entirely in assembly
> language?
The compiled TCG extension code adds approximately 0x2500 bytes to the BIOS and would add more to it if it was written in 'C'.
Presumably only those who want TPM functionality will run with the TPM-enabled BIOS, and they are unlikely to care whether the implementation is e.g., 10kB or 15kB. Even people not using the TPM capabilities are not really going to care about a few kilobytes. It’s not like you’re constrained to 64kB (0xF0000-0xFFFFF) — you can stick the 32-bit code below 4GB.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|