[PATCH v1 0/1] sandbox: swap bloblist and fdt loading address sequence
Svyatoslav Ryhel
clamor95 at gmail.com
Fri Mar 7 11:16:28 CET 2025
The existing memory layout places the bloblist at 0xb000 and the fdt at 0x100,
resulting in a 0xaf00 size constraint for the fdt. This constraint has been
reached. Lets modify the layout by moving the bloblist to 0x100. With a
bloblist size limit of 0x400, this allows the fdt to be positioned at 0x500,
thus expanding its permissible size.
Tests passed: https://source.denx.de/u-boot/custodians/u-boot-tegra/-/pipelines/25021
Svyatoslav Ryhel (1):
sandbox: swap bloblist and fdt loading address sequence
arch/sandbox/Kconfig | 2 +-
common/Kconfig | 2 +-
doc/arch/sandbox/sandbox.rst | 4 ++--
test/lib/kconfig.c | 8 ++++----
4 files changed, 8 insertions(+), 8 deletions(-)
--
2.43.0
More information about the U-Boot
mailing list