summaryrefslogtreecommitdiffstats
path: root/conf/machine/ls1021atwr.conf
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-08-12 22:42:42 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:15 -0300
commit16a50412b0adcbd51fce55006fe15155181be06b (patch)
treef3e70e42e1e612be2355a066d5b3ebf03b514809 /conf/machine/ls1021atwr.conf
parent66cef5d1606c5999fd13d0687ec207bbfa2eb5c6 (diff)
downloadmeta-freescale-16a50412b0adcbd51fce55006fe15155181be06b.tar.gz
Update ls1021atwr machine conf
* update the DESCRIPTION to provide more details * add sdcard, lpuart and qspi in UBOOT_CONFIG * add KERNEL_DEFCONFIG * remove duplicated variables which are in qoriq-arm.inc Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/ls1021atwr.conf')
-rw-r--r--conf/machine/ls1021atwr.conf11
1 files changed, 5 insertions, 6 deletions
diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf
index 4478e953..a01429c8 100644
--- a/conf/machine/ls1021atwr.conf
+++ b/conf/machine/ls1021atwr.conf
@@ -1,7 +1,8 @@
1#@TYPE: Machine 1#@TYPE: Machine
2#@NAME: Freescale LS1021ATWR board 2#@NAME: Freescale LS1021ATWR board
3#@SOC: ls102xa 3#@SOC: ls102xa
4#@DESCRIPTION: Machine configuration for running LS1021ATWR in 32-bit mode 4#@DESCRIPTION: Machine configuration for Freescale QorIQ LS1 Tower System
5# Module with ARM Cortex-A7 core
5#@MAINTAINER: Zhenhua Luo <zhenhua.luo@freescale.com> 6#@MAINTAINER: Zhenhua Luo <zhenhua.luo@freescale.com>
6 7
7require conf/machine/include/qoriq-arm.inc 8require conf/machine/include/qoriq-arm.inc
@@ -9,7 +10,7 @@ require conf/machine/include/tune-cortexa7.inc
9 10
10SOC_FAMILY = "ls102xa" 11SOC_FAMILY = "ls102xa"
11 12
12UBOOT_CONFIG ??= "nor" 13UBOOT_CONFIG ??= "nor sdcard lpuart qspi"
13UBOOT_CONFIG[nor] = "ls1021atwr_nor_config" 14UBOOT_CONFIG[nor] = "ls1021atwr_nor_config"
14UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard_config,sdcard" 15UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard_config,sdcard"
15UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config" 16UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_config"
@@ -19,8 +20,6 @@ UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_config"
19QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" 20QE_UCODE="iram_Type_A_LS1021a_r1.0.bin"
20 21
21KERNEL_DEVICETREE ?= "ls1021a-twr.dtb" 22KERNEL_DEVICETREE ?= "ls1021a-twr.dtb"
23KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/ls1021a_defconfig"
22 24
23SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0" 25EXTRA_IMAGEDEPENDS += "rcw qe-ucode"
24SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
25USE_VT ?= "0"
26