Hi,
This is the Seabios part to match my e820 reservation via fw_cfg patch.
Cheers, Jes
On Mon, Feb 15, 2010 at 06:33:59PM +0100, Jes Sorensen wrote:
Hi,
This is the Seabios part to match my e820 reservation via fw_cfg patch.
This still has 'struct e820_entry' which is too similar to 'struct e820entry' in memmap.h. Otherwise, it looks good to me.
-Kevin
On 02/16/10 01:43, Kevin O'Connor wrote:
On Mon, Feb 15, 2010 at 06:33:59PM +0100, Jes Sorensen wrote:
Hi,
This is the Seabios part to match my e820 reservation via fw_cfg patch.
This still has 'struct e820_entry' which is too similar to 'struct e820entry' in memmap.h. Otherwise, it looks good to me.
Hmmm didn't catch that one earlier, thanks for pointing it out. I have renamed it to struct e820_reservation to make it different.
Hope this version does the trick then.
Cheers, Jes
On Tue, Feb 16, 2010 at 09:46:08AM +0100, Jes Sorensen wrote:
On 02/16/10 01:43, Kevin O'Connor wrote:
On Mon, Feb 15, 2010 at 06:33:59PM +0100, Jes Sorensen wrote:
Hi,
This is the Seabios part to match my e820 reservation via fw_cfg patch.
This still has 'struct e820_entry' which is too similar to 'struct e820entry' in memmap.h. Otherwise, it looks good to me.
Hmmm didn't catch that one earlier, thanks for pointing it out. I have renamed it to struct e820_reservation to make it different.
Hope this version does the trick then.
Thanks - commit 0360e8e6.
-Kevin