Re: Confusions with reserve_early, reserve_bootmem, e820, efi, ... on x86_64

From: Yinghai Lu
Date: Thu Jun 12 2008 - 08:25:23 EST


On Thu, Jun 12, 2008 at 3:06 AM, Paul Jackson <pj@xxxxxxx> wrote:
> Bernhard, Johannes, Huang, and Yinghai:
>
> I am running into some complications with reserve_bootmem vs
> reserve_early, and a reserve_early of "EFI memmap" in the
> efi_reserve_early() routine conflicting with reserve_early of
> "BIOS reserved" in reserve_ebda_region().
>
> This is on x86_64 arch, using Ingo's x86-latest, with possibly
> still buggy EFI firmware in a lab system I'm helping to develop.
>
> I have three concerns:
>
> 1) The find_overlapped_early() check called from reserve_early is
> failing on my lab system , causing panic, when it tries to
> register "EFI memmap" at addresses <0xe0660, 0xe0778> that
> overlaps with the "BIOS reserved" early reserve at addresses
> <0x9f000, 0x100000>

then reserve_ebda_region() need to be fixed.

YH
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/