soc/intel/alderlake: Hack to preserve SBREG

Change-Id: Ie70905d34a4050aeff4b5cda116eb700f19a18ea
This commit is contained in:
Jeremy Soller 2023-08-23 13:31:17 -06:00 committed by Tim Crawford
parent 70657e373f
commit d241bc97c9
No known key found for this signature in database
GPG Key ID: 68E558D2BBD856E3

View File

@ -20,8 +20,14 @@
#define PCH_TRACE_HUB_BASE_SIZE 0x00800000
#endif
/* Hack to include SBREG in PCH_RESERVED region on ADL-S/RPL-S */
#if CONFIG(SOC_INTEL_ALDERLAKE_PCH_S)
#define PCH_PRESERVED_BASE_ADDRESS 0xe0000000
#define PCH_PRESERVED_BASE_SIZE 0x1e800000
#else
#define PCH_PRESERVED_BASE_ADDRESS 0xfc800000
#define PCH_PRESERVED_BASE_SIZE 0x02000000
#endif
/* North (Intel) TraceHub Software. */
#define NTH_SW_BASE_ADDRESS 0xfc000000