blob: 1d01d09263968228e26e98d3dd6dc43371ddebc4 [file] [log] [blame]
Uwe Hermann168b11b2009-10-07 16:15:40 +00001# This option is used to set the architecture of a mainboard to X86.
2# It is usually set in mainboard/*/Kconfig.
Patrick Georgi0588d192009-08-12 15:00:51 +00003config ARCH_X86
Uwe Hermann5ec2c2b2009-08-25 00:53:22 +00004 bool
Uwe Hermann168b11b2009-10-07 16:15:40 +00005 default n
Patrick Georgi0588d192009-08-12 15:00:51 +00006
Uwe Hermann168b11b2009-10-07 16:15:40 +00007# This is an SMP option. It relates to starting up APs.
8# It is usually set in mainboard/*/Kconfig.
9# TODO: Improve description.
Ronald G. Minnich6ed39d92009-08-29 02:59:35 +000010config AP_IN_SIPI_WAIT
11 bool
12 default n
13 depends on ARCH_X86
Ronald G. Minnich6ed39d92009-08-29 02:59:35 +000014
Uwe Hermann168b11b2009-10-07 16:15:40 +000015# This is the name of the respective architecture subdirectory in arch/.
Patrick Georgi0588d192009-08-12 15:00:51 +000016config ARCH
17 string
18 default i386
19 depends on ARCH_X86
Patrick Georgi0588d192009-08-12 15:00:51 +000020
21config ROMBASE
Uwe Hermann5ec2c2b2009-08-25 00:53:22 +000022 hex
Patrick Georgi6056b972009-11-11 21:32:23 +000023 default 0xffff0000
Patrick Georgi0588d192009-08-12 15:00:51 +000024
Patrick Georgi0588d192009-08-12 15:00:51 +000025config ROM_IMAGE_SIZE
26 hex
Patrick Georgibdf41572009-11-12 17:25:16 +000027 default 0x10000
Patrick Georgi0588d192009-08-12 15:00:51 +000028
29config RAMBASE
30 hex
31 default 0x100000
32
33config STACK_SIZE
34 hex
35 default 0x8000
36
Uwe Hermann168b11b2009-10-07 16:15:40 +000037# Maximum reboot count
38# TODO: Improve description.
Patrick Georgi0588d192009-08-12 15:00:51 +000039config MAX_REBOOT_CNT
Uwe Hermann168b11b2009-10-07 16:15:40 +000040 int
Patrick Georgi0588d192009-08-12 15:00:51 +000041 default 3
42
Patrick Georgi9341acd2009-12-23 12:52:56 +000043config TINY_BOOTBLOCK
44 bool
45 default n
Patrick Georgi1bb68282009-12-31 12:56:53 +000046
47config BOOTBLOCK_NORTHBRIDGE_INIT
48 string
49
50config BOOTBLOCK_SOUTHBRIDGE_INIT
51 string