summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2014-09-04 12:33:19 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2014-09-15 09:35:13 -0300
commite9fa619fece3830814b234fe512e04c0252a98e0 (patch)
tree3ed41e9d1d4c64ba970886932683e68ba14e0307
parentd4b896384295cb612f174553aa05de21d3a8f3ef (diff)
downloadmeta-freescale-e9fa619fece3830814b234fe512e04c0252a98e0.tar.gz
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 <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--meta-fsl-arm/conf/machine/ls1021atwr.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-fsl-arm/conf/machine/ls1021atwr.conf b/meta-fsl-arm/conf/machine/ls1021atwr.conf
new file mode 100644
index 000000000..c7ab6b816
--- /dev/null
+++ b/meta-fsl-arm/conf/machine/ls1021atwr.conf
@@ -0,0 +1,22 @@
1#@TYPE: Machine
2#@NAME: Freescale LS1021ATWR board
3#@SOC: ls102xa
4#@DESCRIPTION: Machine configuration for running LS1021ATWR in 32-bit mode
5#@MAINTAINER: Zhenhua Luo <zhenhua.luo@freescale.com>
6
7require conf/machine/include/ls-base.inc
8require conf/machine/include/tune-cortexa7.inc
9
10SOC_FAMILY = "ls102xa"
11
12UBOOT_CONFIG ??= "nor"
13UBOOT_CONFIG[nor] = "ls1021atwr_nor"
14UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard,sdcard"
15UBOOT_CONFIG[letech] = "ls1021atwr_letech"
16
17KERNEL_DEVICETREE ?= "ls1021a-twr.dtb"
18
19SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0"
20SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
21USE_VT ?= "0"
22