]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6466eb4233d25aac44f4f7dea4ad03640b27c911
tree80372e06e4ed47d034c32f2ab34720da24eb28c2
parent4c7e319d04d696f160dcdb0338778a6cade6348e
parente98aac33952c145082231253c3dc8c0342d8ddfc
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>