[PATCH v2 1/1] sandbox: remap memory load addresses

Simon Glass sjg at chromium.org
Thu Mar 13 13:51:41 CET 2025


On Sat, 8 Mar 2025 at 15:52, Svyatoslav Ryhel <clamor95 at gmail.com> wrote:
>
> 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 at gmail.com>
> ---
>  arch/sandbox/Kconfig         | 2 +-
>  common/Kconfig               | 2 +-
>  doc/arch/sandbox/sandbox.rst | 6 +++---
>  include/configs/sandbox.h    | 2 +-
>  test/lib/kconfig.c           | 8 ++++----
>  5 files changed, 10 insertions(+), 10 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list