We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f989ae2 commit 254e7dcCopy full SHA for 254e7dc
src/soc/intel/alderlake/include/soc/iomap.h
@@ -20,8 +20,14 @@
20
#define PCH_TRACE_HUB_BASE_SIZE 0x00800000
21
#endif
22
23
+/* Hack to include SBREG in PCH_RESERVED region on ADL-S/RPL-S */
24
+#if CONFIG(SOC_INTEL_ALDERLAKE_PCH_S)
25
+#define PCH_PRESERVED_BASE_ADDRESS 0xe0000000
26
+#define PCH_PRESERVED_BASE_SIZE 0x1e800000
27
+#else
28
#define PCH_PRESERVED_BASE_ADDRESS 0xfc800000
29
#define PCH_PRESERVED_BASE_SIZE 0x02000000
30
+#endif
31
32
#define UART_BASE_SIZE 0x1000
33
0 commit comments