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 fade1a8 commit 6306a97Copy full SHA for 6306a97
2 files changed
src/soc/intel/meteorlake/Kconfig
@@ -256,7 +256,7 @@ config PCR_BASE_ADDRESS
256
257
config IOE_PCR_BASE_ADDRESS
258
hex
259
- default 0x60000000
+ default 0x3fff0000000
260
help
261
This option allows you to select MMIO Base Address of IOE sideband bus.
262
src/soc/intel/meteorlake/include/soc/iomap.h
@@ -66,10 +66,9 @@
66
#define IOE_P2SB_BAR IOE_PCR_ABOVE_4G_BASE_ADDR
67
#define IOE_P2SB_SIZE (256 * MiB)
68
69
-/* IOE_P2SB_BAR + 0xaa0000, but iasl refuses to perform arithmetics */
70
-#define IOM_BASE_ADDR 0x60aa0000
+#define IOM_BASE_ADDR 0x3fff0aa0000
71
#define IOM_BASE_SIZE 0x1600
72
-#define IOM_BASE_ADDR_MAX 0x60aa15ff
+#define IOM_BASE_ADDR_MAX 0x3fff0aa15ff
73
74
/*
75
* I/O port address space
0 commit comments