blob: 27176ec9c98cb811dbfe9104f63ac89d6dc23a48 [file] [log] [blame]
Subrata Banikb3ced6a2020-08-04 13:34:03 +05301config SOC_INTEL_ALDERLAKE
2 bool
3 help
Angel Ponsdb925aa2021-12-01 11:44:09 +01004 Intel Alderlake support. Mainboards should specify the PCH
5 type using the `SOC_INTEL_ALDERLAKE_PCH_*` options instead
6 of selecting this option directly.
Subrata Banikb3ced6a2020-08-04 13:34:03 +05307
Bora Guvendik2c805b92022-06-08 15:55:52 -07008config SOC_INTEL_RAPTORLAKE
9 bool
Subrata Banik6526e782022-10-26 20:06:42 +053010 select X86_INIT_NEED_1_SIPI
Bora Guvendik2c805b92022-06-08 15:55:52 -070011 help
12 Intel Raptorlake support. Mainboards using RPL should select
13 SOC_INTEL_RAPTORLAKE and SOC_INTEL_ALDERLAKE_PCH_* together.
14
Varshit Pandyab5df56f2021-01-18 09:44:35 +053015config SOC_INTEL_ALDERLAKE_PCH_M
16 bool
Angel Ponsdb925aa2021-12-01 11:44:09 +010017 select SOC_INTEL_ALDERLAKE
Varshit Pandyab5df56f2021-01-18 09:44:35 +053018 help
Angel Ponsdb925aa2021-12-01 11:44:09 +010019 Choose this option if your mainboard has a PCH-M chipset.
20
Usha P78c9b672021-11-30 11:27:38 +053021config SOC_INTEL_ALDERLAKE_PCH_N
22 bool
23 select SOC_INTEL_ALDERLAKE
Michał Żygowski6297df82022-06-30 16:22:35 +020024 select MICROCODE_BLOB_UNDISCLOSED
Usha P78c9b672021-11-30 11:27:38 +053025 help
26 Choose this option if your mainboard has a PCH-N chipset.
27
Angel Ponsdb925aa2021-12-01 11:44:09 +010028config SOC_INTEL_ALDERLAKE_PCH_P
29 bool
30 select SOC_INTEL_ALDERLAKE
Michał Żygowski073779b2022-06-29 11:32:01 +020031 select HAVE_INTEL_FSP_REPO
32 select PLATFORM_USES_FSP2_3
Angel Ponsdb925aa2021-12-01 11:44:09 +010033 help
34 Choose this option if your mainboard has a PCH-P chipset.
Varshit Pandyab5df56f2021-01-18 09:44:35 +053035
Michał Żygowskia1636d72022-04-07 14:56:10 +020036config SOC_INTEL_ALDERLAKE_PCH_S
37 bool
38 select SOC_INTEL_ALDERLAKE
Michał Żygowski073779b2022-06-29 11:32:01 +020039 select HAVE_INTEL_FSP_REPO
40 select PLATFORM_USES_FSP2_3
Michał Żygowskia1636d72022-04-07 14:56:10 +020041 help
42 Choose this option if your mainboard has a PCH-S chipset.
43
Subrata Banikb3ced6a2020-08-04 13:34:03 +053044if SOC_INTEL_ALDERLAKE
45
46config CPU_SPECIFIC_OPTIONS
47 def_bool y
Angel Ponsa25eaff2020-09-23 15:37:15 +020048 select ACPI_INTEL_HARDWARE_SLEEP_VALUES
Sugnan Prabhu Sdcf04592021-12-03 19:07:04 +053049 select ACPI_ADL_IPU_ES_SUPPORT
Angel Pons8e035e32021-06-22 12:58:20 +020050 select ARCH_X86
Subrata Banikb3ced6a2020-08-04 13:34:03 +053051 select BOOT_DEVICE_SUPPORTS_WRITES
Subrata Banik292afef2020-09-09 13:34:18 +053052 select CACHE_MRC_SETTINGS
53 select CPU_INTEL_COMMON
Subrata Banik2871e0e2020-09-27 11:30:58 +053054 select CPU_INTEL_FIRMWARE_INTERFACE_TABLE
Michael Niewöhner5307f122021-09-19 00:32:37 +020055 select CPU_SUPPORTS_INTEL_TME
Michael Niewöhnerfe6070f2020-10-04 15:16:04 +020056 select CPU_SUPPORTS_PM_TIMER_EMULATION
Matt DeVillierdecbf7b2023-01-18 18:58:38 -060057 select DEFAULT_SOFTWARE_CONNECTION_MANAGER if MAINBOARD_HAS_CHROMEOS
Subrata Banik34f26b22022-02-10 12:38:02 +053058 select DISPLAY_FSP_VERSION_INFO
Eric Lai4ea47c32020-12-21 16:57:49 +080059 select DRIVERS_USB_ACPI
Sean Rhodes7bbc9a52022-07-18 11:31:00 +010060 select EDK2_CPU_TIMER_LIB if PAYLOAD_EDK2
Subrata Banik2871e0e2020-09-27 11:30:58 +053061 select FSP_COMPRESS_FSP_S_LZ4
Subrata Banik683c95e2020-12-19 19:36:45 +053062 select FAST_SPI_SUPPORTS_EXT_BIOS_WINDOW
Subrata Banik292afef2020-09-09 13:34:18 +053063 select FSP_M_XIP
Subrata Banik4ed9f9a2020-10-31 22:01:55 +053064 select FSP_STATUS_GLOBAL_RESET_REQUIRED_3
Subrata Banike4cf3fa2022-03-23 01:41:36 +053065 select FSP_USES_CB_DEBUG_EVENT_HANDLER
Subrata Banik298b3592021-09-14 12:38:08 +053066 select FSPS_HAS_ARCH_UPD
Subrata Banik2871e0e2020-09-27 11:30:58 +053067 select GENERIC_GPIO_LIB
Subrata Banikb4a169a2021-12-29 18:36:23 +000068 select HAVE_DEBUG_RAM_SETUP
Subrata Banik2871e0e2020-09-27 11:30:58 +053069 select HAVE_FSP_GOP
Felix Singera182fae2021-12-31 00:30:55 +010070 select HAVE_HYPERTHREADING
Subrata Banikb3ced6a2020-08-04 13:34:03 +053071 select INTEL_DESCRIPTOR_MODE_CAPABLE
Subrata Banik2871e0e2020-09-27 11:30:58 +053072 select HAVE_SMI_HANDLER
Subrata Banikb3ced6a2020-08-04 13:34:03 +053073 select IDT_IN_EVERY_STAGE
Subrata Banik2871e0e2020-09-27 11:30:58 +053074 select INTEL_GMA_ACPI
75 select INTEL_GMA_ADD_VBT if RUN_FSP_GOP
Meera Ravindranath81d367f2021-07-08 09:39:11 +053076 select INTEL_GMA_OPREGION_2_1
Subrata Banikc8b840f2022-12-31 14:47:55 +053077 select INTEL_TXT_LIB
Subrata Banik292afef2020-09-09 13:34:18 +053078 select MRC_SETTINGS_PROTECT
Subrata Banik2871e0e2020-09-27 11:30:58 +053079 select PARALLEL_MP_AP_WORK
Michał Żygowski073779b2022-06-29 11:32:01 +020080 select PLATFORM_USES_FSP2_2
Subrata Banik2871e0e2020-09-27 11:30:58 +053081 select PMC_GLOBAL_RESET_ENABLE_LOCK
Subrata Banikb3ced6a2020-08-04 13:34:03 +053082 select SOC_INTEL_COMMON
Zhixing Ma30e8fc12022-09-30 14:18:13 -070083 select CPU_INTEL_COMMON_VOLTAGE
Subrata Banik08089922020-10-03 13:02:06 +053084 select SOC_INTEL_COMMON_ACPI_WAKE_SOURCE
Subrata Banikb3ced6a2020-08-04 13:34:03 +053085 select SOC_INTEL_COMMON_BLOCK
Subrata Banik08089922020-10-03 13:02:06 +053086 select SOC_INTEL_COMMON_BLOCK_ACPI
ravindr174596572021-03-29 19:41:25 +053087 select SOC_INTEL_COMMON_BLOCK_ACPI_CPPC
Sridahr Siricilla73b90c62021-11-11 01:10:16 +053088 select SOC_INTEL_COMMON_BLOCK_ACPI_CPU_HYBRID
Angel Pons98f672a2021-02-19 19:42:10 +010089 select SOC_INTEL_COMMON_BLOCK_ACPI_GPIO
Jeremy Soller5219ee12022-05-26 09:02:13 -060090 select SOC_INTEL_COMMON_BLOCK_ACPI_LPIT
Tim Wawrzynczak5faee2e2021-07-01 08:24:18 -060091 select SOC_INTEL_COMMON_BLOCK_ACPI_PEP
92 select SOC_INTEL_COMMON_BLOCK_ACPI_PEP_LPM_REQ
Subrata Banik21974ab2020-10-31 21:40:43 +053093 select SOC_INTEL_COMMON_BLOCK_CAR
Subrata Banik292afef2020-09-09 13:34:18 +053094 select SOC_INTEL_COMMON_BLOCK_CHIP_CONFIG
Varshit B Pandya2938c462022-02-16 20:38:10 +053095 select SOC_INTEL_COMMON_BLOCK_CNVI
Subrata Banikb3ced6a2020-08-04 13:34:03 +053096 select SOC_INTEL_COMMON_BLOCK_CPU
Subrata Banik2871e0e2020-09-27 11:30:58 +053097 select SOC_INTEL_COMMON_BLOCK_CPU_MPINIT
Angel Ponsa4cd9112021-02-19 19:23:38 +010098 select SOC_INTEL_COMMON_BLOCK_CPU_SMMRELOCATE
Subrata Banik2871e0e2020-09-27 11:30:58 +053099 select SOC_INTEL_COMMON_BLOCK_DTT
100 select SOC_INTEL_COMMON_BLOCK_GPIO_DUAL_ROUTE_SUPPORT
Subrata Banikaf2f8b92022-01-10 10:26:52 +0000101 select SOC_INTEL_COMMON_BLOCK_GPIO_LOCK_USING_SBI
Subrata Banikb3ced6a2020-08-04 13:34:03 +0530102 select SOC_INTEL_COMMON_BLOCK_GSPI_VERSION_2
Krishna Prasad Bhat01e426d2022-01-16 22:37:21 +0530103 select SOC_INTEL_COMMON_BLOCK_SCS if SOC_INTEL_ALDERLAKE_PCH_N
Subrata Banik2871e0e2020-09-27 11:30:58 +0530104 select SOC_INTEL_COMMON_BLOCK_HDA
Subrata Banikc176fc22022-04-25 16:59:35 +0530105 select SOC_INTEL_COMMON_BLOCK_HECI1_DISABLE_USING_PMC_IPC
Michał Żygowski3d1e5622022-04-08 17:09:49 +0200106 select SOC_INTEL_COMMON_BLOCK_IPU if !SOC_INTEL_ALDERLAKE_PCH_S
Tim Wawrzynczak43607e42021-05-18 09:04:42 -0600107 select SOC_INTEL_COMMON_BLOCK_IRQ
Dinesh Gehlot930fded2023-02-24 05:09:04 +0000108 select SOC_INTEL_COMMON_BLOCK_ME_SPEC_16
Furquan Shaikha1c247b2020-12-31 22:50:14 -0800109 select SOC_INTEL_COMMON_BLOCK_MEMINIT
Rizwan Qureshi307be992021-04-08 20:35:29 +0530110 select SOC_INTEL_COMMON_BLOCK_PCIE_RTD3
Lean Sheng Tan75020002021-06-30 01:47:48 -0700111 select SOC_INTEL_COMMON_BLOCK_PMC_EPOC
Sumeet R Pawnikar77298c62021-03-10 21:09:37 +0530112 select SOC_INTEL_COMMON_BLOCK_POWER_LIMIT
Subrata Banikb3ced6a2020-08-04 13:34:03 +0530113 select SOC_INTEL_COMMON_BLOCK_SA
Subrata Banik2871e0e2020-09-27 11:30:58 +0530114 select SOC_INTEL_COMMON_BLOCK_SMM
115 select SOC_INTEL_COMMON_BLOCK_SMM_IO_TRAP
Subrata Banikb2e8bd82021-11-17 15:35:05 +0530116 select SOC_INTEL_COMMON_BLOCK_THERMAL_BEHIND_PMC
Tim Wawrzynczak242da792020-11-10 10:13:54 -0700117 select SOC_INTEL_COMMON_BLOCK_XHCI
118 select SOC_INTEL_COMMON_BLOCK_XHCI_ELOG
Sridhar Siricillaf5e94b62022-03-08 23:39:20 +0530119 select SOC_INTEL_COMMON_BASECODE
Subrata Banik4ed9f9a2020-10-31 22:01:55 +0530120 select SOC_INTEL_COMMON_FSP_RESET
Angel Ponseb90c512022-07-18 14:41:24 +0200121 select SOC_INTEL_COMMON_PCH_CLIENT
Subrata Banikb3ced6a2020-08-04 13:34:03 +0530122 select SOC_INTEL_COMMON_RESET
Tracy Wu387ec912022-12-22 16:28:15 +0800123 select SOC_INTEL_CSE_SEND_EOP_LATE
Tim Wawrzynczakc0e82e72021-06-17 12:42:35 -0600124 select SOC_INTEL_CSE_SET_EOP
Subrata Banikaf27ac22022-02-18 00:44:15 +0530125 select SOC_INTEL_MEM_MAPPED_PM_CONFIGURATION
Sridahr Siricilla096ce142021-09-17 22:25:17 +0530126 select HAVE_INTEL_COMPLIANCE_TEST_MODE
Subrata Banikb3ced6a2020-08-04 13:34:03 +0530127 select SSE2
128 select SUPPORT_CPU_UCODE_IN_CBFS
129 select TSC_MONOTONIC_TIMER
130 select UDELAY_TSC
Subrata Banikee735942020-09-07 17:52:23 +0530131 select UDK_202005_BINDING
Michał Żygowski9b0f1692022-05-05 13:21:01 +0200132 select VBOOT_LIB
Subrata Banik2871e0e2020-09-27 11:30:58 +0530133
Michał Żygowski9df95d92022-04-08 17:02:35 +0200134config SOC_INTEL_ALDERLAKE_TCSS_USB4_SUPPORT
135 bool
136 default y if !SOC_INTEL_ALDERLAKE_PCH_S
137 default n if SOC_INTEL_ALDERLAKE_PCH_S
138 select SOC_INTEL_COMMON_BLOCK_TCSS
139 select SOC_INTEL_COMMON_BLOCK_USB4
140 select SOC_INTEL_COMMON_BLOCK_USB4_PCIE
141 select SOC_INTEL_COMMON_BLOCK_USB4_XHCI
142
Reka Normane790f922022-04-06 20:33:54 +1000143config ALDERLAKE_CONFIGURE_DESCRIPTOR
144 bool
145 help
146 Select this if the descriptor needs to be updated at runtime. This
147 can only be done if the descriptor region is writable, and should only
148 be used as a temporary workaround.
149
Subrata Banik095e2a72021-07-05 20:56:15 +0530150config ALDERLAKE_CAR_ENHANCED_NEM
151 bool
152 default y if !INTEL_CAR_NEM
153 select INTEL_CAR_NEM_ENHANCED
154 select CAR_HAS_SF_MASKS
155 select COS_MAPPED_TO_MSB
156 select CAR_HAS_L3_PROTECTED_WAYS
157
Subrata Banik2871e0e2020-09-27 11:30:58 +0530158config MAX_CPUS
159 int
160 default 24
Subrata Banikb3ced6a2020-08-04 13:34:03 +0530161
162config DCACHE_RAM_BASE
163 default 0xfef00000
164
165config DCACHE_RAM_SIZE
Subrata Banik191bd822020-11-21 19:30:57 +0530166 default 0xc0000
Subrata Banikb3ced6a2020-08-04 13:34:03 +0530167 help
168 The size of the cache-as-ram region required during bootblock
169 and/or romstage.
170
171config DCACHE_BSP_STACK_SIZE
172 hex
Subrata Banik191bd822020-11-21 19:30:57 +0530173 default 0x80400
Subrata Banikb3ced6a2020-08-04 13:34:03 +0530174 help
175 The amount of anticipated stack usage in CAR by bootblock and
176 other stages. In the case of FSP_USES_CB_STACK default value will be
Subrata Banik191bd822020-11-21 19:30:57 +0530177 sum of FSP-M stack requirement(512KiB) and CB romstage stack requirement
Subrata Banikb3ced6a2020-08-04 13:34:03 +0530178 (~1KiB).
179
180config FSP_TEMP_RAM_SIZE
181 hex
182 default 0x20000
183 help
184 The amount of anticipated heap usage in CAR by FSP.
185 Refer to Platform FSP integration guide document to know
186 the exact FSP requirement for Heap setup.
187
Tim Wawrzynczak092813a2020-11-24 13:48:56 -0700188config CHIPSET_DEVICETREE
189 string
Michał Kopeć75a49fe2022-04-08 11:28:45 +0200190 default "soc/intel/alderlake/chipset_pch_s.cb" if SOC_INTEL_ALDERLAKE_PCH_S
Tim Wawrzynczak092813a2020-11-24 13:48:56 -0700191 default "soc/intel/alderlake/chipset.cb"
192
Subrata Banik683c95e2020-12-19 19:36:45 +0530193config EXT_BIOS_WIN_BASE
194 default 0xf8000000
195
196config EXT_BIOS_WIN_SIZE
197 default 0x2000000
198
Subrata Banikb3ced6a2020-08-04 13:34:03 +0530199config IFD_CHIPSET
200 string
201 default "adl"
202
203config IED_REGION_SIZE
204 hex
205 default 0x400000
206
207config HEAP_SIZE
208 hex
209 default 0x10000
210
Jeremy Compostella9df11972022-12-02 10:59:49 -0700211config GFX_GMA_DEFAULT_MMIO
Jeremy Compostella0ad40032023-01-30 14:18:21 -0700212 default 0xaf000000 if MAINBOARD_HAS_EARLY_LIBGFXINIT
Jeremy Compostella9df11972022-12-02 10:59:49 -0700213
Tim Wawrzynczak8d11cdc2021-03-12 12:46:02 -0700214# Intel recommends reserving the following resources per PCIe TBT root port,
215# from ADL BIOS Spec (doc #627270) Revision 0.6.0 Section 7.2.5.1.5
216# - 42 buses
217# - 194 MiB Non-prefetchable memory
218# - 448 MiB Prefetchable memory
Furquan Shaikhd9f5d902021-08-24 13:53:43 -0700219if SOC_INTEL_ENABLE_USB4_PCIE_RESOURCES
Tim Wawrzynczak8d11cdc2021-03-12 12:46:02 -0700220
221config PCIEXP_HOTPLUG_BUSES
222 int
223 default 42
224
225config PCIEXP_HOTPLUG_MEM
226 hex
227 default 0xc200000
228
229config PCIEXP_HOTPLUG_PREFETCH_MEM
230 hex
231 default 0x1c000000
232
Furquan Shaikhd9f5d902021-08-24 13:53:43 -0700233endif # SOC_INTEL_ENABLE_USB4_PCIE_RESOURCES
Tim Wawrzynczak8d11cdc2021-03-12 12:46:02 -0700234
Subrata Banik85144d92021-01-09 16:17:45 +0530235config MAX_PCH_ROOT_PORTS
Subrata Banik2871e0e2020-09-27 11:30:58 +0530236 int
Varshit Pandyab5df56f2021-01-18 09:44:35 +0530237 default 10 if SOC_INTEL_ALDERLAKE_PCH_M
Usha P78c9b672021-11-30 11:27:38 +0530238 default 12 if SOC_INTEL_ALDERLAKE_PCH_N
Angel Ponsdb925aa2021-12-01 11:44:09 +0100239 default 12 if SOC_INTEL_ALDERLAKE_PCH_P
Michał Żygowski27fdfc62022-04-07 15:03:09 +0200240 default 28 if SOC_INTEL_ALDERLAKE_PCH_S
Subrata Banik2871e0e2020-09-27 11:30:58 +0530241
Subrata Banik85144d92021-01-09 16:17:45 +0530242config MAX_CPU_ROOT_PORTS
243 int
Varshit Pandyab5df56f2021-01-18 09:44:35 +0530244 default 1 if SOC_INTEL_ALDERLAKE_PCH_M
Usha P78c9b672021-11-30 11:27:38 +0530245 default 0 if SOC_INTEL_ALDERLAKE_PCH_N
Michał Żygowski27fdfc62022-04-07 15:03:09 +0200246 default 3 if SOC_INTEL_ALDERLAKE_PCH_P || SOC_INTEL_ALDERLAKE_PCH_S
Subrata Banik85144d92021-01-09 16:17:45 +0530247
MAULIK V VAGHELA3e4f28f2022-01-21 14:17:53 +0530248config MAX_TBT_ROOT_PORTS
249 int
Michał Żygowski27fdfc62022-04-07 15:03:09 +0200250 default 0 if SOC_INTEL_ALDERLAKE_PCH_N || SOC_INTEL_ALDERLAKE_PCH_S
MAULIK V VAGHELA3e4f28f2022-01-21 14:17:53 +0530251 default 2 if SOC_INTEL_ALDERLAKE_PCH_M
252 default 4 if SOC_INTEL_ALDERLAKE_PCH_P
253
Subrata Banik85144d92021-01-09 16:17:45 +0530254config MAX_ROOT_PORTS
255 int
256 default MAX_PCH_ROOT_PORTS
257
Subrata Banikcffc9382021-01-29 18:41:35 +0530258config MAX_PCIE_CLOCK_SRC
Subrata Banik2871e0e2020-09-27 11:30:58 +0530259 int
Subrata Banikcffc9382021-01-29 18:41:35 +0530260 default 6 if SOC_INTEL_ALDERLAKE_PCH_M
Usha P78c9b672021-11-30 11:27:38 +0530261 default 5 if SOC_INTEL_ALDERLAKE_PCH_N
Cliff Huang0d590b72022-04-28 18:20:27 -0700262 default 10 if SOC_INTEL_ALDERLAKE_PCH_P
Angel Pons122e1df2022-12-09 12:32:12 +0100263 default 18 if SOC_INTEL_ALDERLAKE_PCH_S
Cliff Huang0d590b72022-04-28 18:20:27 -0700264 help
265 With external clock buffer, Alderlake-P can support up to three additional source clocks.
266 This is done by setting the corresponding GPIO pin(s) to native function to use as
267 SRCCLK_OE[6..9]. In addition, SRCCLK6 does not need to be set to free running clock.
268 If any of SRCCLKReq 6..9 is asserted, SRCCLK6 will be turned on.
Subrata Banikcffc9382021-01-29 18:41:35 +0530269
270config MAX_PCIE_CLOCK_REQ
271 int
Angel Ponsdb925aa2021-12-01 11:44:09 +0100272 default 6 if SOC_INTEL_ALDERLAKE_PCH_M
Usha P78c9b672021-11-30 11:27:38 +0530273 default 5 if SOC_INTEL_ALDERLAKE_PCH_N
Angel Ponsdb925aa2021-12-01 11:44:09 +0100274 default 10 if SOC_INTEL_ALDERLAKE_PCH_P
Michał Żygowski27fdfc62022-04-07 15:03:09 +0200275 default 18 if SOC_INTEL_ALDERLAKE_PCH_S
Subrata Banik2871e0e2020-09-27 11:30:58 +0530276
277config SMM_TSEG_SIZE
278 hex
279 default 0x800000
280
281config SMM_RESERVED_SIZE
282 hex
283 default 0x200000
284
Subrata Banikb3ced6a2020-08-04 13:34:03 +0530285config PCR_BASE_ADDRESS
286 hex
Michał Żygowskidccfb8a2022-04-07 15:09:19 +0200287 default 0xe0000000 if SOC_INTEL_ALDERLAKE_PCH_S
Subrata Banikb3ced6a2020-08-04 13:34:03 +0530288 default 0xfd000000
289 help
290 This option allows you to select MMIO Base Address of sideband bus.
291
Shelley Chen4e9bb332021-10-20 15:43:45 -0700292config ECAM_MMCONF_BASE_ADDRESS
Subrata Banikb3ced6a2020-08-04 13:34:03 +0530293 default 0xc0000000
294
295config CPU_BCLK_MHZ
296 int
297 default 100
298
Sridhar Siricillad9c82692023-01-05 17:08:17 +0530299config SOC_INTEL_PERFORMANCE_CORE_SCALE_FACTOR
300 int
301 default 127
302
303config SOC_INTEL_EFFICIENT_CORE_SCALE_FACTOR
304 int
305 default 100
306
Subrata Banikb3ced6a2020-08-04 13:34:03 +0530307config SOC_INTEL_COMMON_BLOCK_GSPI_CLOCK_MHZ
308 int
309 default 120
310
Michael Niewöhnerdadcbfb2020-10-04 14:48:05 +0200311config CPU_XTAL_HZ
312 default 38400000
313
Meera Ravindranathd307d0d2022-07-21 20:45:32 +0530314config SOC_INTEL_UFS_CLK_FREQ_HZ
315 int
316 default 19200000
317
Subrata Banikb3ced6a2020-08-04 13:34:03 +0530318config DRIVERS_I2C_DESIGNWARE_CLOCK_MHZ
319 int
320 default 133
321
322config SOC_INTEL_COMMON_BLOCK_GSPI_MAX
323 int
324 default 7
325
326config SOC_INTEL_I2C_DEV_MAX
327 int
Varshit B Pandya339f0e72021-07-14 11:08:23 +0530328 default 8
Subrata Banikb3ced6a2020-08-04 13:34:03 +0530329
Felix Singer10d47532023-02-09 01:54:17 +0100330config SOC_INTEL_ALDERLAKE_S3
331 bool
332 default n
333 help
334 Select if using S3 instead of S0ix to disable D3Cold.
335
Lean Sheng Tan1ec8f972022-09-07 16:07:33 +0200336config ENABLE_SATA_TEST_MODE
337 bool "Enable test mode for SATA margining"
338 default n
339 help
340 Enable SATA test mode in FSP-S.
341
Subrata Banikb3ced6a2020-08-04 13:34:03 +0530342config SOC_INTEL_UART_DEV_MAX
343 int
344 default 7
345
346config CONSOLE_UART_BASE_ADDRESS
347 hex
Bora Guvendik2a704192020-11-16 11:23:48 -0800348 default 0xfe03e000
Subrata Banikb3ced6a2020-08-04 13:34:03 +0530349 depends on INTEL_LPSS_UART_FOR_CONSOLE
350
Maulik V Vaghela996bab42021-02-05 12:03:19 +0530351config VBT_DATA_SIZE_KB
352 int
353 default 9
354
Subrata Banikb3ced6a2020-08-04 13:34:03 +0530355# Clock divider parameters for 115200 baud rate
Angel Pons054ff5e2022-06-26 10:19:53 +0200356# Baudrate = (UART source clock * M) /(N *16)
Wonkyu Kim60d9b892022-10-10 23:01:38 -0700357# ADL UART source clock: 100MHz
Subrata Banikb3ced6a2020-08-04 13:34:03 +0530358config SOC_INTEL_COMMON_LPSS_UART_CLK_M_VAL
359 hex
360 default 0x25a
361
362config SOC_INTEL_COMMON_LPSS_UART_CLK_N_VAL
363 hex
364 default 0x7fff
365
Subrata Banik292afef2020-09-09 13:34:18 +0530366config VBOOT
Subrata Banik292afef2020-09-09 13:34:18 +0530367 select VBOOT_MUST_REQUEST_DISPLAY
368 select VBOOT_STARTS_IN_BOOTBLOCK
369 select VBOOT_VBNV_CMOS
370 select VBOOT_VBNV_CMOS_BACKUP_TO_FLASH
Subrata Banik34237862021-06-17 23:36:02 +0530371 select VBOOT_X86_SHA256_ACCELERATION
Subrata Banik292afef2020-09-09 13:34:18 +0530372
MAULIK V VAGHELA84532da2021-08-25 16:41:23 +0530373# Default hash block size is 1KiB. Increasing it to 4KiB to improve
374# hashing time as well as read time. This helps in improving
375# boot time for Alder Lake.
376config VBOOT_HASH_BLOCK_SIZE
377 hex
378 default 0x1000
379
Subrata Banikb3ced6a2020-08-04 13:34:03 +0530380config CBFS_SIZE
Subrata Banikb3ced6a2020-08-04 13:34:03 +0530381 default 0x200000
382
383config PRERAM_CBMEM_CONSOLE_SIZE
384 hex
Tarun Tulid2447902023-01-24 13:31:10 +0000385 default 0x16000 if CONSOLE_SERIAL
Tarun Tuli2b038942023-01-24 13:50:17 +0000386 default 0x4000
Subrata Banik2871e0e2020-09-27 11:30:58 +0530387
Tarun Tulidf74d9b2023-01-24 13:28:06 +0000388config CONSOLE_CBMEM_BUFFER_SIZE
389 hex
Tarun Tulid2447902023-01-24 13:31:10 +0000390 default 0x100000 if CONSOLE_SERIAL
Tarun Tulidf74d9b2023-01-24 13:28:06 +0000391 default 0x40000
392
Lean Sheng Tanbbd72d22022-08-02 12:29:42 +0200393config FSP_TYPE_IOT
394 bool
395 default n
396 help
397 This option allows to select FSP IOT type from 3rdparty/fsp repo
398
Subrata Banikee735942020-09-07 17:52:23 +0530399config FSP_HEADER_PATH
400 string "Location of FSP headers"
Ronak Kanabarecdc7142022-02-02 16:12:00 +0530401 default "src/vendorcode/intel/fsp/fsp2_0/alderlake_n/" if SOC_INTEL_ALDERLAKE_PCH_N
Bora Guvendik2c805b92022-06-08 15:55:52 -0700402 default "src/vendorcode/intel/fsp/fsp2_0/raptorlake/" if SOC_INTEL_RAPTORLAKE
Lean Sheng Tanbbd72d22022-08-02 12:29:42 +0200403 default "3rdparty/fsp/AlderLakeFspBinPkg/IoT/AlderLakeP/Include/" if SOC_INTEL_ALDERLAKE_PCH_P && FSP_TYPE_IOT
404 default "3rdparty/fsp/AlderLakeFspBinPkg/IoT/AlderLakeS/Include/" if SOC_INTEL_ALDERLAKE_PCH_S && FSP_TYPE_IOT
Michał Żygowski073779b2022-06-29 11:32:01 +0200405 default "3rdparty/fsp/AlderLakeFspBinPkg/Client/AlderLakeP/Include/" if SOC_INTEL_ALDERLAKE_PCH_P
406 default "3rdparty/fsp/AlderLakeFspBinPkg/Client/AlderLakeS/Include/" if SOC_INTEL_ALDERLAKE_PCH_S
Subrata Banikee735942020-09-07 17:52:23 +0530407 default "src/vendorcode/intel/fsp/fsp2_0/alderlake/"
408
409config FSP_FD_PATH
410 string
411 depends on FSP_USE_REPO
Lean Sheng Tanbbd72d22022-08-02 12:29:42 +0200412 default "3rdparty/fsp/AlderLakeFspBinPkg/IoT/AlderLakeP/Fsp.fd" if SOC_INTEL_ALDERLAKE_PCH_P && FSP_TYPE_IOT
413 default "3rdparty/fsp/AlderLakeFspBinPkg/IoT/AlderLakeS/Fsp.fd" if SOC_INTEL_ALDERLAKE_PCH_S && FSP_TYPE_IOT
Michał Żygowski073779b2022-06-29 11:32:01 +0200414 default "3rdparty/fsp/AlderLakeFspBinPkg/Client/AlderLakeP/Fsp.fd" if SOC_INTEL_ALDERLAKE_PCH_P
415 default "3rdparty/fsp/AlderLakeFspBinPkg/Client/AlderLakeS/Fsp.fd" if SOC_INTEL_ALDERLAKE_PCH_S
Subrata Banik292afef2020-09-09 13:34:18 +0530416
417config SOC_INTEL_ALDERLAKE_DEBUG_CONSENT
418 int "Debug Consent for ADL"
Subrata Banik0cd553b2021-12-29 08:09:37 +0000419 # USB DBC is more common for developers so make this default to 2 if
Subrata Banik292afef2020-09-09 13:34:18 +0530420 # SOC_INTEL_DEBUG_CONSENT=y
Kane Chen0e9a6162021-11-23 14:42:48 +0800421 default 2 if SOC_INTEL_DEBUG_CONSENT
Subrata Banik292afef2020-09-09 13:34:18 +0530422 default 0
423 help
424 This is to control debug interface on SOC.
425 Setting non-zero value will allow to use DBC or DCI to debug SOC.
426 PlatformDebugConsent in FspmUpd.h has the details.
427
428 Desired platform debug type are
Kane Chen0e9a6162021-11-23 14:42:48 +0800429 0:Disabled, 2:Enabled (All Probes+TraceHub), 6:Enable (Low Power),
430 7:Manual
Furquan Shaikha1c247b2020-12-31 22:50:14 -0800431
432config DATA_BUS_WIDTH
433 int
434 default 128
435
436config DIMMS_PER_CHANNEL
437 int
438 default 2
439
440config MRC_CHANNEL_WIDTH
441 int
442 default 16
443
Sugnan Prabhu Sdcf04592021-12-03 19:07:04 +0530444config ACPI_ADL_IPU_ES_SUPPORT
445 def_bool n
446 help
447 Enables ACPI entry to provide silicon type information to IPU kernel driver.
448
Subrata Banika00db942022-10-12 14:24:41 +0530449config ALDERLAKE_ENABLE_SOC_WORKAROUND
450 bool
451 default y
Meera Ravindranath9e4488a2022-10-10 10:48:18 +0530452 select SOC_INTEL_UFS_LTR_DISQUALIFY
Subrata Banika00db942022-10-12 14:24:41 +0530453 select SOC_INTEL_UFS_OCP_TIMER_DISABLE
454 help
455 Selects the workarounds applicable for Alder Lake SoC.
456
Subrata Banik76d49a72023-01-16 16:33:18 +0530457config USE_UNIFIED_AP_FIRMWARE_FOR_UFS_AND_NON_UFS
458 bool
459 help
460 Alder Lake SoC based OEM board design with UFS and non-UFS planned to use an
461 unified AP firmware which demanded to have a unified descriptor. It means UFS
462 controller needs to default fuse enabled to let UFS SKU to boot.
463
464 On such design with non-UFS SKU is exhibiting S0ix failure due to UFS remain
465 enabled in the strap although FSP-S is making the UFS controller function
466 disabled. The potential root cause of this behaviour is although the UFS
467 controller is function disabled but MPHY clock is still in active state.
468
469 A possible solution to this problem is to issue a warm reboot (if boot path is
470 S5->S0 or G3->S0) after disabling the UFS and let PMC to read the function
471 disable state of the UFS for disabling the MPHY clock.
472
473 Mainboard users with such board design where OEM would like to use an unified AP
474 firmware to support both UFS and non-UFS sku booting might need to choose this
475 config to allow disabling UFS while booting on the non-UFS SKU.
476 Note: selection of this config would introduce an additional warm reset in
477 cold-reset scenarios due to function disabling of the UFS controller.
478
Subrata Banikceaf9d12022-06-05 19:33:33 +0530479choice
480 prompt "Multiprocessor (MP) Initialization configuration to use"
481 default USE_FSP_MP_INIT
482
483config USE_FSP_MP_INIT
484 bool "Use FSP MP init"
485 select MP_SERVICES_PPI_V2
486 help
487 Upon selection, coreboot brings APs from reset and the FSP runs feature programming.
488
489config USE_COREBOOT_MP_INIT
490 bool "Use coreboot MP init"
Subrata Banik8409f152022-08-15 17:08:13 +0530491 # FSP assumes ownership of the APs (Application Processors)
492 # upon passing `NULL` pointer to the CpuMpPpi FSP-S UPD.
493 # Hence, select `MP_SERVICES_PPI_V2_NOOP` config to pass a valid
494 # pointer to the CpuMpPpi UPD with FSP_UNSUPPORTED type APIs.
495 # This will protect APs from getting hijacked by FSP while coreboot
496 # decides to set SkipMpInit UPD.
497 select MP_SERVICES_PPI_V2_NOOP
Subrata Banikceaf9d12022-06-05 19:33:33 +0530498 select RELOAD_MICROCODE_PATCH
499 help
500 Upon selection, coreboot performs MP Init.
501
502endchoice
503
Furquan Shaikhf888c682021-10-05 21:37:33 -0700504if STITCH_ME_BIN
505
506config CSE_BPDT_VERSION
507 default "1.7"
508
509endif
510
Sridhar Siricillab24c5282022-02-23 12:19:04 +0530511config SI_DESC_REGION
512 string "Descriptor Region name"
513 default "SI_DESC"
514 help
515 Name of Descriptor Region in the FMAP
516
517config SI_DESC_REGION_SZ
518 int
519 default 4096
520 help
521 Size of Descriptor Region in the FMAP
522
Kangheui Won96787222022-06-28 15:52:43 +1000523config BUILDING_WITH_DEBUG_FSP
524 bool "Debug FSP is used for the build"
525 default n
526 help
527 Set this option if debug build of FSP is used.
528
Tim Crawfordc6529c72022-11-01 11:42:28 -0600529config INTEL_GMA_BCLV_OFFSET
530 default 0xc8258
531
532config INTEL_GMA_BCLV_WIDTH
533 default 32
534
535config INTEL_GMA_BCLM_OFFSET
536 default 0xc8254
537
538config INTEL_GMA_BCLM_WIDTH
539 default 32
540
Kapil Porwal23ef60d2023-01-16 16:07:48 +0000541config FSP_PUBLISH_MBP_HOB
542 bool
543 default n if CHROMEOS && (SOC_INTEL_RAPTORLAKE || SOC_INTEL_ALDERLAKE_PCH_N)
544 default y
545 help
546 This is to control creation of ME_BIOS_PAYLOAD_HOB (MBP HOB) by FSP.
547 Disabling it for the platforms, which do not use MBP HOB, can improve the boot time.
548
549 Note: It cannot be disabled for ADL-P based platforms because ADL-P FSP relies on
550 MBP HOB for ChipsetInit version for ChipsetInit sync. As ChipsetInit sync doesn't
551 occur if no MBP HOB, so it results S0ix issue. This limitation is addressed in the
552 later platforms so creation of MBP HOB can be skipped for ADL-N and RPL based
553 platforms.
554
Subrata Banikb3ced6a2020-08-04 13:34:03 +0530555endif