]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/coreboot/coreboot/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-ti
[karo-tx-uboot.git] / board / coreboot / coreboot / Kconfig
index 6ca6cedf0d71bbb128d86000cbce1034fa22e1a9..981de1f0711aeda25ab1669181e7ac2ad38762d9 100644 (file)
@@ -9,7 +9,32 @@ config SYS_VENDOR
 config SYS_SOC
        default "coreboot"
 
+comment "coreboot-specific options"
+
 config SYS_CONFIG_NAME
-       default "coreboot"
+       string "Board configuration file"
+       default "chromebook_link"
+       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 "chromebook_link"
+       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 0x19200000
+       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