Re: [PATCH v2 13/14] efi: restrict arm/arm64 linux loader initrd placement

2017-08-07 Thread Vladimir 'phcoder' Serbinenko
LGTM Le Thu, Aug 3, 2017 à 12:15 PM, Leif Lindholm a écrit : > The 32-bit arm Linux kernel is built as a zImage, which self-decompresses > down to near start of RAM. In order for an initrd/initramfs to be > accessible, it needs to be placed within the first ~768MB of RAM. > The initrd loader bui

[PATCH v2 13/14] efi: restrict arm/arm64 linux loader initrd placement

2017-08-03 Thread Leif Lindholm
The 32-bit arm Linux kernel is built as a zImage, which self-decompresses down to near start of RAM. In order for an initrd/initramfs to be accessible, it needs to be placed within the first ~768MB of RAM. The initrd loader built into the kernel EFI stub restricts this down to 512MB for simplicity