All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch] [0/2] Expand shadow memory area for using option ROM v.2
@ 2009-01-05 14:24 Akio Takebe
  2009-01-05 14:29 ` [Patch] [1/2] replace e820 from 0xe0000 to oxeb000 Akio Takebe
  2009-01-05 14:30 ` [Patch] [2/2] expand shadow mem from 0xc0000-0xdffff to 0xc0000-0xe8fff Akio Takebe
  0 siblings, 2 replies; 3+ messages in thread
From: Akio Takebe @ 2009-01-05 14:24 UTC (permalink / raw)
  To: xen-devel

Hi,

This patch expands shadow memory of guest BIOS.
Currently the shadow memory is 0xc0000 - 0xdffff.
It is used by VGA, gPXE, option ROM, but the size of these ROMs is
around 40k->64k, so the area is not enough.

I updated the previous patch.
http://lists.xensource.com/archives/html/xen-devel/2008-12/msg01117.html

I separate it into 2 parts.
[1/2] replace e820 from 0xe0000 to oxeb000 (using E820_PHYSICAL_ADDRESS macro).
[2/2] expand shadow mem from 0xc0000-0xdffff to 0xc0000-0xe8fff.

Best Regards,

Akio Takebe

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-01-05 14:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-05 14:24 [Patch] [0/2] Expand shadow memory area for using option ROM v.2 Akio Takebe
2009-01-05 14:29 ` [Patch] [1/2] replace e820 from 0xe0000 to oxeb000 Akio Takebe
2009-01-05 14:30 ` [Patch] [2/2] expand shadow mem from 0xc0000-0xdffff to 0xc0000-0xe8fff Akio Takebe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.