blob: 1a9fa400812e521ea49311d4802b45b9532cb4f8 [file] [log] [blame]
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09001menu "x86 architecture"
2 depends on X86
3
4config SYS_ARCH
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09005 default "x86"
6
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09007choice
Bin Meng03b341b2015-04-27 23:22:24 +08008 prompt "Mainboard vendor"
Bin Mengf9bfac12015-05-07 21:34:09 +08009 default VENDOR_EMULATION
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090010
Bin Meng03b341b2015-04-27 23:22:24 +080011config VENDOR_COREBOOT
12 bool "coreboot"
Simon Glass4a56f102015-01-27 22:13:47 -070013
Ben Stoltzab76a472015-08-04 12:33:46 -060014config VENDOR_EFI
15 bool "efi"
16
Bin Meng2229c4c2015-05-07 21:34:08 +080017config VENDOR_EMULATION
18 bool "emulation"
19
Bin Meng03b341b2015-04-27 23:22:24 +080020config VENDOR_GOOGLE
21 bool "Google"
Simon Glass4a56f102015-01-27 22:13:47 -070022
Bin Meng03b341b2015-04-27 23:22:24 +080023config VENDOR_INTEL
24 bool "Intel"
Bin Meng8ba49fe2015-02-02 22:35:29 +080025
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090026endchoice
27
Bin Meng03b341b2015-04-27 23:22:24 +080028# board-specific options below
29source "board/coreboot/Kconfig"
Ben Stoltz19c23fd2015-08-04 12:33:47 -060030source "board/efi/Kconfig"
Bin Meng2229c4c2015-05-07 21:34:08 +080031source "board/emulation/Kconfig"
Bin Meng03b341b2015-04-27 23:22:24 +080032source "board/google/Kconfig"
33source "board/intel/Kconfig"
34
Bin Meng6e8ddec2015-04-27 23:22:25 +080035# platform-specific options below
36source "arch/x86/cpu/baytrail/Kconfig"
37source "arch/x86/cpu/coreboot/Kconfig"
38source "arch/x86/cpu/ivybridge/Kconfig"
Bin Meng2229c4c2015-05-07 21:34:08 +080039source "arch/x86/cpu/qemu/Kconfig"
Bin Meng6e8ddec2015-04-27 23:22:25 +080040source "arch/x86/cpu/quark/Kconfig"
41source "arch/x86/cpu/queensbay/Kconfig"
42
43# architecture-specific options below
44
Simon Glass838723b2015-02-11 16:32:59 -070045config SYS_MALLOC_F_LEN
46 default 0x800
47
Simon Glass98f139b2014-11-12 22:42:10 -070048config RAMBASE
49 hex
50 default 0x100000
51
Simon Glass98f139b2014-11-12 22:42:10 -070052config XIP_ROM_SIZE
53 hex
Bin Meng4cf0b472015-01-06 22:14:16 +080054 depends on X86_RESET_VECTOR
Simon Glassd9b083e2015-01-01 16:17:54 -070055 default ROM_SIZE
Simon Glass98f139b2014-11-12 22:42:10 -070056
57config CPU_ADDR_BITS
58 int
59 default 36
60
Simon Glass268eefd2014-11-12 22:42:28 -070061config HPET_ADDRESS
62 hex
63 default 0xfed00000 if !HPET_ADDRESS_OVERRIDE
64
65config SMM_TSEG
66 bool
67 default n
68
69config SMM_TSEG_SIZE
70 hex
71
Bin Menga11937c2015-01-06 22:14:15 +080072config X86_RESET_VECTOR
73 bool
74 default n
75
Bin Meng51b0f622015-06-07 11:33:12 +080076config RESET_SEG_START
77 hex
78 depends on X86_RESET_VECTOR
79 default 0xffff0000
80
81config RESET_SEG_SIZE
82 hex
83 depends on X86_RESET_VECTOR
84 default 0x10000
85
86config RESET_VEC_LOC
87 hex
88 depends on X86_RESET_VECTOR
89 default 0xfffffff0
90
Bin Menga11937c2015-01-06 22:14:15 +080091config SYS_X86_START16
92 hex
93 depends on X86_RESET_VECTOR
94 default 0xfffff800
95
Bin Mengc191ab72014-12-12 21:05:19 +080096config BOARD_ROMSIZE_KB_512
97 bool
98config BOARD_ROMSIZE_KB_1024
99 bool
100config BOARD_ROMSIZE_KB_2048
101 bool
102config BOARD_ROMSIZE_KB_4096
103 bool
104config BOARD_ROMSIZE_KB_8192
105 bool
106config BOARD_ROMSIZE_KB_16384
107 bool
108
109choice
110 prompt "ROM chip size"
Bin Meng4cf0b472015-01-06 22:14:16 +0800111 depends on X86_RESET_VECTOR
Bin Mengc191ab72014-12-12 21:05:19 +0800112 default UBOOT_ROMSIZE_KB_512 if BOARD_ROMSIZE_KB_512
113 default UBOOT_ROMSIZE_KB_1024 if BOARD_ROMSIZE_KB_1024
114 default UBOOT_ROMSIZE_KB_2048 if BOARD_ROMSIZE_KB_2048
115 default UBOOT_ROMSIZE_KB_4096 if BOARD_ROMSIZE_KB_4096
116 default UBOOT_ROMSIZE_KB_8192 if BOARD_ROMSIZE_KB_8192
117 default UBOOT_ROMSIZE_KB_16384 if BOARD_ROMSIZE_KB_16384
118 help
119 Select the size of the ROM chip you intend to flash U-Boot on.
120
121 The build system will take care of creating a u-boot.rom file
122 of the matching size.
123
124config UBOOT_ROMSIZE_KB_512
125 bool "512 KB"
126 help
127 Choose this option if you have a 512 KB ROM chip.
128
129config UBOOT_ROMSIZE_KB_1024
130 bool "1024 KB (1 MB)"
131 help
132 Choose this option if you have a 1024 KB (1 MB) ROM chip.
133
134config UBOOT_ROMSIZE_KB_2048
135 bool "2048 KB (2 MB)"
136 help
137 Choose this option if you have a 2048 KB (2 MB) ROM chip.
138
139config UBOOT_ROMSIZE_KB_4096
140 bool "4096 KB (4 MB)"
141 help
142 Choose this option if you have a 4096 KB (4 MB) ROM chip.
143
144config UBOOT_ROMSIZE_KB_8192
145 bool "8192 KB (8 MB)"
146 help
147 Choose this option if you have a 8192 KB (8 MB) ROM chip.
148
149config UBOOT_ROMSIZE_KB_16384
150 bool "16384 KB (16 MB)"
151 help
152 Choose this option if you have a 16384 KB (16 MB) ROM chip.
153
154endchoice
155
156# Map the config names to an integer (KB).
157config UBOOT_ROMSIZE_KB
158 int
159 default 512 if UBOOT_ROMSIZE_KB_512
160 default 1024 if UBOOT_ROMSIZE_KB_1024
161 default 2048 if UBOOT_ROMSIZE_KB_2048
162 default 4096 if UBOOT_ROMSIZE_KB_4096
163 default 8192 if UBOOT_ROMSIZE_KB_8192
164 default 16384 if UBOOT_ROMSIZE_KB_16384
165
166# Map the config names to a hex value (bytes).
Simon Glass6622b342014-11-12 22:42:08 -0700167config ROM_SIZE
168 hex
Bin Mengc191ab72014-12-12 21:05:19 +0800169 default 0x80000 if UBOOT_ROMSIZE_KB_512
170 default 0x100000 if UBOOT_ROMSIZE_KB_1024
171 default 0x200000 if UBOOT_ROMSIZE_KB_2048
172 default 0x400000 if UBOOT_ROMSIZE_KB_4096
173 default 0x800000 if UBOOT_ROMSIZE_KB_8192
174 default 0xc00000 if UBOOT_ROMSIZE_KB_12288
175 default 0x1000000 if UBOOT_ROMSIZE_KB_16384
Simon Glass6622b342014-11-12 22:42:08 -0700176
177config HAVE_INTEL_ME
178 bool "Platform requires Intel Management Engine"
179 help
180 Newer higher-end devices have an Intel Management Engine (ME)
181 which is a very large binary blob (typically 1.5MB) which is
182 required for the platform to work. This enforces a particular
183 SPI flash format. You will need to supply the me.bin file in
184 your board directory.
185
Simon Glass268eefd2014-11-12 22:42:28 -0700186config X86_RAMTEST
187 bool "Perform a simple RAM test after SDRAM initialisation"
188 help
189 If there is something wrong with SDRAM then the platform will
190 often crash within U-Boot or the kernel. This option enables a
191 very simple RAM test that quickly checks whether the SDRAM seems
192 to work correctly. It is not exhaustive but can save time by
193 detecting obvious failures.
194
Simon Glass45c083b2015-01-27 22:13:41 -0700195config HAVE_FSP
196 bool "Add an Firmware Support Package binary"
Simon Glass2b6d80b2015-08-04 12:34:00 -0600197 depends on !EFI
Simon Glass45c083b2015-01-27 22:13:41 -0700198 help
199 Select this option to add an Firmware Support Package binary to
200 the resulting U-Boot image. It is a binary blob which U-Boot uses
201 to set up SDRAM and other chipset specific initialization.
202
203 Note: Without this binary U-Boot will not be able to set up its
204 SDRAM so will not boot.
205
206config FSP_FILE
207 string "Firmware Support Package binary filename"
208 depends on HAVE_FSP
209 default "fsp.bin"
210 help
211 The filename of the file to use as Firmware Support Package binary
212 in the board directory.
213
214config FSP_ADDR
215 hex "Firmware Support Package binary location"
216 depends on HAVE_FSP
217 default 0xfffc0000
218 help
219 FSP is not Position Independent Code (PIC) and the whole FSP has to
220 be rebased if it is placed at a location which is different from the
221 perferred base address specified during the FSP build. Use Intel's
222 Binary Configuration Tool (BCT) to do the rebase.
223
224 The default base address of 0xfffc0000 indicates that the binary must
225 be located at offset 0xc0000 from the beginning of a 1MB flash device.
226
227config FSP_TEMP_RAM_ADDR
228 hex
Bin Meng51887c32015-06-01 21:07:23 +0800229 depends on HAVE_FSP
Simon Glass45c083b2015-01-27 22:13:41 -0700230 default 0x2000000
231 help
Bin Meng73574dc2015-08-20 06:40:20 -0700232 Stack top address which is used in fsp_init() after DRAM is ready and
Simon Glass45c083b2015-01-27 22:13:41 -0700233 CAR is disabled.
234
Bin Meng12440cd2015-08-20 06:40:19 -0700235config FSP_SYS_MALLOC_F_LEN
236 hex
237 depends on HAVE_FSP
238 default 0x100000
239 help
240 Additional size of malloc() pool before relocation.
241
Bin Mengf9a61892015-12-10 22:03:01 -0800242config FSP_USE_UPD
243 bool
244 depends on HAVE_FSP
245 default y
246 help
247 Most FSPs use UPD data region for some FSP customization. But there
248 are still some FSPs that might not even have UPD. For such FSPs,
249 override this to n in their platform Kconfig files.
250
Bin Meng4c836c92016-02-17 00:16:23 -0800251config FSP_BROKEN_HOB
252 bool
253 depends on HAVE_FSP
254 help
255 Indicate some buggy FSPs that does not report memory used by FSP
256 itself as reserved in the resource descriptor HOB. Select this to
257 tell U-Boot to do some additional work to ensure U-Boot relocation
258 do not overwrite the important boot service data which is used by
259 FSP, otherwise the subsequent call to fsp_notify() will fail.
260
Bin Meng0ffd7e52015-10-11 21:37:35 -0700261config ENABLE_MRC_CACHE
262 bool "Enable MRC cache"
263 depends on !EFI && !SYS_COREBOOT
264 help
265 Enable this feature to cause MRC data to be cached in NV storage
266 to be used for speeding up boot time on future reboots and/or
267 power cycles.
268
Simon Glassd4e90742016-03-11 22:07:08 -0700269config HAVE_MRC
270 bool "Add a System Agent binary"
271 depends on !HAVE_FSP
272 help
273 Select this option to add a System Agent binary to
274 the resulting U-Boot image. MRC stands for Memory Reference Code.
275 It is a binary blob which U-Boot uses to set up SDRAM.
276
277 Note: Without this binary U-Boot will not be able to set up its
278 SDRAM so will not boot.
279
280config CACHE_MRC_BIN
281 bool
282 depends on HAVE_MRC
283 default n
284 help
285 Enable caching for the memory reference code binary. This uses an
286 MTRR (memory type range register) to turn on caching for the section
287 of SPI flash that contains the memory reference code. This makes
288 SDRAM init run faster.
289
290config CACHE_MRC_SIZE_KB
291 int
292 depends on HAVE_MRC
293 default 512
294 help
295 Sets the size of the cached area for the memory reference code.
296 This ends at the end of SPI flash (address 0xffffffff) and is
297 measured in KB. Typically this is set to 512, providing for 0.5MB
298 of cached space.
299
300config DCACHE_RAM_BASE
301 hex
302 depends on HAVE_MRC
303 help
304 Sets the base of the data cache area in memory space. This is the
305 start address of the cache-as-RAM (CAR) area and the address varies
306 depending on the CPU. Once CAR is set up, read/write memory becomes
307 available at this address and can be used temporarily until SDRAM
308 is working.
309
310config DCACHE_RAM_SIZE
311 hex
312 depends on HAVE_MRC
313 default 0x40000
314 help
315 Sets the total size of the data cache area in memory space. This
316 sets the size of the cache-as-RAM (CAR) area. Note that much of the
317 CAR space is required by the MRC. The CAR space available to U-Boot
318 is normally at the start and typically extends to 1/4 or 1/2 of the
319 available size.
320
321config DCACHE_RAM_MRC_VAR_SIZE
322 hex
323 depends on HAVE_MRC
324 help
325 This is the amount of CAR (Cache as RAM) reserved for use by the
326 memory reference code. This depends on the implementation of the
327 memory reference code and must be set correctly or the board will
328 not boot.
329
Simon Glassecae7fd2016-03-11 22:07:16 -0700330config HAVE_REFCODE
331 bool "Add a Reference Code binary"
332 help
333 Select this option to add a Reference Code binary to the resulting
334 U-Boot image. This is an Intel binary blob that handles system
335 initialisation, in this case the PCH and System Agent.
336
337 Note: Without this binary (on platforms that need it such as
338 broadwell) U-Boot will be missing some critical setup steps.
339 Various peripherals may fail to work.
340
Simon Glassa9a44262015-04-29 22:25:59 -0600341config SMP
342 bool "Enable Symmetric Multiprocessing"
343 default n
344 help
345 Enable use of more than one CPU in U-Boot and the Operating System
346 when loaded. Each CPU will be started up and information can be
347 obtained using the 'cpu' command. If this option is disabled, then
348 only one CPU will be enabled regardless of the number of CPUs
349 available.
350
Bin Meng6bd24462015-06-12 14:52:23 +0800351config MAX_CPUS
352 int "Maximum number of CPUs permitted"
353 depends on SMP
354 default 4
355 help
356 When using multi-CPU chips it is possible for U-Boot to start up
357 more than one CPU. The stack memory used by all of these CPUs is
358 pre-allocated so at present U-Boot wants to know the maximum
359 number of CPUs that may be present. Set this to at least as high
360 as the number of CPUs in your system (it uses about 4KB of RAM for
361 each CPU).
362
Simon Glassa9a44262015-04-29 22:25:59 -0600363config AP_STACK_SIZE
364 hex
Bin Meng5ec10582015-06-12 14:52:22 +0800365 depends on SMP
Simon Glassa9a44262015-04-29 22:25:59 -0600366 default 0x1000
367 help
368 Each additional CPU started by U-Boot requires its own stack. This
369 option sets the stack size used by each CPU and directly affects
370 the memory used by this initialisation process. Typically 4KB is
371 enough space.
372
Bin Meng4de38862015-07-06 16:31:33 +0800373config HAVE_VGA_BIOS
374 bool "Add a VGA BIOS image"
375 help
376 Select this option if you have a VGA BIOS image that you would
377 like to add to your ROM.
378
379config VGA_BIOS_FILE
380 string "VGA BIOS image filename"
381 depends on HAVE_VGA_BIOS
382 default "vga.bin"
383 help
384 The filename of the VGA BIOS image in the board directory.
385
386config VGA_BIOS_ADDR
387 hex "VGA BIOS image location"
388 depends on HAVE_VGA_BIOS
389 default 0xfff90000
390 help
391 The location of VGA BIOS image in the SPI flash. For example, base
392 address of 0xfff90000 indicates that the image will be put at offset
393 0x90000 from the beginning of a 1MB flash device.
394
Bin Meng45236ad2015-04-24 18:10:05 +0800395menu "System tables"
Bin Mengfd53d3c2015-08-13 00:29:13 -0700396 depends on !EFI && !SYS_COREBOOT
Bin Meng45236ad2015-04-24 18:10:05 +0800397
398config GENERATE_PIRQ_TABLE
399 bool "Generate a PIRQ table"
400 default n
401 help
402 Generate a PIRQ routing table for this board. The PIRQ routing table
403 is generated by U-Boot in the system memory from 0xf0000 to 0xfffff
404 at every 16-byte boundary with a PCI IRQ routing signature ("$PIR").
405 It specifies the interrupt router information as well how all the PCI
406 devices' interrupt pins are wired to PIRQs.
407
Simon Glass07e922a2015-04-28 20:25:10 -0600408config GENERATE_SFI_TABLE
409 bool "Generate a SFI (Simple Firmware Interface) table"
410 help
411 The Simple Firmware Interface (SFI) provides a lightweight method
412 for platform firmware to pass information to the operating system
413 via static tables in memory. Kernel SFI support is required to
414 boot on SFI-only platforms. If you have ACPI tables then these are
415 used instead.
416
417 U-Boot writes this table in write_sfi_table() just before booting
418 the OS.
419
420 For more information, see http://simplefirmware.org
421
Bin Mengc4f407e2015-06-23 12:18:52 +0800422config GENERATE_MP_TABLE
423 bool "Generate an MP (Multi-Processor) table"
424 default n
425 help
426 Generate an MP (Multi-Processor) table for this board. The MP table
427 provides a way for the operating system to support for symmetric
428 multiprocessing as well as symmetric I/O interrupt handling with
429 the local APIC and I/O APIC.
430
Saket Sinha331141a2015-08-22 12:20:55 +0530431config GENERATE_ACPI_TABLE
432 bool "Generate an ACPI (Advanced Configuration and Power Interface) table"
433 default n
434 help
435 The Advanced Configuration and Power Interface (ACPI) specification
436 provides an open standard for device configuration and management
437 by the operating system. It defines platform-independent interfaces
438 for configuration and power management monitoring.
439
Miao Yan389ef482016-01-20 01:57:07 -0800440config QEMU_ACPI_TABLE
441 bool "Load ACPI table from QEMU fw_cfg interface"
442 depends on GENERATE_ACPI_TABLE && QEMU
443 default y
444 help
445 By default, U-Boot generates its own ACPI tables. This option, if
446 enabled, disables U-Boot's version and loads ACPI tables generated
447 by QEMU.
448
Bin Mengae5bedb2015-10-12 05:23:41 -0700449config GENERATE_SMBIOS_TABLE
450 bool "Generate an SMBIOS (System Management BIOS) table"
451 default y
452 help
453 The System Management BIOS (SMBIOS) specification addresses how
454 motherboard and system vendors present management information about
455 their products in a standard format by extending the BIOS interface
456 on Intel architecture systems.
457
458 Check http://www.dmtf.org/standards/smbios for details.
459
Bin Meng45236ad2015-04-24 18:10:05 +0800460endmenu
461
462config MAX_PIRQ_LINKS
463 int
464 default 8
465 help
466 This variable specifies the number of PIRQ interrupt links which are
467 routable. On most older chipsets, this is 4, PIRQA through PIRQD.
468 Some newer chipsets offer more than four links, commonly up to PIRQH.
469
470config IRQ_SLOT_COUNT
471 int
472 default 128
473 help
474 U-Boot can support up to 254 IRQ slot info in the PIRQ routing table
475 which in turns forms a table of exact 4KiB. The default value 128
476 should be enough for most boards. If this does not fit your board,
477 change it according to your needs.
478
Simon Glass461cebf2015-01-27 22:13:33 -0700479config PCIE_ECAM_BASE
480 hex
Bin Mengd11c1b22015-02-02 21:25:09 +0800481 default 0xe0000000
Simon Glass461cebf2015-01-27 22:13:33 -0700482 help
483 This is the memory-mapped address of PCI configuration space, which
484 is only available through the Enhanced Configuration Access
485 Mechanism (ECAM) with PCI Express. It can be set up almost
486 anywhere. Before it is set up, it is possible to access PCI
487 configuration space through I/O access, but memory access is more
488 convenient. Using this, PCI can be scanned and configured. This
489 should be set to a region that does not conflict with memory
490 assigned to PCI devices - i.e. the memory and prefetch regions, as
491 passed to pci_set_region().
492
Bin Mengcf40bd42015-07-22 01:21:15 -0700493config PCIE_ECAM_SIZE
494 hex
495 default 0x10000000
496 help
497 This is the size of memory-mapped address of PCI configuration space,
498 which is only available through the Enhanced Configuration Access
499 Mechanism (ECAM) with PCI Express. Each bus consumes 1 MiB memory,
500 so a default 0x10000000 size covers all of the 256 buses which is the
501 maximum number of PCI buses as defined by the PCI specification.
502
Bin Meng70e41942015-10-22 19:13:31 -0700503config I8259_PIC
504 bool
505 default y
506 help
507 Intel 8259 ISA compatible chipset incorporates two 8259 (master and
508 slave) interrupt controllers. Include this to have U-Boot set up
509 the interrupt correctly.
510
511config I8254_TIMER
512 bool
513 default y
514 help
515 Intel 8254 timer contains three counters which have fixed uses.
516 Include this to have U-Boot set up the timer correctly.
517
Simon Glass3356cad2015-11-11 10:05:43 -0700518config I8042_KEYB
519 default y
520
521config DM_KEYBOARD
522 default y
523
Bin Meng96030fa2016-02-28 23:54:50 -0800524config SEABIOS
525 bool "Support booting SeaBIOS"
526 help
527 SeaBIOS is an open source implementation of a 16-bit X86 BIOS.
528 It can run in an emulator or natively on X86 hardware with the use
529 of coreboot/U-Boot. By turning on this option, U-Boot prepares
530 all the configuration tables that are necessary to boot SeaBIOS.
531
532 Check http://www.seabios.org/SeaBIOS for details.
533
Simon Glass2b6d80b2015-08-04 12:34:00 -0600534source "arch/x86/lib/efi/Kconfig"
535
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900536endmenu