]> code.ossystems Code Review - meta-freescale.git/commitdiff
ls2088ardb: Add machine config file
authorChunrong Guo <chunrong.guo@nxp.com>
Tue, 11 Apr 2017 05:49:20 +0000 (13:49 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 2 May 2017 20:54:57 +0000 (17:54 -0300)
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
conf/machine/ls2088ardb.conf [new file with mode: 0644]

diff --git a/conf/machine/ls2088ardb.conf b/conf/machine/ls2088ardb.conf
new file mode 100644 (file)
index 0000000..9047fae
--- /dev/null
@@ -0,0 +1,23 @@
+#@TYPE: Machine
+#@NAME: NXP LS2088ARDB
+#@SOC: LSCH3
+#@DESCRIPTION: Machine configuration for running LS2088ARDB in 64-bit mode
+#@MAINTAINER: Zongchun Yu <Zongchun.Yu@nxp.com>
+
+require conf/machine/include/qoriq-arm64.inc
+require conf/machine/include/arm/arch-arm64.inc
+
+MACHINEOVERRIDES =. "fsl-lsch3:ls2088a:"
+
+UBOOT_CONFIG ??= "secure-boot nor"
+UBOOT_CONFIG[nor] = "ls2080ardb_defconfig,,u-boot-dtb.bin"
+UBOOT_CONFIG[secure-boot] = "ls2080ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
+
+KERNEL_DEVICETREE ?= "freescale/fsl-ls2088a-rdb.dtb"
+KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig"
+
+SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0"
+SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
+
+EXTRA_IMAGEDEPENDS += "dpl-examples ls2-phy ls2-rcw management-complex ppa"
+USE_VT = "0"