OSDN Git Service

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)
commit4bf7111f50167133a71c23530ca852a41355e739
tree56dbb0a33703a53b42fe3e5f53744f465bd02239
parent98a716b66cab993e15001c7ec06f637ca6f1079b
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