commit | bf9a25f075c4c94a3d47bc54c1a8a7b964444ff1 | [log] [tgz] |
---|---|---|
author | Salman Nabi <salman.nabi@arm.com> | Thu Feb 13 13:23:43 2025 +0000 |
committer | Salman Nabi <salman.nabi@arm.com> | Mon Mar 03 16:56:57 2025 +0000 |
tree | 1da4a656c8a18ad4adc19b3892a22f0f74219d06 | |
parent | 2de9a254c8add40b9a49ee4fb1a85a6beba7d2c8 [diff] |
feat(fvp): set defaults for build commandline When using ARM_LINUX_KERNEL_AS_BL33, set defaults for the below for increased build time efficiency: PRELOADED_BL33_BASE=0x80080000 This address supports older kernels before v5.7 ARM_PRELOADED_DTB_BASE=0x87F00000 (only in RESET_TO_BL31) 1MiB before the address 0x88000000 in FVP. 1MiB seems enough for the device tree blob (DTB). Change-Id: I0396b597485e163b43f7c6677c04fcc08db55aa8 Signed-off-by: Salman Nabi <salman.nabi@arm.com>