blob: d9bb481a1b8fd3750f14603d28a3c4e51f6a059a [file] [log] [blame]
Martin Roth7d86f342024-02-16 11:04:02 -07001## SPDX-License-Identifier: GPL-2.0-only
2
Lee Leahy77ff0b12015-05-05 15:07:29 -07003config SOC_INTEL_BRASWELL
4 bool
Kyösti Mälkki64374092023-04-08 23:42:14 +03005 select ACPI_COMMON_MADT_IOAPIC
Kyösti Mälkki69a13962023-04-08 14:10:48 +03006 select ACPI_COMMON_MADT_LAPIC
Aaron Durbin1b6196d2016-07-13 23:20:26 -05007 select ACPI_INTEL_HARDWARE_SLEEP_VALUES
Angel Pons8e035e32021-06-22 12:58:20 +02008 select ARCH_X86
Aaron Durbine8e118d2016-08-12 15:00:10 -05009 select BOOT_DEVICE_SUPPORTS_WRITES
Lee Leahy77ff0b12015-05-05 15:07:29 -070010 select CACHE_MRC_SETTINGS
Martin Rothdf02c332015-07-01 23:09:42 -060011 select SUPPORT_CPU_UCODE_IN_CBFS
Lee Leahy77ff0b12015-05-05 15:07:29 -070012 select CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED
Lee Leahy77ff0b12015-05-05 15:07:29 -070013 select HAVE_SMI_HANDLER
Lee Leahy77ff0b12015-05-05 15:07:29 -070014 select PCIEXP_ASPM
Lee Leahyacb9c0b2015-07-02 11:55:18 -070015 select PCIEXP_CLK_PM
Lee Leahy77ff0b12015-05-05 15:07:29 -070016 select PCIEXP_COMMON_CLOCK
Lee Leahy32471722015-04-20 15:20:28 -070017 select PLATFORM_USES_FSP1_1
Lee Leahy77ff0b12015-05-05 15:07:29 -070018 select REG_SCRIPT
Aaron Durbin16246ea2016-08-05 21:23:37 -050019 select RTC
Lee Leahy32471722015-04-20 15:20:28 -070020 select SOC_INTEL_COMMON
Duncan Lauriee73da802015-09-08 16:16:34 -070021 select SOC_INTEL_COMMON_ACPI_WAKE_SOURCE
Frans Hendriks59ae2ef2019-02-28 15:16:00 +010022 select SOC_INTEL_COMMON_BLOCK
23 select SOC_INTEL_COMMON_BLOCK_HDA
Lee Leahy32471722015-04-20 15:20:28 -070024 select SOC_INTEL_COMMON_RESET
Lee Leahy77ff0b12015-05-05 15:07:29 -070025 select SPI_FLASH
26 select SSE2
Lee Leahy77ff0b12015-05-05 15:07:29 -070027 select TSC_MONOTONIC_TIMER
28 select TSC_SYNC_MFENCE
29 select UDELAY_TSC
Lee Leahy32471722015-04-20 15:20:28 -070030 select USE_GENERIC_FSP_CAR_INC
Stefan Tauneref8b9572018-09-06 00:34:28 +020031 select INTEL_DESCRIPTOR_MODE_CAPABLE
Angel Pons12d48cd2020-10-03 12:22:04 +020032 select HAVE_EM100PRO_SPI_CONSOLE_SUPPORT
Nico Huber2e7f6cc2017-05-22 15:58:03 +020033 select HAVE_FSP_GOP
Matt DeVillier51ee7ce2017-08-20 18:21:10 -050034 select GENERIC_GPIO_LIB
Patrick Rudolphc7edf182017-09-26 19:34:35 +020035 select INTEL_GMA_ACPI
36 select INTEL_GMA_SWSMISCI
Matt DeVillierd3d0f072018-11-10 17:44:36 -060037 select CPU_INTEL_COMMON
Frans Hendriksb27fb332019-03-04 08:02:43 +010038 select SOUTHBRIDGE_INTEL_COMMON_SMBUS
Arthur Heymans56d913e2019-06-04 14:45:13 +020039 select SOUTHBRIDGE_INTEL_COMMON_SPI_SILVERMONT
Julius Wernerbaf27db2019-10-02 17:28:56 -070040 select NO_CBFS_MCACHE
Kyösti Mälkkie8a3af12022-11-19 18:39:22 +020041 select TCO_SPACE_NOT_YET_SPLIT
Elyes Haouas75750912023-08-21 20:39:25 +020042 help
43 Braswell M/D part support.
44
45if SOC_INTEL_BRASWELL
Frans Hendriks4e0ec592019-06-06 10:07:17 +020046
47config DCACHE_BSP_STACK_SIZE
48 hex
49 default 0x2000
50 help
51 The amount of anticipated stack usage in CAR by bootblock and
52 other stages.
53
Julius Werner1210b412017-03-27 19:26:32 -070054config VBOOT
Joel Kitching6672bd82019-04-10 16:06:21 +080055 select VBOOT_MUST_REQUEST_DISPLAY
Julius Werner1210b412017-03-27 19:26:32 -070056 select VBOOT_STARTS_IN_ROMSTAGE
57
Shelley Chen4e9bb332021-10-20 15:43:45 -070058config ECAM_MMCONF_BASE_ADDRESS
Lee Leahy77ff0b12015-05-05 15:07:29 -070059 default 0xe0000000
60
Shelley Chen4e9bb332021-10-20 15:43:45 -070061config ECAM_MMCONF_BUS_NUMBER
Kyösti Mälkki6d085442021-02-14 01:55:18 +020062 int
63 default 256
64
Lee Leahy77ff0b12015-05-05 15:07:29 -070065config MAX_CPUS
66 int
67 default 4
68
Lee Leahy77ff0b12015-05-05 15:07:29 -070069config SMM_TSEG_SIZE
70 hex
71 default 0x800000
72
73config SMM_RESERVED_SIZE
74 hex
75 default 0x100000
76
Lee Leahy77ff0b12015-05-05 15:07:29 -070077# Cache As RAM region layout:
78#
Lee Leahy77ff0b12015-05-05 15:07:29 -070079# +-------------+ DCACHE_RAM_BASE + DCACHE_RAM_SIZE
Kyösti Mälkki2bad1e72016-07-26 14:03:31 +030080# | Stack |
81# | | |
82# | v |
Lee Leahy77ff0b12015-05-05 15:07:29 -070083# +-------------+
84# | ^ |
85# | | |
86# | CAR Globals |
87# +-------------+ DCACHE_RAM_BASE
88#
Lee Leahy77ff0b12015-05-05 15:07:29 -070089
90config DCACHE_RAM_BASE
Arthur Heymans9c27eda2017-06-13 14:47:28 +020091 hex
Lee Leahy32471722015-04-20 15:20:28 -070092 default 0xfef00000
Lee Leahy77ff0b12015-05-05 15:07:29 -070093
94config DCACHE_RAM_SIZE
Arthur Heymans9c27eda2017-06-13 14:47:28 +020095 hex
Shelley Chen156bc6f2020-09-29 10:05:00 -070096 default 0x8000
Lee Leahy77ff0b12015-05-05 15:07:29 -070097 help
98 The size of the cache-as-ram region required during bootblock
99 and/or romstage. Note DCACHE_RAM_SIZE and DCACHE_RAM_MRC_VAR_SIZE
100 must add up to a power of 2.
101
Jeremy Compostella052fb7c2023-08-18 14:25:22 -0700102config PRERAM_CBFS_CACHE_SIZE
103 default 0x0
104
Lee Leahy77ff0b12015-05-05 15:07:29 -0700105config ENABLE_BUILTIN_COM1
106 bool "Enable builtin COM1 Serial Port"
107 default n
108 help
109 The PMC has a legacy COM1 serial port. Choose this option to
110 configure the pads and enable it. This serial port can be used for
111 the debug console.
112
Frans Hendriksf2af7022018-11-16 12:08:41 +0100113config DISABLE_HPET
114 bool "Disable the HPET device"
115 default n
116 help
117 Enable this to disable the HPET support
118 Solves the Linux MP-BIOS bug timer not connected.
119
Matt DeVillier46512ae2023-10-27 16:40:37 -0500120config HPET_MIN_TICKS
121 default 0x80
122
Matt DeVillierfd7440d2019-04-23 12:21:17 -0500123config USE_GOOGLE_FSP
124 bool
125 help
126 Select this to use Google's custom Braswell FSP header/binary
127 instead of the public release on Github. Only google/cyan
128 variants require this; all other boards should use the public release.
129
130config FSP_HEADER_PATH
131 string
Patrick Georgib8fba862020-06-17 21:06:53 +0200132 default "\$(src)/vendorcode/intel/fsp/fsp1_1/braswell" if USE_GOOGLE_FSP
Matt DeVillierfd7440d2019-04-23 12:21:17 -0500133 default "3rdparty/fsp/BraswellFspBinPkg/Include/"
134 help
135 Location of FSP header file FspUpdVpd.h
136
Lee Leahy77ff0b12015-05-05 15:07:29 -0700137endif