[SeaBIOS] [PATCH v3] Update EFI_COMPATIBILITY16_TABLE to match 0.98 spec update

David Woodhouse dwmw2 at infradead.org
Mon Jun 2 14:58:54 CEST 2014


On Wed, 2014-05-28 at 09:58 -0400, Kevin O'Connor wrote:
> Is there an advantage to setting this at compile time vs only setting
> these fields during runtime?

No.

> Would this work instead?
> 
>     u32 rommax = rom_get_max();
>     extern u8 final_readonly_start[];
>     csm_compat_table.UmaAddress = rommax;
>     csm_compat_table.UmaSize = (u32)final_readonly_start - rommax;

Yes.

New patch to follow...

-- 
dwmw2

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 5745 bytes
Desc: not available
URL: <http://www.seabios.org/pipermail/seabios/attachments/20140602/203e2753/attachment.bin>


More information about the SeaBIOS mailing list