[<prev] [next>] [day] [month] [year] [list]
Message-Id: <201408112312.s7BNCb62025267@terminus.zytor.com>
Date: Mon, 11 Aug 2014 16:12:37 -0700
From: "H. Peter Anvin" <hpa@...ux.intel.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: bonbons@...ux-vserver.org, bp@...e.de, hpa@...ux.intel.com,
hpa@...or.com, linux-kernel@...r.kernel.org,
matt.fleming@...el.com, mingo@...nel.org, stable@...r.kernel.org,
tglx@...utronix.de
Subject: [GIT PULL] x86/efi fixes for v3.17-rc1
Hi Linus,
Two EFI-related Kconfig changes, which happen to touch immediately
adjacent lines in Kconfig and thus collapse to a single patch.
The following changes since commit 99a5603e2a1f146ac0c6414d8a3669aa749ccff8:
efi/arm64: Handle missing virtual mapping for UEFI System Table (2014-07-18 21:24:04 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-efi-for-linus
for you to fetch changes up to 9e13bcf7e0981f1db0c8c8255ac17d5f898903e9:
Merge tag 'efi-urgent' into x86/efi (2014-08-11 13:58:54 -0700)
----------------------------------------------------------------
H. Peter Anvin (1):
Merge tag 'efi-urgent' into x86/efi
Matt Fleming (2):
x86/efi: Fix 3DNow optimization build failure in EFI stub
x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stub
arch/x86/Kconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 3fc7d72..0e62af9 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1536,7 +1536,8 @@ config EFI
config EFI_STUB
bool "EFI stub support"
- depends on EFI
+ depends on EFI && !X86_USE_3DNOW
+ select RELOCATABLE
---help---
This kernel feature allows a bzImage to be loaded directly
by EFI firmware without the use of a bootloader.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists