]> code.ossystems Code Review - meta-freescale.git/commitdiff
ls2088ardb-be: add machine config
authorChunrong Guo <chunrong.guo@nxp.com>
Tue, 17 Apr 2018 06:48:30 +0000 (14:48 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 25 Apr 2018 21:58:26 +0000 (18:58 -0300)
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
conf/machine/ls2088ardb-be.conf [new file with mode: 0644]

diff --git a/conf/machine/ls2088ardb-be.conf b/conf/machine/ls2088ardb-be.conf
new file mode 100644 (file)
index 0000000..3d31736
--- /dev/null
@@ -0,0 +1,35 @@
+#@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
+
+DEFAULTTUNE = "aarch64_be"
+
+LE_UBOOT_FOR_ARMBE_TARGET = "1"
+
+MACHINEOVERRIDES =. "fsl-lsch3:ls2088a:"
+
+KERNEL_CLASSES  = " kernel-itbimage "
+KERNEL_IMAGETYPES = "itbImage"
+
+DTB_LOAD = "0x90000000"
+UBOOT_ENTRYPOINT = "0x80080000"
+
+UBOOT_CONFIG ??= "qspi-secure-boot qspi nand nor"
+UBOOT_CONFIG[nor] = "ls2080ardb_defconfig,,u-boot-dtb.bin"
+UBOOT_CONFIG[nand] = "ls2080ardb_nand_defconfig,,u-boot-dtb.bin"
+UBOOT_CONFIG[qspi] = "ls2088ardb_qspi_defconfig,,u-boot-dtb.bin"
+UBOOT_CONFIG[qspi-secure-boot] = "ls2088ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
+
+KERNEL_DEVICETREE ?= "freescale/fsl-ls2088a-rdb.dtb"
+KERNEL_DEFCONFIG ?= "defconfig"
+
+SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0"
+SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
+
+EXTRA_IMAGEDEPENDS += "mc-utils ls2-phy rcw management-complex ppa"
+USE_VT = "0"