x86: coreboot: Add generic coreboot payload support
[oweals/u-boot.git] / board / coreboot / coreboot / Kconfig
index 6ca6cedf0d71bbb128d86000cbce1034fa22e1a9..5bd6465d989f0b0e006871addf04aac7fabf928c 100644 (file)
@@ -12,4 +12,23 @@ config SYS_SOC
 config SYS_CONFIG_NAME
        default "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 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