soc/intel/alderlake: Hack to preserve SBREG
Change-Id: Ie70905d34a4050aeff4b5cda116eb700f19a18ea
This commit is contained in:
parent
70657e373f
commit
d241bc97c9
@ -20,8 +20,14 @@
|
|||||||
#define PCH_TRACE_HUB_BASE_SIZE 0x00800000
|
#define PCH_TRACE_HUB_BASE_SIZE 0x00800000
|
||||||
#endif
|
#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_ADDRESS 0xfc800000
|
||||||
#define PCH_PRESERVED_BASE_SIZE 0x02000000
|
#define PCH_PRESERVED_BASE_SIZE 0x02000000
|
||||||
|
#endif
|
||||||
|
|
||||||
/* North (Intel) TraceHub Software. */
|
/* North (Intel) TraceHub Software. */
|
||||||
#define NTH_SW_BASE_ADDRESS 0xfc000000
|
#define NTH_SW_BASE_ADDRESS 0xfc000000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user