commit | 3a3df1fb7eabcd283020ec03722b7d2de666c0b6 | [log] [tgz] |
---|---|---|
author | Svyatoslav Ryhel <clamor95@gmail.com> | Fri Mar 07 10:59:57 2025 +0200 |
committer | Svyatoslav Ryhel <clamor95@gmail.com> | Sat Mar 08 16:27:22 2025 +0200 |
tree | 85142fb05bb3fe50a68c12bdc0f6a846b8e34a48 | |
parent | 818a37f7b54605e703f293fa553eea32336e6ead [diff] |
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>