Re: Could you please merge the x86_64 EFI boot support patchset?

From: Huang, Ying
Date: Wed Jan 23 2008 - 02:26:19 EST


On Wed, 2008-01-23 at 01:00 -0600, Paul Jackson wrote:
> In Nov 2007, Huang Ying wrote:
> > Could you please merge the following patchset:
> >
> > [PATCH 0/2 -v3] x86_64 EFI boot support
> > [PATCH 1/2 -v3] x86_64 EFI boot support: EFI frame buffer driver
> > [PATCH 2/2 -v3] x86_64 EFI boot support: EFI boot document
>
> Huang - what has become of this patchset?

This patchset has been merged into Linux 2.6.24.

> We (SGI) have designs on a big honkin NUMA box using x86_64 arch, and
> we are runnning up against the arbitrary limits on the memory map size
> due to the ancient 4k zero page size limit (hence H. Peter Anvin added
> to the CC list, since he knows a bazillion times more about any such
> limits than I do.). The limits on 128 or so local chunks of memory
> imposed by the kernel code that invokes Int 15 E820h are too small for
> us.
>
> Since we are already accustomed to dealing with EFI on our IA64
> Itanium boxes, I'm figuring that it will be easier in the short run,
> and better in the long run, to just use EFI on these upcoming big
> x86_64 NUMA boxes.

Unfortunately, the new EFI support patches do not use EFI memory map for
system boot up (just for runtime service support). The EFI memory map is
converted into E820 memory map in bootloader. The main reason for this
change is to remove the duplication between E820 memory map and EFI
memory map handling code.

So, I think the resolution for your problem is the "struct setup_data"
mechanism proposed by H. Peter Anvin. That is a linked list data
structure for boot parameter without size limitation. I have ever writen
a patch for it, but there are some issues for implementation scheme.
Most people think it should be based on the "early reservation/early
allocation" mechanism from Andi Kleen. So I am waiting that is merged by
-mm or git-x86.

Best Regards,
Huang Ying

--
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/