blob: c40cafd618cd352d3b4343ef8c0834d277bc1ad0 [file] [log] [blame]
Lee Leahy77ff0b12015-05-05 15:07:29 -07001config SOC_INTEL_BRASWELL
2 bool
3 help
Lee Leahy32471722015-04-20 15:20:28 -07004 Braswell M/D part support.
Lee Leahy77ff0b12015-05-05 15:07:29 -07005
6if SOC_INTEL_BRASWELL
7
8config CPU_SPECIFIC_OPTIONS
9 def_bool y
Aaron Durbin1b6196d2016-07-13 23:20:26 -050010 select ACPI_INTEL_HARDWARE_SLEEP_VALUES
Angel Ponsa32df262020-09-25 10:20:11 +020011 select ARCH_ALL_STAGES_X86_32
Aaron Durbine8e118d2016-08-12 15:00:10 -050012 select BOOT_DEVICE_SUPPORTS_WRITES
Lee Leahy77ff0b12015-05-05 15:07:29 -070013 select CACHE_MRC_SETTINGS
Martin Rothdf02c332015-07-01 23:09:42 -060014 select SUPPORT_CPU_UCODE_IN_CBFS
Lee Leahy77ff0b12015-05-05 15:07:29 -070015 select CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED
Lee Leahy77ff0b12015-05-05 15:07:29 -070016 select HAVE_SMI_HANDLER
Lee Leahy77ff0b12015-05-05 15:07:29 -070017 select PARALLEL_MP
18 select PCIEXP_ASPM
Lee Leahyacb9c0b2015-07-02 11:55:18 -070019 select PCIEXP_CLK_PM
Lee Leahy77ff0b12015-05-05 15:07:29 -070020 select PCIEXP_COMMON_CLOCK
Lee Leahy32471722015-04-20 15:20:28 -070021 select PLATFORM_USES_FSP1_1
Lee Leahy77ff0b12015-05-05 15:07:29 -070022 select REG_SCRIPT
Aaron Durbin16246ea2016-08-05 21:23:37 -050023 select RTC
Lee Leahy32471722015-04-20 15:20:28 -070024 select SOC_INTEL_COMMON
Duncan Lauriee73da802015-09-08 16:16:34 -070025 select SOC_INTEL_COMMON_ACPI_WAKE_SOURCE
Frans Hendriks59ae2ef2019-02-28 15:16:00 +010026 select SOC_INTEL_COMMON_BLOCK
27 select SOC_INTEL_COMMON_BLOCK_HDA
Lee Leahy32471722015-04-20 15:20:28 -070028 select SOC_INTEL_COMMON_RESET
Lee Leahy77ff0b12015-05-05 15:07:29 -070029 select SPI_FLASH
30 select SSE2
Lee Leahy77ff0b12015-05-05 15:07:29 -070031 select TSC_MONOTONIC_TIMER
32 select TSC_SYNC_MFENCE
33 select UDELAY_TSC
Lee Leahy32471722015-04-20 15:20:28 -070034 select USE_GENERIC_FSP_CAR_INC
Stefan Tauneref8b9572018-09-06 00:34:28 +020035 select INTEL_DESCRIPTOR_MODE_CAPABLE
Martin Roth3a543182015-09-28 15:27:24 -060036 select HAVE_SPI_CONSOLE_SUPPORT
Nico Huber2e7f6cc2017-05-22 15:58:03 +020037 select HAVE_FSP_GOP
Matt DeVillier51ee7ce2017-08-20 18:21:10 -050038 select GENERIC_GPIO_LIB
Patrick Rudolphc7edf182017-09-26 19:34:35 +020039 select INTEL_GMA_ACPI
40 select INTEL_GMA_SWSMISCI
Matt DeVillierd3d0f072018-11-10 17:44:36 -060041 select CPU_INTEL_COMMON
Frans Hendriksb27fb332019-03-04 08:02:43 +010042 select SOUTHBRIDGE_INTEL_COMMON_SMBUS
Arthur Heymans56d913e2019-06-04 14:45:13 +020043 select SOUTHBRIDGE_INTEL_COMMON_SPI_SILVERMONT
Frans Hendriks4e0ec592019-06-06 10:07:17 +020044
45config DCACHE_BSP_STACK_SIZE
46 hex
47 default 0x2000
48 help
49 The amount of anticipated stack usage in CAR by bootblock and
50 other stages.
51
52config C_ENV_BOOTBLOCK_SIZE
53 hex
54 default 0x8000
Lee Leahy77ff0b12015-05-05 15:07:29 -070055
Julius Werner1210b412017-03-27 19:26:32 -070056config VBOOT
Joel Kitching6672bd82019-04-10 16:06:21 +080057 select VBOOT_MUST_REQUEST_DISPLAY
Julius Werner1210b412017-03-27 19:26:32 -070058 select VBOOT_STARTS_IN_ROMSTAGE
59
Lee Leahy77ff0b12015-05-05 15:07:29 -070060config MMCONF_BASE_ADDRESS
Arthur Heymans9c27eda2017-06-13 14:47:28 +020061 hex
Lee Leahy77ff0b12015-05-05 15:07:29 -070062 default 0xe0000000
63
64config MAX_CPUS
65 int
66 default 4
67
Lee Leahy77ff0b12015-05-05 15:07:29 -070068config SMM_TSEG_SIZE
69 hex
70 default 0x800000
71
72config SMM_RESERVED_SIZE
73 hex
74 default 0x100000
75
Lee Leahy77ff0b12015-05-05 15:07:29 -070076# Cache As RAM region layout:
77#
Lee Leahy77ff0b12015-05-05 15:07:29 -070078# +-------------+ DCACHE_RAM_BASE + DCACHE_RAM_SIZE
Kyösti Mälkki2bad1e72016-07-26 14:03:31 +030079# | Stack |
80# | | |
81# | v |
Lee Leahy77ff0b12015-05-05 15:07:29 -070082# +-------------+
83# | ^ |
84# | | |
85# | CAR Globals |
86# +-------------+ DCACHE_RAM_BASE
87#
Lee Leahy77ff0b12015-05-05 15:07:29 -070088
89config DCACHE_RAM_BASE
Arthur Heymans9c27eda2017-06-13 14:47:28 +020090 hex
Lee Leahy32471722015-04-20 15:20:28 -070091 default 0xfef00000
Lee Leahy77ff0b12015-05-05 15:07:29 -070092
93config DCACHE_RAM_SIZE
Arthur Heymans9c27eda2017-06-13 14:47:28 +020094 hex
Lee Leahy32471722015-04-20 15:20:28 -070095 default 0x4000
Lee Leahy77ff0b12015-05-05 15:07:29 -070096 help
97 The size of the cache-as-ram region required during bootblock
98 and/or romstage. Note DCACHE_RAM_SIZE and DCACHE_RAM_MRC_VAR_SIZE
99 must add up to a power of 2.
100
Lee Leahy77ff0b12015-05-05 15:07:29 -0700101config ENABLE_BUILTIN_COM1
102 bool "Enable builtin COM1 Serial Port"
103 default n
104 help
105 The PMC has a legacy COM1 serial port. Choose this option to
106 configure the pads and enable it. This serial port can be used for
107 the debug console.
108
Frans Hendriksf2af7022018-11-16 12:08:41 +0100109config DISABLE_HPET
110 bool "Disable the HPET device"
111 default n
112 help
113 Enable this to disable the HPET support
114 Solves the Linux MP-BIOS bug timer not connected.
115
Matt DeVillierfd7440d2019-04-23 12:21:17 -0500116config USE_GOOGLE_FSP
117 bool
118 help
119 Select this to use Google's custom Braswell FSP header/binary
120 instead of the public release on Github. Only google/cyan
121 variants require this; all other boards should use the public release.
122
123config FSP_HEADER_PATH
124 string
Patrick Georgib8fba862020-06-17 21:06:53 +0200125 default "\$(src)/vendorcode/intel/fsp/fsp1_1/braswell" if USE_GOOGLE_FSP
Matt DeVillierfd7440d2019-04-23 12:21:17 -0500126 default "3rdparty/fsp/BraswellFspBinPkg/Include/"
127 help
128 Location of FSP header file FspUpdVpd.h
129
Lee Leahy77ff0b12015-05-05 15:07:29 -0700130endif