public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* EFI e820 map handling
@ 2007-08-09 10:06 Andi Kleen
  2007-08-10  5:11 ` Yinghai Lu
  2007-08-10 13:17 ` huang ying
  0 siblings, 2 replies; 4+ messages in thread
From: Andi Kleen @ 2007-08-09 10:06 UTC (permalink / raw)
  To: Huang, Ying; +Cc: linux-kernel


Hallo,

I thought a bit about the zero page problem. I really would prefer to not
having it used in a boot loader right now because it's not extensible anymore
when external users start (ab)using it.

When I asked for separate EFI->e820 functions I was really thinking
of the kernel to do the conversion; not the boot loader.

Could you move that code into the kernel early boot code please? 
e.g. on x86-64 it could be in head64.c.  It could stuff the result
into the zero page to pass it cleanly on without special cases later.

On i386 a head32.c that runs before start_kernel() could be also 
introduced for this.

As long as it's localized there it is fine.

This would also allow to define new private e820 types and extend
the string decoding in e820; so that dmesg will correctly contain

EFI: ....

instead of

BIOS-e820: ... 

Thanks,

-Andi
 

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

end of thread, other threads:[~2007-08-10 13:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-09 10:06 EFI e820 map handling Andi Kleen
2007-08-10  5:11 ` Yinghai Lu
2007-08-10  7:55   ` Andi Kleen
2007-08-10 13:17 ` huang ying

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox