blob: a436e24cb2cafef87b64bbffb1fbb7e82adaa52c [file] [log] [blame]
Aaron Durbin9a7d7bc2013-09-07 00:41:48 -05001config SOC_INTEL_BAYTRAIL
2 bool
3 help
4 Bay Trail M/D part support.
5
6if SOC_INTEL_BAYTRAIL
7
8config CPU_SPECIFIC_OPTIONS
9 def_bool y
Aaron Durbinf5cfaa32016-07-13 23:20:07 -050010 select ACPI_INTEL_HARDWARE_SLEEP_VALUES
Furquan Shaikh99ac98f2014-04-23 10:18:48 -070011 select ARCH_BOOTBLOCK_X86_32
Stefan Reinauer77b16552015-01-14 19:51:47 +010012 select ARCH_VERSTAGE_X86_32
Furquan Shaikh99ac98f2014-04-23 10:18:48 -070013 select ARCH_ROMSTAGE_X86_32
14 select ARCH_RAMSTAGE_X86_32
Aaron Durbine8e118d2016-08-12 15:00:10 -050015 select BOOT_DEVICE_SUPPORTS_WRITES
Aaron Durbin9a7d7bc2013-09-07 00:41:48 -050016 select CACHE_MRC_SETTINGS
Aaron Durbin59d1d872014-01-14 17:34:10 -060017 select CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED
Kyösti Mälkki4851bf22014-12-27 12:57:06 +020018 select SUPPORT_CPU_UCODE_IN_CBFS
Vadim Bendeburyc04e1712013-09-27 16:21:04 -070019 select HAVE_SMI_HANDLER
Patrick Rudolph45022ae2018-10-01 19:17:11 +020020 select SOUTHBRIDGE_INTEL_COMMON_RESET
Kyösti Mälkki542fa6d2020-01-07 02:18:02 +020021 select SOUTHBRIDGE_INTEL_COMMON_SMBUS
Arthur Heymansb48d6332019-06-04 14:51:19 +020022 select SOUTHBRIDGE_INTEL_COMMON_SPI_SILVERMONT
Aaron Durbin302cbd62013-10-21 12:36:17 -050023 select PARALLEL_MP
Duncan Lauriec6313db2014-01-16 11:18:36 -080024 select PCIEXP_ASPM
25 select PCIEXP_COMMON_CLOCK
Isaac Christensend2044cc2014-10-01 13:37:36 -060026 select REG_SCRIPT
Aaron Durbin16246ea2016-08-05 21:23:37 -050027 select RTC
Vadim Bendeburyc04e1712013-09-27 16:21:04 -070028 select SPI_FLASH
29 select SSE2
Aaron Durbince7ecf92013-10-24 08:42:10 -050030 select TSC_MONOTONIC_TIMER
Vadim Bendeburyc04e1712013-09-27 16:21:04 -070031 select TSC_SYNC_MFENCE
32 select UDELAY_TSC
Stefan Reinauer9616f3c2015-04-29 10:45:22 -070033 select SOC_INTEL_COMMON
Stefan Tauneref8b9572018-09-06 00:34:28 +020034 select INTEL_DESCRIPTOR_MODE_CAPABLE
Martin Roth3a543182015-09-28 15:27:24 -060035 select HAVE_SPI_CONSOLE_SUPPORT
Matt DeVillierbe33a672018-03-11 22:44:41 -050036 select INTEL_GMA_ACPI
37 select INTEL_GMA_SWSMISCI
Matt DeVilliere5a1a4c2017-01-19 21:13:02 -060038 select CPU_INTEL_COMMON
Arthur Heymansb1c57d12019-01-10 20:28:48 +010039 select CPU_HAS_L2_ENABLE_MSR
Aaron Durbin9a7d7bc2013-09-07 00:41:48 -050040
Julius Werner1210b412017-03-27 19:26:32 -070041config VBOOT
Joel Kitching6672bd82019-04-10 16:06:21 +080042 select VBOOT_MUST_REQUEST_DISPLAY
Julius Werner1210b412017-03-27 19:26:32 -070043 select VBOOT_STARTS_IN_ROMSTAGE
44
Aaron Durbin9a7d7bc2013-09-07 00:41:48 -050045config MMCONF_BASE_ADDRESS
46 hex
47 default 0xe0000000
48
49config MAX_CPUS
50 int
51 default 4
52
53config CPU_ADDR_BITS
54 int
55 default 36
56
57config SMM_TSEG_SIZE
58 hex
59 default 0x800000
60
61config SMM_RESERVED_SIZE
62 hex
63 default 0x100000
64
65config HAVE_MRC
Arthur Heymansabe62be2018-06-17 21:36:22 +020066 bool "Add a System Agent binary"
Aaron Durbin9a7d7bc2013-09-07 00:41:48 -050067 help
Arthur Heymansabe62be2018-06-17 21:36:22 +020068 Select this option to add a System Agent binary to
69 the resulting coreboot image.
70
Aaron Durbin9a7d7bc2013-09-07 00:41:48 -050071 Note: Without this binary coreboot will not work
72
Aaron Durbin9a7d7bc2013-09-07 00:41:48 -050073config MRC_FILE
Arthur Heymansabe62be2018-06-17 21:36:22 +020074 string "Intel System Agent path and filename"
75 depends on HAVE_MRC
76 default "mrc.bin"
Aaron Durbin9a7d7bc2013-09-07 00:41:48 -050077 help
78 The path and filename of the file to use as System Agent
Arthur Heymansabe62be2018-06-17 21:36:22 +020079 binary.
Aaron Durbin9a7d7bc2013-09-07 00:41:48 -050080
81config MRC_BIN_ADDRESS
82 hex
83 default 0xfffa0000
84
Shawn Nematbakhsh13d93412013-11-26 15:37:43 -080085config MRC_RMT
86 bool "Enable MRC RMT training + debug prints"
87 default n
88
Aaron Durbin9a7d7bc2013-09-07 00:41:48 -050089# Cache As RAM region layout:
90#
91# +-------------+ DCACHE_RAM_BASE + DCACHE_RAM_SIZE + DCACHE_RAM_MRC_VAR_SIZE
92# | MRC usage |
93# | |
Arthur Heymans179da7f2019-11-15 12:51:51 +010094# -------------+ DCACHE_RAM_BASE + DCACHE_RAM_SIZE
95# | coreboot |
96# | usage |
Aaron Durbin9a7d7bc2013-09-07 00:41:48 -050097# +-------------+ DCACHE_RAM_BASE
98#
99# Note that the MRC binary is linked to assume the region marked as "MRC usage"
100# starts at DCACHE_RAM_BASE + DCACHE_RAM_SIZE. If those values change then
101# a new MRC binary needs to be produced with the updated start and size
102# information.
103
104config DCACHE_RAM_BASE
105 hex
Aaron Durbin89f52922014-03-19 11:48:33 -0500106 default 0xfe000000
Aaron Durbin9a7d7bc2013-09-07 00:41:48 -0500107
108config DCACHE_RAM_SIZE
109 hex
Aaron Durbin08a46132013-10-07 16:24:44 -0500110 default 0x8000
Aaron Durbin9a7d7bc2013-09-07 00:41:48 -0500111 help
112 The size of the cache-as-ram region required during bootblock
113 and/or romstage. Note DCACHE_RAM_SIZE and DCACHE_RAM_MRC_VAR_SIZE
114 must add up to a power of 2.
115
116config DCACHE_RAM_MRC_VAR_SIZE
117 hex
Aaron Durbin08a46132013-10-07 16:24:44 -0500118 default 0x8000
Aaron Durbin9a7d7bc2013-09-07 00:41:48 -0500119 help
120 The amount of cache-as-ram region required by the reference code.
121
Arthur Heymans179da7f2019-11-15 12:51:51 +0100122config DCACHE_BSP_STACK_SIZE
123 hex
124 default 0x2000
125
Aaron Durbin9a7d7bc2013-09-07 00:41:48 -0500126config ENABLE_BUILTIN_COM1
127 bool "Enable builtin COM1 Serial Port"
128 default n
129 help
130 The PMC has a legacy COM1 serial port. Choose this option to
131 configure the pads and enable it. This serial port can be used for
132 the debug console.
133
Vladimir Serbinenkof1d6e7e2014-08-09 07:16:10 +0200134config HAVE_REFCODE_BLOB
135 depends on ARCH_X86
136 bool "An external reference code blob should be put into cbfs."
137 default n
138 help
139 The reference code blob will be placed into cbfs.
140
141if HAVE_REFCODE_BLOB
142
143config REFCODE_BLOB_FILE
144 string "Path and filename to reference code blob."
145 default "refcode.elf"
146 help
147 The path and filename to the file to be added to cbfs.
148
149endif # HAVE_REFCODE_BLOB
150
Matt DeVillier0da3a8a2019-05-27 02:09:24 -0500151config VGA_BIOS_ID
152 string
153 depends on VGA_BIOS
154 default "8086,0f31"
155
156config VGA_BIOS_FILE
157 string
158 depends on VGA_BIOS
159 default "pci8086,0f31.rom"
160
Aaron Durbin9a7d7bc2013-09-07 00:41:48 -0500161endif