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

2025-03-13 Thread Simon Glass
On Sat, 8 Mar 2025 at 15:52, Svyatoslav Ryhel 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

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

2025-03-08 Thread Svyatoslav Ryhel
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 buf