u-boot/doc/arch/sandbox
Sughosh Ganu 9b19e207a9 sandbox: move the TCG event log to the start of ram memory
The TCG event log buffer is being set at the end of ram memory. This
region of memory is to be reserved as LMB_NOMAP memory in the LMB
memory map. The current location of this buffer overlaps with the
memory region reserved for the U-Boot image, which is at the top of
the usable memory. This worked earlier as the LMB memory map was not
global but caller specific, but fails now because of the overlap.

Move the TCG event log buffer to the start of the ram memory region
instead. Move the location of the early trace buffer and the load
buffer for U-Boot(spl boot) accordingly.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
2024-09-03 14:08:50 -06:00
..
block_impl.rst dm: Add documentation for host command and implementation 2022-11-07 16:24:30 -07:00
index.rst dm: Add documentation for host command and implementation 2022-11-07 16:24:30 -07:00
sandbox.rst sandbox: move the TCG event log to the start of ram memory 2024-09-03 14:08:50 -06:00