saimaa: shrink RPM RAM before peripheral window (shadowed UART/SDHCI)

This commit is contained in:
SashegDev
2026-09-11 07:55:19 +00:00
parent 738fa4cb76
commit 6b88d40537
+3 -1
View File
@@ -25,7 +25,9 @@
#define SAIMAA_UEFI_BASE 0x10000000 #define SAIMAA_UEFI_BASE 0x10000000
#define SAIMAA_UEFI_SIZE 0x04000000 #define SAIMAA_UEFI_SIZE 0x04000000
#define SAIMAA_RPM_BASE 0x00400000 #define SAIMAA_RPM_BASE 0x00400000
#define SAIMAA_RPM_SIZE 0x07C00000 /* 0x00400000..0x08000000 heap-ish */ /* Ends before peripheral window 0x07800000 (SDC/USB/UART live there;
* a bigger region shadows MMIO with silent RAM!). */
#define SAIMAA_RPM_SIZE 0x07400000 /* 0x00400000..0x07800000 */
#define SAIMAA_OCIMEM_BASE 0x00200000 #define SAIMAA_OCIMEM_BASE 0x00200000
#define SAIMAA_OCIMEM_SIZE 0x00100000 #define SAIMAA_OCIMEM_SIZE 0x00100000
#define SAIMAA_DDRLOW_BASE 0x08000000 #define SAIMAA_DDRLOW_BASE 0x08000000