x86: coreboot: Add generic coreboot payload support
[oweals/u-boot.git] / board / coreboot / coreboot / Kconfig
index 981de1f0711aeda25ab1669181e7ac2ad38762d9..5bd6465d989f0b0e006871addf04aac7fabf928c 100644 (file)
@@ -9,25 +9,19 @@ config SYS_VENDOR
 config SYS_SOC
        default "coreboot"
 
-comment "coreboot-specific options"
-
 config SYS_CONFIG_NAME
-       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.
+       default "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_TEXT_BASE
+       default 0x01110000
+
+config BOARD_SPECIFIC_OPTIONS # dummy
+       def_bool y
+       select BOARD_EARLY_INIT_R
 
 config SYS_CAR_ADDR
        hex "Board specific Cache-As-RAM (CAR) address"
-       default 0x19200000
+       default 0x01920000
        help
          This option specifies the board specific Cache-As-RAM (CAR) address.