Skip to content

Commit 32c1f7c

Browse files
committed
Revert "soc/intel/mtl: move IOE P2SB BAR below 4G"
This reverts commit 79fb20e.
1 parent 8b76dae commit 32c1f7c

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

src/soc/intel/meteorlake/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ config PCR_BASE_ADDRESS
256256

257257
config IOE_PCR_BASE_ADDRESS
258258
hex
259-
default 0x60000000
259+
default 0x3fff0000000
260260
help
261261
This option allows you to select MMIO Base Address of IOE sideband bus.
262262

src/soc/intel/meteorlake/include/soc/iomap.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,9 @@
6666
#define IOE_P2SB_BAR IOE_PCR_ABOVE_4G_BASE_ADDR
6767
#define IOE_P2SB_SIZE (256 * MiB)
6868

69-
/* IOE_P2SB_BAR + 0xaa0000, but iasl refuses to perform arithmetics */
70-
#define IOM_BASE_ADDR 0x60aa0000
69+
#define IOM_BASE_ADDR 0x3fff0aa0000
7170
#define IOM_BASE_SIZE 0x1600
72-
#define IOM_BASE_ADDR_MAX 0x60aa15ff
71+
#define IOM_BASE_ADDR_MAX 0x3fff0aa15ff
7372

7473
/*
7574
* I/O port address space

0 commit comments

Comments
 (0)