]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge tag 'efi-urgent' into x86/urgent
authorH. Peter Anvin <hpa@linux.intel.com>
Mon, 14 Jul 2014 20:45:44 +0000 (13:45 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Mon, 14 Jul 2014 20:45:44 +0000 (13:45 -0700)
 * Remove a duplicate copy of linux_banner from the arm64 EFI stub
   which, apart from reducing code duplication also stops the arm64 stub
   being rebuilt every time make is invoked - Ard Biesheuvel

 * Fix the EFI fdt code to not report a boot error if UEFI is
   unavailable since booting without UEFI parameters is a valid use case
   for non-UEFI platforms - Catalin Marinas

 * Include a .bss section in the EFI boot stub PE/COFF headers to fix a
   memory corruption bug - Michael Brown

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>

Trivial merge