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

David Woodhouse dwmw2 at infradead.org
Wed May 21 12:15:44 CEST 2014


On Tue, 2014-05-20 at 14:22 +0100, David Woodhouse wrote:
> 
> However, this doesn't work if I have both CONFIG_MALLOC_UPPERMEMORY
> *and* CONFIG_EXTRA_STACK enabled.

Hm, this appears to be because rom_get_max() is returning 0xef000,
causing us to ask UEFI to leave only the range 0xef000-0xf0000
writeable. And that doesn't work quite so nicely when we use the extra
stack which in my case is at 0xef520.

Is rom_get_max() not what I should be using for this?

-- 
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/20140521/884da3c9/attachment.bin>


More information about the SeaBIOS mailing list