mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] x86/efi fixes for v3.17-rc1
@ 2014-08-11 23:12 H. Peter Anvin
  0 siblings, 0 replies; only message in thread
From: H. Peter Anvin @ 2014-08-11 23:12 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: bonbons, bp, hpa, hpa, linux-kernel, matt.fleming, mingo, stable, tglx

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-11 23:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-11 23:12 [GIT PULL] x86/efi fixes for v3.17-rc1 H. Peter Anvin

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

all inboxes | Powered by JetHome®