[meta-freescale] [meta-freescale-layer][PATCH 8/9] ls2080ardb: Add machine file

ting.liu at nxp.com ting.liu at nxp.com
Fri Jul 15 09:31:29 PDT 2016


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

The LS2080A Reference Design (RDB) is a high-performance computing,
evaluation, and development platform that supports the QorIQ LS2080A
Layerscape Architecture processor.

The LS2080A integrated multicore processor combines eight ARM Cortex-A57
processor cores with high-performance data path acceleration logic and network
and peripheral bus interfaces required for networking, telecom/datacom,
wireless infrastructure, and mil/aerospace applications.

For detailed info, please visit:
http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/qoriq-arm-processors/qoriq-ls2080a-rdb-reference-design-board:LS2080A-RDB

Signed-off-by: Zongchun Yu <zongchun.yu at nxp.com>
---
 conf/machine/ls2080ardb.conf | 18 ++++++++++++++++++
 1 file changed, 18 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..30dfe20
--- /dev/null
+++ b/conf/machine/ls2080ardb.conf
@@ -0,0 +1,18 @@
+#@TYPE: Machine
+#@NAME: NXP LS2080ARDB board
+#@SOC: LSCH3
+#@DESCRIPTION: Machine configuration for NXP QorIQ LS2080ARDB
+#              with ARM Cortext-A57 core
+#@MAINTAINER: Zongchun Yu <Zongchun.Yu at nxp.com>
+
+require conf/machine/include/qoriq-arm64.inc
+require conf/machine/include/arm/arch-arm64.inc
+
+UBOOT_CONFIG ??= "nor"
+UBOOT_CONFIG[nor] = "ls2080ardb_defconfig,,u-boot-dtb.bin"
+
+KERNEL_DEVICETREE ?= "freescale/fsl-ls2080a-rdb.dtb"
+KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig"
+
+EXTRA_IMAGEDEPENDS += "dpl-examples ls2-phy ls2-rcw management-complex"
+USE_VT = "0"
-- 
1.9.2



More information about the meta-freescale mailing list