blob: 79a4c6495b56199479297eab3a8d947a2101ae9f [file] [log] [blame]
Subrata Banik91e89c52019-11-01 18:30:01 +05301config SOC_INTEL_TIGERLAKE
2 bool
3 help
4 Intel Tigerlake support
5
Aamir Bohraa23e0c92020-03-25 15:31:12 +05306if SOC_INTEL_TIGERLAKE
Subrata Banik91e89c52019-11-01 18:30:01 +05307
8config CPU_SPECIFIC_OPTIONS
9 def_bool y
10 select ACPI_INTEL_HARDWARE_SLEEP_VALUES
Angel Ponsa32df262020-09-25 10:20:11 +020011 select ARCH_ALL_STAGES_X86_32
Subrata Banik91e89c52019-11-01 18:30:01 +053012 select BOOT_DEVICE_SUPPORTS_WRITES
Subrata Banik91e89c52019-11-01 18:30:01 +053013 select CACHE_MRC_SETTINGS
Alex Levinf3668fc2020-06-11 20:09:45 -070014 select CPU_INTEL_COMMON
Subrata Banik91e89c52019-11-01 18:30:01 +053015 select CPU_INTEL_FIRMWARE_INTERFACE_TABLE
Michael Niewöhnerfe6070f2020-10-04 15:16:04 +020016 select CPU_SUPPORTS_PM_TIMER_EMULATION
Duncan Laurie2e9315c2020-10-27 10:29:16 -070017 select DRIVERS_USB_ACPI
Karthikeyan Ramasubramanian6abee842020-06-16 23:29:28 -060018 select FSP_COMPRESS_FSP_S_LZ4
Subrata Banik91e89c52019-11-01 18:30:01 +053019 select FSP_M_XIP
Subrata Banik4ed9f9a2020-10-31 22:01:55 +053020 select FSP_STATUS_GLOBAL_RESET_REQUIRED_3
Subrata Banik91e89c52019-11-01 18:30:01 +053021 select GENERIC_GPIO_LIB
22 select HAVE_FSP_GOP
23 select INTEL_DESCRIPTOR_MODE_CAPABLE
24 select HAVE_SMI_HANDLER
25 select IDT_IN_EVERY_STAGE
Shreesh Chhabbi7fbcdb32020-09-16 11:39:01 -070026 select INTEL_CAR_NEM
Subrata Banik91e89c52019-11-01 18:30:01 +053027 select INTEL_GMA_ACPI
28 select INTEL_GMA_ADD_VBT if RUN_FSP_GOP
29 select IOAPIC
30 select MRC_SETTINGS_PROTECT
31 select PARALLEL_MP
32 select PARALLEL_MP_AP_WORK
33 select MICROCODE_BLOB_UNDISCLOSED
Subrata Banikb622d4b2020-05-26 18:33:22 +053034 select PLATFORM_USES_FSP2_2
Jonathan Zhang01e38552020-06-17 16:03:18 -070035 select FSP_PEIM_TO_PEIM_INTERFACE
Subrata Banik91e89c52019-11-01 18:30:01 +053036 select REG_SCRIPT
Subrata Banik91e89c52019-11-01 18:30:01 +053037 select PMC_GLOBAL_RESET_ENABLE_LOCK
Subrata Banik0359d9d2020-09-28 18:43:47 +053038 select PMC_LOW_POWER_MODE_PROGRAM
Subrata Banik91e89c52019-11-01 18:30:01 +053039 select SOC_INTEL_COMMON
40 select SOC_INTEL_COMMON_ACPI_WAKE_SOURCE
41 select SOC_INTEL_COMMON_BLOCK
42 select SOC_INTEL_COMMON_BLOCK_ACPI
Subrata Banik21974ab2020-10-31 21:40:43 +053043 select SOC_INTEL_COMMON_BLOCK_CAR
Subrata Banik91e89c52019-11-01 18:30:01 +053044 select SOC_INTEL_COMMON_BLOCK_CHIP_CONFIG
Furquan Shaikh23e88132020-10-08 23:44:20 -070045 select SOC_INTEL_COMMON_BLOCK_CNVI
Subrata Banik91e89c52019-11-01 18:30:01 +053046 select SOC_INTEL_COMMON_BLOCK_CPU
47 select SOC_INTEL_COMMON_BLOCK_CPU_MPINIT
Tim Wawrzynczakc5316ec2020-05-29 15:20:56 -060048 select SOC_INTEL_COMMON_BLOCK_DTT
Nick Vaccaroef8258a2019-12-09 22:11:33 -080049 select SOC_INTEL_COMMON_BLOCK_GPIO_DUAL_ROUTE_SUPPORT
Subrata Banik91e89c52019-11-01 18:30:01 +053050 select SOC_INTEL_COMMON_BLOCK_GSPI_VERSION_2
51 select SOC_INTEL_COMMON_BLOCK_HDA
52 select SOC_INTEL_COMMON_BLOCK_SA
53 select SOC_INTEL_COMMON_BLOCK_SMM
54 select SOC_INTEL_COMMON_BLOCK_SMM_IO_TRAP
Duncan Laurie6f58b992020-08-28 19:44:42 +000055 select SOC_INTEL_COMMON_BLOCK_USB4
56 select SOC_INTEL_COMMON_BLOCK_USB4_PCIE
Duncan Laurie2e9315c2020-10-27 10:29:16 -070057 select SOC_INTEL_COMMON_BLOCK_USB4_XHCI
Karthikeyan Ramasubramanianfa9e8f92020-11-04 22:22:46 -070058 select SOC_INTEL_COMMON_BLOCK_XHCI_ELOG
Subrata Banik4ed9f9a2020-10-31 22:01:55 +053059 select SOC_INTEL_COMMON_FSP_RESET
Subrata Banik91e89c52019-11-01 18:30:01 +053060 select SOC_INTEL_COMMON_PCH_BASE
61 select SOC_INTEL_COMMON_RESET
Sumeet R Pawnikard2132462020-05-15 15:55:37 +053062 select SOC_INTEL_COMMON_BLOCK_POWER_LIMIT
Subrata Banik91e89c52019-11-01 18:30:01 +053063 select SSE2
64 select SUPPORT_CPU_UCODE_IN_CBFS
65 select TSC_MONOTONIC_TIMER
66 select UDELAY_TSC
67 select UDK_2017_BINDING
68 select DISPLAY_FSP_VERSION_INFO
69 select HECI_DISABLE_USING_SMM
70
71config DCACHE_RAM_BASE
72 default 0xfef00000
73
74config DCACHE_RAM_SIZE
Maulik V Vaghelae9b1e0f2019-12-16 16:39:53 +053075 default 0x80000
Subrata Banik91e89c52019-11-01 18:30:01 +053076 help
77 The size of the cache-as-ram region required during bootblock
78 and/or romstage.
79
80config DCACHE_BSP_STACK_SIZE
81 hex
Aamir Bohra555c9b62020-03-23 10:13:10 +053082 default 0x40400
Subrata Banik91e89c52019-11-01 18:30:01 +053083 help
84 The amount of anticipated stack usage in CAR by bootblock and
85 other stages. In the case of FSP_USES_CB_STACK default value will be
Aamir Bohra555c9b62020-03-23 10:13:10 +053086 sum of FSP-M stack requirement(256KiB) and CB romstage stack requirement
87 (~1KiB).
Subrata Banik91e89c52019-11-01 18:30:01 +053088
89config FSP_TEMP_RAM_SIZE
90 hex
Maulik V Vaghelae9b1e0f2019-12-16 16:39:53 +053091 default 0x20000
Subrata Banik91e89c52019-11-01 18:30:01 +053092 help
93 The amount of anticipated heap usage in CAR by FSP.
94 Refer to Platform FSP integration guide document to know
95 the exact FSP requirement for Heap setup.
96
Duncan Lauriea5bb31f2020-07-29 16:31:18 -070097config CHIPSET_DEVICETREE
98 string
99 default "soc/intel/tigerlake/chipset.cb"
100
Subrata Banik91e89c52019-11-01 18:30:01 +0530101config IFD_CHIPSET
102 string
Aamir Bohra555c9b62020-03-23 10:13:10 +0530103 default "tgl"
Subrata Banik91e89c52019-11-01 18:30:01 +0530104
105config IED_REGION_SIZE
106 hex
107 default 0x400000
108
109config HEAP_SIZE
110 hex
Duncan Laurieaab226c2020-06-08 17:36:21 -0700111 default 0x10000
Subrata Banik91e89c52019-11-01 18:30:01 +0530112
113config MAX_ROOT_PORTS
114 int
Aamir Bohra555c9b62020-03-23 10:13:10 +0530115 default 12
Subrata Banik91e89c52019-11-01 18:30:01 +0530116
Ravi Sarawadi2fd49722019-12-16 23:41:36 -0800117config MAX_PCIE_CLOCKS
118 int
Aamir Bohra555c9b62020-03-23 10:13:10 +0530119 default 7
Ravi Sarawadi2fd49722019-12-16 23:41:36 -0800120
Subrata Banik91e89c52019-11-01 18:30:01 +0530121config SMM_TSEG_SIZE
122 hex
123 default 0x800000
124
125config SMM_RESERVED_SIZE
126 hex
127 default 0x200000
128
129config PCR_BASE_ADDRESS
130 hex
131 default 0xfd000000
132 help
133 This option allows you to select MMIO Base Address of sideband bus.
134
135config MMCONF_BASE_ADDRESS
136 hex
137 default 0xc0000000
138
139config CPU_BCLK_MHZ
140 int
141 default 100
142
143config SOC_INTEL_COMMON_BLOCK_GSPI_CLOCK_MHZ
144 int
145 default 120
146
Michael Niewöhnerdadcbfb2020-10-04 14:48:05 +0200147config CPU_XTAL_HZ
148 default 38400000
149
Subrata Banik91e89c52019-11-01 18:30:01 +0530150config DRIVERS_I2C_DESIGNWARE_CLOCK_MHZ
151 int
152 default 133
153
154config SOC_INTEL_COMMON_BLOCK_GSPI_MAX
155 int
Aamir Bohra555c9b62020-03-23 10:13:10 +0530156 default 4
Subrata Banik91e89c52019-11-01 18:30:01 +0530157
158config SOC_INTEL_I2C_DEV_MAX
159 int
160 default 6
161
162config SOC_INTEL_UART_DEV_MAX
163 int
164 default 3
165
166config CONSOLE_UART_BASE_ADDRESS
167 hex
168 default 0xfe032000
169 depends on INTEL_LPSS_UART_FOR_CONSOLE
170
171# Clock divider parameters for 115200 baud rate
Ravi Sarawadi38387012019-12-19 15:04:58 -0800172# Baudrate = (UART source clcok * M) /(N *16)
173# TGL UART source clock: 120MHz
Subrata Banik91e89c52019-11-01 18:30:01 +0530174config SOC_INTEL_COMMON_LPSS_UART_CLK_M_VAL
175 hex
Aamir Bohra555c9b62020-03-23 10:13:10 +0530176 default 0x25a
Subrata Banik91e89c52019-11-01 18:30:01 +0530177
178config SOC_INTEL_COMMON_LPSS_UART_CLK_N_VAL
179 hex
Aamir Bohra555c9b62020-03-23 10:13:10 +0530180 default 0x7fff
Subrata Banik91e89c52019-11-01 18:30:01 +0530181
182config CHROMEOS
183 select CHROMEOS_RAMOOPS_DYNAMIC
184
Jes Klinkee046b712020-08-19 14:01:30 -0700185# Tiger Lake SoC requires at least 100us interrupt pulses in order to guarantee detection
186# in all low power states. Cr50 TPM, if used, needs to be told to generate longer pulses.
187config TPM_CR50
188 select CR50_USE_LONG_INTERRUPT_PULSES
189
Srinidhi N Kaushik74c16d02020-11-04 11:29:33 -0800190config VBT_DATA_SIZE_KB
191 int
192 default 9
193
Subrata Banik91e89c52019-11-01 18:30:01 +0530194config VBOOT
195 select VBOOT_SEPARATE_VERSTAGE
196 select VBOOT_MUST_REQUEST_DISPLAY
Subrata Banik91e89c52019-11-01 18:30:01 +0530197 select VBOOT_STARTS_IN_BOOTBLOCK
198 select VBOOT_VBNV_CMOS
199 select VBOOT_VBNV_CMOS_BACKUP_TO_FLASH
200
201config C_ENV_BOOTBLOCK_SIZE
202 hex
203 default 0xC000
204
205config CBFS_SIZE
206 hex
207 default 0x200000
208
Subrata Banik91e89c52019-11-01 18:30:01 +0530209config FSP_HEADER_PATH
Aamir Bohra555c9b62020-03-23 10:13:10 +0530210 default "src/vendorcode/intel/fsp/fsp2_0/tigerlake/"
Subrata Banik91e89c52019-11-01 18:30:01 +0530211
212config FSP_FD_PATH
Aamir Bohra555c9b62020-03-23 10:13:10 +0530213 default "3rdparty/fsp/TigerLakeFspBinPkg/Fsp.fd"
Subrata Banik91e89c52019-11-01 18:30:01 +0530214
Subrata Banik56626cf2020-02-27 19:39:22 +0530215config SOC_INTEL_TIGERLAKE_DEBUG_CONSENT
216 int "Debug Consent for TGL"
217 # USB DBC is more common for developers so make this default to 3 if
218 # SOC_INTEL_DEBUG_CONSENT=y
219 default 3 if SOC_INTEL_DEBUG_CONSENT
220 default 0
221 help
222 This is to control debug interface on SOC.
223 Setting non-zero value will allow to use DBC or DCI to debug SOC.
224 PlatformDebugConsent in FspmUpd.h has the details.
225
226 Desired platform debug type are
227 0:Disabled, 1:Enabled (DCI OOB+[DbC]), 2:Enabled (DCI OOB),
228 3:Enabled (USB3 DbC), 4:Enabled (XDP/MIPI60), 5:Enabled (USB2 DbC),
229 6:Enable (2-wire DCI OOB), 7:Manual
Subrata Banikebf1daa2020-05-19 12:32:41 +0530230
231config PRERAM_CBMEM_CONSOLE_SIZE
232 hex
Anil Kumar033038f2020-09-08 16:18:45 -0700233 default 0x2000
Subrata Banik91e89c52019-11-01 18:30:01 +0530234endif