All of lore.kernel.org
 help / color / mirror / Atom feed
From: Akio Takebe <takebe_akio@jp.fujitsu.com>
To: xen-devel <xen-devel@lists.xensource.com>
Subject: [Patch] [0/2] Expand shadow memory area for using option ROM v.2
Date: Mon, 05 Jan 2009 23:24:12 +0900	[thread overview]
Message-ID: <4962180C.8050606@jp.fujitsu.com> (raw)

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

             reply	other threads:[~2009-01-05 14:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-05 14:24 Akio Takebe [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4962180C.8050606@jp.fujitsu.com \
    --to=takebe_akio@jp.fujitsu.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.