[meta-freescale] [meta-freescale-layer][PATCH 06/67] ls2080ardb: Add machine file

ting.liu at nxp.com ting.liu at nxp.com
Fri Jul 1 01:37:44 PDT 2016


From: Zongchun Yu <zongchun.yu at nxp.com>

Signed-off-by: Zongchun Yu <zongchun.yu at nxp.com>
---
 conf/machine/ls2080ardb.conf | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 conf/machine/ls2080ardb.conf

diff --git a/conf/machine/ls2080ardb.conf b/conf/machine/ls2080ardb.conf
new file mode 100644
index 0000000..53fd1ec
--- /dev/null
+++ b/conf/machine/ls2080ardb.conf
@@ -0,0 +1,22 @@
+#@TYPE: Machine
+#@NAME: Freescale LS2080ARDB board
+#@SOC: LSCH3
+#@DESCRIPTION: Machine configuration for running LS2080ARDB in 64-bit mode
+#@MAINTAINER: Zongchun Yu <Zongchun.Yu at nxp.com>
+
+require conf/machine/include/qoriq-arm64.inc
+require conf/machine/include/arm/arch-arm64.inc
+
+SOC_FAMILY = "fsl-lsch3"
+
+UBOOT_CONFIG ??= "nor"
+UBOOT_CONFIG[nor] = "ls2080ardb_defconfig"
+
+KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig"
+KERNEL_DEVICETREE ?= "freescale/fsl-ls2080a-rdb.dtb"
+
+SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0"
+SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
+
+EXTRA_IMAGEDEPENDS += "dpl-examples ls2-phy ls2-rcw management-complex"
+USE_VT = "0"
-- 
1.9.2



More information about the meta-freescale mailing list