]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/google/chromebook_link/Kconfig
x86: Rename MMCONF_BASE_ADDRESS and make it common across x86
[karo-tx-uboot.git] / board / google / chromebook_link / Kconfig
index 7f79fd206f9653bcb9d950721eba99ac21041186..ea454721c52f44cd771b5c5b32b4e8c9cd91fac8 100644 (file)
@@ -14,6 +14,7 @@ config SYS_CONFIG_NAME
 
 config BOARD_SPECIFIC_OPTIONS # dummy
        def_bool y
+       select X86_RESET_VECTOR
        select CPU_INTEL_SOCKET_RPGA989
        select NORTHBRIDGE_INTEL_IVYBRIDGE
        select SOUTHBRIDGE_INTEL_C216
@@ -21,12 +22,19 @@ config BOARD_SPECIFIC_OPTIONS # dummy
        select MARK_GRAPHICS_MEM_WRCOMB
        select BOARD_ROMSIZE_KB_8192
 
-config MMCONF_BASE_ADDRESS
-       hex
+config PCIE_ECAM_BASE
        default 0xf0000000
 
 config EARLY_POST_CROS_EC
        bool "Enable early post to Chrome OS EC"
        default y
 
+config SYS_CAR_ADDR
+       hex
+       default 0xff7e0000
+
+config SYS_CAR_SIZE
+       hex
+       default 0x20000
+
 endif