public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH] x86/efi: Auto enable EFI memmap on SGI UV systems
@ 2016-06-02 20:50 Joseph Thelen
  2016-06-02 20:50 ` [PATCH] " Joseph Thelen
  0 siblings, 1 reply; 7+ messages in thread
From: Joseph Thelen @ 2016-06-02 20:50 UTC (permalink / raw)
  To: linux-kernel
  Cc: Joseph Thelen, Alex Thorlton, Matt Fleming, Thomas Gleixner,
	Ingo Molnar, H. Peter Anvin, x86, linux-efi

The intent here is to automatically enable the EFI memory map entries
on SGI UV systems, which can have more than 128 E820 entries and
will cause headaches if the EFI memory map entries are not added.

The assumption is made that the community would prefer that this change
be a UV specific quirk, as opposed to automatically adding the EFI
memory map entries whenever more then 128 E820 entries exist. If this
assumption is incorrect, the patch can be changed to check the number
of E820 entries rather than for whether or not the system is a UV.

Cc: Alex Thorlton <athorlton@sgi.com>
Cc: Matt Fleming <matt@codeblueprint.co.uk>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: x86@kernel.org
Cc: linux-efi@vger.kernel.org

Joseph Thelen (1):
  x86/efi: Auto enable EFI memmap on SGI UV systems

 arch/x86/platform/efi/efi.c | 43 +++++++++++++++++++++++++++++++++++++++----
 1 file changed, 39 insertions(+), 4 deletions(-)

-- 
1.8.5.6

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

end of thread, other threads:[~2016-06-17 20:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-02 20:50 [RFC PATCH] x86/efi: Auto enable EFI memmap on SGI UV systems Joseph Thelen
2016-06-02 20:50 ` [PATCH] " Joseph Thelen
2016-06-08 11:12   ` Ingo Molnar
2016-06-14 22:19     ` Joseph Thelen
2016-06-08 12:36   ` Matt Fleming
2016-06-14 22:34     ` Joseph Thelen
2016-06-17 20:57       ` Joseph Thelen

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