This commit refactors the DRAM memory layout to reserve additional regions critical for platform functionality and debugging. It consolidates several CPUCP-related memory areas and adds new reservations for Ramdump and Shared Memory. - Ramdump and Shared Memory: New reserved regions, dram_ramdump and dram_smem, are added to protect memory used for crash dumps and inter-processor communication. - CPUCP Optimization: The individual NCC, CPUCP, and CPUCP-DTS regions are consolidated into a single, contiguous dram_cpucp region from 0x80A00000 to 0x815A0000. This simplifies the memory map and optimizes resource allocation. Reserving these regions is crucial to prevent other bootloader stages or the kernel from overwriting critical firmware data, which could lead to unexpected behavior or system instability. BUG=b:437948495 TEST=Able to ensure booting google/quenbi till kernel. Change-Id: I80f6d288dd054a34a1e60736c8b14f072559c1ac Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88779 Reviewed-by: Kapil Porwal <kapilporwal@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> |
||
|---|---|---|
| .. | ||
| amd | ||
| cavium | ||
| example/min86 | ||
| ibm/power9 | ||
| intel | ||
| mediatek | ||
| nvidia | ||
| qualcomm | ||
| rockchip | ||
| samsung | ||
| sifive | ||
| ti | ||
| ucb/riscv | ||
| xilinx | ||