]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
x86: Change coreboot default build configuration to QEMU
authorBin Meng <bmeng.cn@gmail.com>
Thu, 7 May 2015 13:34:11 +0000 (21:34 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:48:14 +0000 (22:48 +0200)
QEMU is much easier for us test booting U-Boot as a coreboot payload
than having a real board like chromebook_link.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
board/coreboot/coreboot/Kconfig
configs/coreboot-x86_defconfig

index 6a04158f16ac1ff93ecdfab42bde4c3492e5ca98..69e34375a23c45e183dbecabb99a77c06d235513 100644 (file)
@@ -16,21 +16,21 @@ comment "coreboot-specific options"
 
 config SYS_CONFIG_NAME
        string "Board configuration file"
-       default "chromebook_link"
+       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 "chromebook_link"
+       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 0x19200000
+       default 0x01920000
        help
          This option specifies the board specific Cache-As-RAM (CAR) address.
 
index bd1068e093d3c1d0855191fe8a8a4d7af9c9e0f1..97ac1fa5528034af6a0b438da54a3598eed04602 100644 (file)
@@ -4,3 +4,4 @@ CONFIG_TARGET_COREBOOT=y
 CONFIG_CMD_NET=y
 CONFIG_OF_CONTROL=y
 CONFIG_DM_PCI=y
+CONFIG_TSC_CALIBRATION_BYPASS=y