]> git.ipfire.org Git - thirdparty/grub.git/commit
linux, efi, arm*, fdt: Break FDT extra allocation space out into a #define
authorLeif Lindholm <leif.lindholm@linaro.org>
Tue, 22 Jan 2019 16:59:41 +0000 (16:59 +0000)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 23 Jan 2019 09:16:32 +0000 (10:16 +0100)
commita0e4ee533dc0c6a78ecc55e97ac0fb98755f7fe7
tree90916eb5e7b2e8990022685290ea993a270090e2
parent088f7f56e5481ec6608d1268fa2c5cb4e2ff0ccf
linux, efi, arm*, fdt: Break FDT extra allocation space out into a #define

A certain amount of dynamic space is required for the handover from
GRUB/Linux-EFI-stub. This entails things like initrd addresses,
address-cells entries and associated strings.

But move this into a proper centralised #define rather than live-code
it in the loader.

Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/loader/arm64/linux.c
include/grub/fdt.h