Skip to content

Commit 254e7dc

Browse files
committed
soc/intel/alderlake: Hack to preserve SBREG
Change-Id: Ie70905d34a4050aeff4b5cda116eb700f19a18ea
1 parent f989ae2 commit 254e7dc

File tree

1 file changed

+6
-0
lines changed
  • src/soc/intel/alderlake/include/soc

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,14 @@
2020
#define PCH_TRACE_HUB_BASE_SIZE 0x00800000
2121
#endif
2222

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
2328
#define PCH_PRESERVED_BASE_ADDRESS 0xfc800000
2429
#define PCH_PRESERVED_BASE_SIZE 0x02000000
30+
#endif
2531

2632
#define UART_BASE_SIZE 0x1000
2733

0 commit comments

Comments
 (0)