]> git.baikalelectronics.ru Git - kernel.git/commit
x86/efi: Support initrd loaded above 4G
authorYinghai Lu <yinghai@kernel.org>
Sat, 14 Jun 2014 19:23:41 +0000 (12:23 -0700)
committerMatt Fleming <matt.fleming@intel.com>
Thu, 19 Jun 2014 10:14:34 +0000 (11:14 +0100)
commit6fa27bc5cb9f5f2134064deb311b3bca93dd242f
tree56dbb0a33703a53b42fe3e5f53744f465bd02239
parent00c0e2f320a2efd374d0fb7f408cdc6c730429fc
x86/efi: Support initrd loaded above 4G

For boot efi kernel directly without bootloader.
If the kernel support XLF_CAN_BE_LOADED_ABOVE_4G, we should
not limit initrd under hdr->initrd_add_max.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
arch/x86/boot/compressed/eboot.c