blob: d92d49691fe9b97f60682a3a77b1f77cdcf0fe8d [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
11 select ARCH_BOOTBLOCK_X86_32
12 select ARCH_RAMSTAGE_X86_32
13 select ARCH_ROMSTAGE_X86_32
14 select ARCH_VERSTAGE_X86_32
15 select BOOT_DEVICE_SPI_FLASH_RW_NOMMAP_EARLY if BOOT_DEVICE_SPI_FLASH
16 select BOOT_DEVICE_SUPPORTS_WRITES
Subrata Banik91e89c52019-11-01 18:30:01 +053017 select CACHE_MRC_SETTINGS
Alex Levinf3668fc2020-06-11 20:09:45 -070018 select CPU_INTEL_COMMON
Tim Wawrzynczak0cded1f2020-09-01 16:11:48 -060019 select CPU_INTEL_COMMON_HYPERTHREADING
Subrata Banik91e89c52019-11-01 18:30:01 +053020 select CPU_INTEL_FIRMWARE_INTERFACE_TABLE
Karthikeyan Ramasubramanian6abee842020-06-16 23:29:28 -060021 select FSP_COMPRESS_FSP_S_LZ4
Subrata Banik91e89c52019-11-01 18:30:01 +053022 select FSP_M_XIP
23 select GENERIC_GPIO_LIB
24 select HAVE_FSP_GOP
25 select INTEL_DESCRIPTOR_MODE_CAPABLE
26 select HAVE_SMI_HANDLER
27 select IDT_IN_EVERY_STAGE
Shreesh Chhabbi121bc7a2020-09-03 14:37:53 -070028 select USE_CAR_NEM_ENHANCED_V2
Subrata Banik91e89c52019-11-01 18:30:01 +053029 select INTEL_GMA_ACPI
30 select INTEL_GMA_ADD_VBT if RUN_FSP_GOP
31 select IOAPIC
32 select MRC_SETTINGS_PROTECT
33 select PARALLEL_MP
34 select PARALLEL_MP_AP_WORK
35 select MICROCODE_BLOB_UNDISCLOSED
Subrata Banikb622d4b2020-05-26 18:33:22 +053036 select PLATFORM_USES_FSP2_2
Jonathan Zhang01e38552020-06-17 16:03:18 -070037 select FSP_PEIM_TO_PEIM_INTERFACE
Subrata Banik91e89c52019-11-01 18:30:01 +053038 select REG_SCRIPT
Subrata Banik91e89c52019-11-01 18:30:01 +053039 select PMC_GLOBAL_RESET_ENABLE_LOCK
40 select SOC_INTEL_COMMON
41 select SOC_INTEL_COMMON_ACPI_WAKE_SOURCE
42 select SOC_INTEL_COMMON_BLOCK
43 select SOC_INTEL_COMMON_BLOCK_ACPI
44 select SOC_INTEL_COMMON_BLOCK_CHIP_CONFIG
45 select SOC_INTEL_COMMON_BLOCK_CPU
46 select SOC_INTEL_COMMON_BLOCK_CPU_MPINIT
Tim Wawrzynczakc5316ec2020-05-29 15:20:56 -060047 select SOC_INTEL_COMMON_BLOCK_DTT
Nick Vaccaroef8258a2019-12-09 22:11:33 -080048 select SOC_INTEL_COMMON_BLOCK_GPIO_DUAL_ROUTE_SUPPORT
Subrata Banik91e89c52019-11-01 18:30:01 +053049 select SOC_INTEL_COMMON_BLOCK_GSPI_VERSION_2
50 select SOC_INTEL_COMMON_BLOCK_HDA
51 select SOC_INTEL_COMMON_BLOCK_SA
52 select SOC_INTEL_COMMON_BLOCK_SMM
53 select SOC_INTEL_COMMON_BLOCK_SMM_IO_TRAP
54 select SOC_INTEL_COMMON_PCH_BASE
55 select SOC_INTEL_COMMON_RESET
Arthur Heymansc6872f52019-11-11 12:29:56 +010056 select SOC_INTEL_COMMON_BLOCK_CAR
Sumeet R Pawnikard2132462020-05-15 15:55:37 +053057 select SOC_INTEL_COMMON_BLOCK_POWER_LIMIT
Subrata Banik91e89c52019-11-01 18:30:01 +053058 select SSE2
59 select SUPPORT_CPU_UCODE_IN_CBFS
60 select TSC_MONOTONIC_TIMER
61 select UDELAY_TSC
62 select UDK_2017_BINDING
63 select DISPLAY_FSP_VERSION_INFO
64 select HECI_DISABLE_USING_SMM
65
66config DCACHE_RAM_BASE
67 default 0xfef00000
68
69config DCACHE_RAM_SIZE
Maulik V Vaghelae9b1e0f2019-12-16 16:39:53 +053070 default 0x80000
Subrata Banik91e89c52019-11-01 18:30:01 +053071 help
72 The size of the cache-as-ram region required during bootblock
73 and/or romstage.
74
75config DCACHE_BSP_STACK_SIZE
76 hex
Aamir Bohra555c9b62020-03-23 10:13:10 +053077 default 0x40400
Subrata Banik91e89c52019-11-01 18:30:01 +053078 help
79 The amount of anticipated stack usage in CAR by bootblock and
80 other stages. In the case of FSP_USES_CB_STACK default value will be
Aamir Bohra555c9b62020-03-23 10:13:10 +053081 sum of FSP-M stack requirement(256KiB) and CB romstage stack requirement
82 (~1KiB).
Subrata Banik91e89c52019-11-01 18:30:01 +053083
84config FSP_TEMP_RAM_SIZE
85 hex
Maulik V Vaghelae9b1e0f2019-12-16 16:39:53 +053086 default 0x20000
Subrata Banik91e89c52019-11-01 18:30:01 +053087 help
88 The amount of anticipated heap usage in CAR by FSP.
89 Refer to Platform FSP integration guide document to know
90 the exact FSP requirement for Heap setup.
91
92config IFD_CHIPSET
93 string
Aamir Bohra555c9b62020-03-23 10:13:10 +053094 default "tgl"
Subrata Banik91e89c52019-11-01 18:30:01 +053095
96config IED_REGION_SIZE
97 hex
98 default 0x400000
99
100config HEAP_SIZE
101 hex
Duncan Laurieaab226c2020-06-08 17:36:21 -0700102 default 0x10000
Subrata Banik91e89c52019-11-01 18:30:01 +0530103
104config MAX_ROOT_PORTS
105 int
Aamir Bohra555c9b62020-03-23 10:13:10 +0530106 default 12
Subrata Banik91e89c52019-11-01 18:30:01 +0530107
Ravi Sarawadi2fd49722019-12-16 23:41:36 -0800108config MAX_PCIE_CLOCKS
109 int
Aamir Bohra555c9b62020-03-23 10:13:10 +0530110 default 7
Ravi Sarawadi2fd49722019-12-16 23:41:36 -0800111
Subrata Banik91e89c52019-11-01 18:30:01 +0530112config SMM_TSEG_SIZE
113 hex
114 default 0x800000
115
116config SMM_RESERVED_SIZE
117 hex
118 default 0x200000
119
120config PCR_BASE_ADDRESS
121 hex
122 default 0xfd000000
123 help
124 This option allows you to select MMIO Base Address of sideband bus.
125
126config MMCONF_BASE_ADDRESS
127 hex
128 default 0xc0000000
129
130config CPU_BCLK_MHZ
131 int
132 default 100
133
134config SOC_INTEL_COMMON_BLOCK_GSPI_CLOCK_MHZ
135 int
136 default 120
137
138config DRIVERS_I2C_DESIGNWARE_CLOCK_MHZ
139 int
140 default 133
141
142config SOC_INTEL_COMMON_BLOCK_GSPI_MAX
143 int
Aamir Bohra555c9b62020-03-23 10:13:10 +0530144 default 4
Subrata Banik91e89c52019-11-01 18:30:01 +0530145
146config SOC_INTEL_I2C_DEV_MAX
147 int
148 default 6
149
150config SOC_INTEL_UART_DEV_MAX
151 int
152 default 3
153
154config CONSOLE_UART_BASE_ADDRESS
155 hex
156 default 0xfe032000
157 depends on INTEL_LPSS_UART_FOR_CONSOLE
158
159# Clock divider parameters for 115200 baud rate
Ravi Sarawadi38387012019-12-19 15:04:58 -0800160# Baudrate = (UART source clcok * M) /(N *16)
161# TGL UART source clock: 120MHz
Subrata Banik91e89c52019-11-01 18:30:01 +0530162config SOC_INTEL_COMMON_LPSS_UART_CLK_M_VAL
163 hex
Aamir Bohra555c9b62020-03-23 10:13:10 +0530164 default 0x25a
Subrata Banik91e89c52019-11-01 18:30:01 +0530165
166config SOC_INTEL_COMMON_LPSS_UART_CLK_N_VAL
167 hex
Aamir Bohra555c9b62020-03-23 10:13:10 +0530168 default 0x7fff
Subrata Banik91e89c52019-11-01 18:30:01 +0530169
170config CHROMEOS
171 select CHROMEOS_RAMOOPS_DYNAMIC
172
Jes Klinkee046b712020-08-19 14:01:30 -0700173# Tiger Lake SoC requires at least 100us interrupt pulses in order to guarantee detection
174# in all low power states. Cr50 TPM, if used, needs to be told to generate longer pulses.
175config TPM_CR50
176 select CR50_USE_LONG_INTERRUPT_PULSES
177
Subrata Banik91e89c52019-11-01 18:30:01 +0530178config VBOOT
179 select VBOOT_SEPARATE_VERSTAGE
180 select VBOOT_MUST_REQUEST_DISPLAY
Subrata Banik91e89c52019-11-01 18:30:01 +0530181 select VBOOT_STARTS_IN_BOOTBLOCK
182 select VBOOT_VBNV_CMOS
183 select VBOOT_VBNV_CMOS_BACKUP_TO_FLASH
184
185config C_ENV_BOOTBLOCK_SIZE
186 hex
187 default 0xC000
188
189config CBFS_SIZE
190 hex
191 default 0x200000
192
Subrata Banik91e89c52019-11-01 18:30:01 +0530193config FSP_HEADER_PATH
Aamir Bohra555c9b62020-03-23 10:13:10 +0530194 default "src/vendorcode/intel/fsp/fsp2_0/tigerlake/"
Subrata Banik91e89c52019-11-01 18:30:01 +0530195
196config FSP_FD_PATH
Aamir Bohra555c9b62020-03-23 10:13:10 +0530197 default "3rdparty/fsp/TigerLakeFspBinPkg/Fsp.fd"
Subrata Banik91e89c52019-11-01 18:30:01 +0530198
Subrata Banik56626cf2020-02-27 19:39:22 +0530199config SOC_INTEL_TIGERLAKE_DEBUG_CONSENT
200 int "Debug Consent for TGL"
201 # USB DBC is more common for developers so make this default to 3 if
202 # SOC_INTEL_DEBUG_CONSENT=y
203 default 3 if SOC_INTEL_DEBUG_CONSENT
204 default 0
205 help
206 This is to control debug interface on SOC.
207 Setting non-zero value will allow to use DBC or DCI to debug SOC.
208 PlatformDebugConsent in FspmUpd.h has the details.
209
210 Desired platform debug type are
211 0:Disabled, 1:Enabled (DCI OOB+[DbC]), 2:Enabled (DCI OOB),
212 3:Enabled (USB3 DbC), 4:Enabled (XDP/MIPI60), 5:Enabled (USB2 DbC),
213 6:Enable (2-wire DCI OOB), 7:Manual
Subrata Banikebf1daa2020-05-19 12:32:41 +0530214
215config PRERAM_CBMEM_CONSOLE_SIZE
216 hex
Anil Kumar033038f2020-09-08 16:18:45 -0700217 default 0x2000
Subrata Banik91e89c52019-11-01 18:30:01 +0530218endif