[meta-freescale] [PATCH 1/2] ls1012afrwy-32b: add machine config

C.r. Guo chunrong.guo at nxp.com
Wed Oct 24 00:21:31 PDT 2018


From: Chunrong Guo <chunrong.guo at nxp.com>

Signed-off-by: Chunrong Guo <chunrong.guo at nxp.com>
---
 conf/machine/ls1012afrwy-32b.conf | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 conf/machine/ls1012afrwy-32b.conf

diff --git a/conf/machine/ls1012afrwy-32b.conf b/conf/machine/ls1012afrwy-32b.conf
new file mode 100644
index 0000000..9fdff03
--- /dev/null
+++ b/conf/machine/ls1012afrwy-32b.conf
@@ -0,0 +1,33 @@
+#@TYPE: Machine
+#@NAME: NXP LS1012AFRWY board
+#@SOC: LSCH2
+#@DESCRIPTION: Machine configuration for NXP QorIQ LS1012AFRWY in 32-bit mode
+#              with ARM Cortext-A53 core
+#@MAINTAINER: Chunrong Guo <Chunrong.Guo at nxp.com>
+
+MACHINEOVERRIDES =. "fsl-lsch2:fsl-lsch2-32b:ls1012a:"
+
+require conf/machine/include/qoriq-arm.inc
+require conf/machine/include/arm/arch-arm64.inc
+
+DEFAULTTUNE = "armv7ahf-neon"
+
+KERNEL_CLASSES  = " kernel-fitimage "
+KERNEL_IMAGETYPES = "fitImage"
+
+UBOOT_DTB_LOADADDRESS = "0x90000000"
+UBOOT_ENTRYPOINT = "0x80080000"
+
+UBOOT_CONFIG ??= "qspi-secure-boot qspi"
+UBOOT_CONFIG[qspi] = "ls1012afrwy_qspi_defconfig,,u-boot-dtb.bin"
+UBOOT_CONFIG[qspi-secure-boot] = "ls1012afrwy_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
+
+KERNEL_DEVICETREE ?= "freescale/fsl-ls1012a-frwy.dtb"
+KERNEL_DEFCONFIG ?= "multi_v7_defconfig"
+
+EXTRA_IMAGEDEPENDS += "ppa ppfe-firmware rcw"
+USE_VT = "0"
+
+require conf/multilib.conf
+MULTILIBS ?= "multilib:lib64"
+DEFAULTTUNE_virtclass-multilib-lib64 ?= "aarch64"
-- 
2.7.4



More information about the meta-freescale mailing list