sandbox: remap memory load addresses
authorSvyatoslav Ryhel <clamor95@gmail.com>
Fri, 7 Mar 2025 08:59:57 +0000 (10:59 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Sat, 8 Mar 2025 14:27:22 +0000 (16:27 +0200)
commite6883b6b30784a529fbccd74f3226ad493d15116
tree85142fb05bb3fe50a68c12bdc0f6a846b8e34a48
parent0fd7ee0306a88bd99d3820167fa45a7ee6fbc1e1
sandbox: remap memory load addresses

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,
device tree to 0x1000 and placing early memory allocation after pre-console
buffer at 0xf4000. This should guarantee sufficient memory allocation for
future expansion.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
arch/sandbox/Kconfig
common/Kconfig
doc/arch/sandbox/sandbox.rst
include/configs/sandbox.h
test/lib/kconfig.c