Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1412553

[RFC PATCH] x86/efi: Auto enable EFI memmap on SGI UV systems

From Joseph Thelen <jthelen@sgi.com>
Newsgroups linux.kernel
Subject [RFC PATCH] x86/efi: Auto enable EFI memmap on SGI UV systems
Date 2016-06-02 23:10 +0200
Message-ID <rFHSF-2re-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[RFC PATCH] x86/efi: Auto enable EFI memmap on SGI UV systems Joseph Thelen <jthelen@sgi.com> - 2016-06-02 23:10 +0200

csiph-web