summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorZongchun Yu <zongchun.yu@nxp.com>2016-07-16 00:31:29 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-07-22 11:32:36 -0300
commit8758ba2acf62adfdfe218a56241518ec0e424000 (patch)
tree223c5c3e3a4ef9789ef9a5178c765ff04405bb75 /conf
parent67b1862dd4be40d3e62ac03feb2a62bf46052b38 (diff)
downloadmeta-freescale-8758ba2acf62adfdfe218a56241518ec0e424000.tar.gz
ls2080ardb: Add machine file
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@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/ls2080ardb.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/conf/machine/ls2080ardb.conf b/conf/machine/ls2080ardb.conf
new file mode 100644
index 00000000..30dfe209
--- /dev/null
+++ b/conf/machine/ls2080ardb.conf
@@ -0,0 +1,18 @@
1#@TYPE: Machine
2#@NAME: NXP LS2080ARDB board
3#@SOC: LSCH3
4#@DESCRIPTION: Machine configuration for NXP QorIQ LS2080ARDB
5# with ARM Cortext-A57 core
6#@MAINTAINER: Zongchun Yu <Zongchun.Yu@nxp.com>
7
8require conf/machine/include/qoriq-arm64.inc
9require conf/machine/include/arm/arch-arm64.inc
10
11UBOOT_CONFIG ??= "nor"
12UBOOT_CONFIG[nor] = "ls2080ardb_defconfig,,u-boot-dtb.bin"
13
14KERNEL_DEVICETREE ?= "freescale/fsl-ls2080a-rdb.dtb"
15KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig"
16
17EXTRA_IMAGEDEPENDS += "dpl-examples ls2-phy ls2-rcw management-complex"
18USE_VT = "0"