From 032048c99e013b51ef141e0454c8fd9da12a3987 Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Thu, 4 Sep 2014 12:33:19 +0800 Subject: ls1021aqtwr.conf: Add machine conf for ls1021atwr * 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 --- conf/machine/ls1021atwr.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 conf/machine/ls1021atwr.conf (limited to 'conf/machine') diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf new file mode 100644 index 0000000..c7ab6b8 --- /dev/null +++ b/conf/machine/ls1021atwr.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: Freescale LS1021ATWR board +#@SOC: ls102xa +#@DESCRIPTION: Machine configuration for running LS1021ATWR 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] = "ls1021atwr_nor" +UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard,sdcard" +UBOOT_CONFIG[letech] = "ls1021atwr_letech" + +KERNEL_DEVICETREE ?= "ls1021a-twr.dtb" + +SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0" +SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" +USE_VT ?= "0" + -- cgit v1.2.3-54-g00ecf