blob: d8c217f25a3839284bfddf6094aeaf159a4a4cfa [file] [log] [blame]
Subrata Banik01ae11b2017-03-04 23:32:41 +05301config SOC_INTEL_COMMON_BLOCK_SA
2 bool
Subrata Banik725dd392023-02-24 20:10:00 +00003 select SOC_INTEL_COMMON_BASECODE
Subrata Banik01ae11b2017-03-04 23:32:41 +05304 help
5 Intel Processor common System Agent support
6
Andrey Petrovdafd5142019-12-30 09:58:47 -08007if SOC_INTEL_COMMON_BLOCK_SA
8
Shelley Chen4e9bb332021-10-20 15:43:45 -07009config ECAM_MMCONF_BASE_ADDRESS
Subrata Banik01ae11b2017-03-04 23:32:41 +053010 default 0xe0000000
11
Shelley Chen4e9bb332021-10-20 15:43:45 -070012config ECAM_MMCONF_BUS_NUMBER
Angel Pons98494882021-01-29 11:35:16 +010013 default 256
Subrata Banik7609c652017-05-19 14:50:09 +053014
15config SA_ENABLE_IMR
16 bool
17 default n
18 help
19 This option allows you to add the isolated memory ranges (IMRs).
20
21config SA_ENABLE_DPR
22 bool
23 default n
24 help
25 This option allows you to add the DMA Protected Range (DPR).
Andrey Petrovdafd5142019-12-30 09:58:47 -080026
Arthur Heymanseafcc8e2022-05-23 16:09:51 +020027config ACPI_BERT_SIZE
28 hex
29 default 0x10000 if ACPI_BERT
30 default 0x0
31 help
32 Specify the amount of DRAM reserved for gathering the data used to
33 generate the ACPI table.
34
Sean Rhodes9a3e9a42022-08-07 20:59:57 +010035config HAVE_PAM0_REGISTER
36 bool
37 default y
38 help
39 Specify if the SOC has a PAM0 register
40
Andrey Petrovdafd5142019-12-30 09:58:47 -080041endif