This commit relocates the following two regions: 1. `ddr_information` 2. `WATCHDOG_TOMBSTONE` Previously, these regions were allocated in a higher address range (starting near 0x14800000). The regions are now defined within SSRAM`: - `ddr_information` is moved from `0x14860000` to `0x146ABFE8`. - `WATCHDOG_TOMBSTONE` is moved from `0x14818FFC` to `0x146ABFFC`. This memory map change updates the linker script's visual diagram and section definitions to reflect the new memory layout. BUG=b:456953373 TEST=Able to build google/quenbi. Change-Id: I4545722a836ec472e8086d1a941515cb3956c763 Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90052 Reviewed-by: Kapil Porwal <kapilporwal@google.com> Reviewed-by: Julius Werner <jwerner@chromium.org> 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 | ||