Home
last modified time | relevance | path

Searched hist:"5 e6dbe1e8cbbe4b6f7407dda2c021cbe80a8ec02" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/arm/
H A Dboot.cdiff 5e6dbe1e8cbbe4b6f7407dda2c021cbe80a8ec02 Thu May 16 09:47:33 CDT 2019 Peter Maydell <peter.maydell@linaro.org> hw/arm/boot: Honour image size field in AArch64 Image format kernels

Since Linux v3.17, the kernel's Image header includes a field image_size,
which gives the total size of the kernel including unpopulated data
sections such as the BSS). If this is present, then return it from
load_aarch64_image() as the true size of the kernel rather than
just using the size of the Image file itself. This allows the code
which calculates where to put the initrd to avoid putting it in
the kernel's BSS area.

This means that we should be able to reliably load kernel images
which are larger than 128MB without accidentally putting the
initrd or dtb in locations that clash with the kernel itself.

Fixes: https://bugs.launchpad.net/qemu/+bug/1823998
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Mark Rutland <mark.rutland@arm.com>
Message-id: 20190516144733.32399-5-peter.maydell@linaro.org