summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2014-09-04 12:33:18 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2014-09-15 09:35:13 -0300
commit2fbfc406d252ab545449920c496eb2d44277b80d (patch)
tree0ab4309d85a266d06b60e1af6578969262cf5c63 /conf
parent2d614c09d005799a228b0f99c8d325a573a36699 (diff)
downloadmeta-fsl-arm-2fbfc406d252ab545449920c496eb2d44277b80d.tar.gz
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 <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/ls1021aqds.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/conf/machine/ls1021aqds.conf b/conf/machine/ls1021aqds.conf
new file mode 100644
index 0000000..012edb1
--- /dev/null
+++ b/conf/machine/ls1021aqds.conf
@@ -0,0 +1,22 @@
1#@TYPE: Machine
2#@NAME: Freescale LS1021AQDS board
3#@SOC: ls102xa
4#@DESCRIPTION: Machine configuration for running LS1021AQDS 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] = "ls1021aqds_nor"
14UBOOT_CONFIG[spi] = "ls1021aqds_spi"
15UBOOT_CONFIG[nor-secboot] = "ls1021aqds_nor_secboot"
16UBOOT_CONFIG[letech] = "ls1021aqds_letech"
17
18KERNEL_DEVICETREE = "ls1021a-qds.dtb"
19
20SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0"
21SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
22USE_VT ?= "0"