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)
commite0463e42d7b73654f39f6a155f82f0b72ad5258a
tree80372e06e4ed47d034c32f2ab34720da24eb28c2
parent1795cd9b3a91d4b5473c97f491d63892442212ab
parentc7fb93ec51d462ec3540a729ba446663c26a0505
Merge tag 'efi-urgent' into x86/urgent

 * 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>