From: Zhenhua Luo Date: Thu, 4 Sep 2014 04:33:18 +0000 (+0800) Subject: ls1021aqds.conf: Add machine conf for ls1021aqds X-Git-Tag: 2.1~841 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d4b896384295cb612f174553aa05de21d3a8f3ef;p=meta-freescale.git ls1021aqds.conf: Add machine conf for ls1021aqds * define the SOC_FAMILY * set UBOOT_CONFIG * configure kernel devicetree and defconfig * define options related to serial console Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/conf/machine/ls1021aqds.conf b/meta-fsl-arm/conf/machine/ls1021aqds.conf new file mode 100644 index 00000000..012edb10 --- /dev/null +++ b/meta-fsl-arm/conf/machine/ls1021aqds.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: Freescale LS1021AQDS board +#@SOC: ls102xa +#@DESCRIPTION: Machine configuration for running LS1021AQDS in 32-bit mode +#@MAINTAINER: Zhenhua Luo + +require conf/machine/include/ls-base.inc +require conf/machine/include/tune-cortexa7.inc + +SOC_FAMILY = "ls102xa" + +UBOOT_CONFIG ??= "nor" +UBOOT_CONFIG[nor] = "ls1021aqds_nor" +UBOOT_CONFIG[spi] = "ls1021aqds_spi" +UBOOT_CONFIG[nor-secboot] = "ls1021aqds_nor_secboot" +UBOOT_CONFIG[letech] = "ls1021aqds_letech" + +KERNEL_DEVICETREE = "ls1021a-qds.dtb" + +SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0" +SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" +USE_VT ?= "0"