https://github.com/torvalds/linux
Revision 29282ac0bd6c0b0c4c893fe2c31863e50fea69f8 authored by Ingo Molnar on 25 September 2014, 14:40:08 UTC, committed by Ingo Molnar on 25 September 2014, 14:40:08 UTC
Pull EFI fixes from Matt Fleming:

  * Revert the static library changes from the merge window since they're
    causing issues for Macbooks and Fedora + Grub2 (Matt Fleming)

  * Delete the misleading "setup_efi_pci() failed!" message which some
    people are seeing when booting EFI (Matt Fleming)

  * Fix printing strings from the 32-bit EFI boot stub by only passing
    32-bit addresses to the firmware (Matt Fleming)

Signed-off-by: Ingo Molnar <mingo@kernel.org>
2 parent s 0cacbfb + 115c662
Raw File
Tip revision: 29282ac0bd6c0b0c4c893fe2c31863e50fea69f8 authored by Ingo Molnar on 25 September 2014, 14:40:08 UTC
Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent
Tip revision: 29282ac
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top