summaryrefslogtreecommitdiffstats
path: root/board/coreboot/coreboot/Kconfig
blob: 69e34375a23c45e183dbecabb99a77c06d235513 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
if TARGET_COREBOOT

config SYS_BOARD
	default "coreboot"

config SYS_VENDOR
	default "coreboot"

config SYS_SOC
	default "coreboot"

config SYS_TEXT_BASE
	default 0x01110000

comment "coreboot-specific options"

config SYS_CONFIG_NAME
	string "Board configuration file"
	default "qemu-x86"
	help
	  This option selects the board configuration file in include/configs/
	  directory to be used to build U-Boot for coreboot.

config DEFAULT_DEVICE_TREE
	string "Board Device Tree Source (dts) file"
	default "qemu-x86"
	help
	  This option selects the board Device Tree Source (dts) file in
	  arch/x86/dts/ directory to be used to build U-Boot for coreboot.

config SYS_CAR_ADDR
	hex "Board specific Cache-As-RAM (CAR) address"
	default 0x01920000
	help
	  This option specifies the board specific Cache-As-RAM (CAR) address.

config SYS_CAR_SIZE
	hex "Board specific Cache-As-RAM (CAR) size"
	default 0x4000
	help
	  This option specifies the board specific Cache-As-RAM (CAR) size.

endif
OpenPOWER on IntegriCloud