summaryrefslogtreecommitdiffstats
path: root/bsp/meta-freescale/conf/machine/ls1012afrwy.conf
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/meta-freescale/conf/machine/ls1012afrwy.conf')
-rw-r--r--bsp/meta-freescale/conf/machine/ls1012afrwy.conf29
1 files changed, 29 insertions, 0 deletions
diff --git a/bsp/meta-freescale/conf/machine/ls1012afrwy.conf b/bsp/meta-freescale/conf/machine/ls1012afrwy.conf
new file mode 100644
index 00000000..bd154acb
--- /dev/null
+++ b/bsp/meta-freescale/conf/machine/ls1012afrwy.conf
@@ -0,0 +1,29 @@
+#@TYPE: Machine
+#@NAME: NXP LS1012AFRWY board
+#@SOC: LSCH2
+#@DESCRIPTION: Machine configuration for NXP QorIQ LS1012AFRWY
+# with ARM Cortext-A53 core
+#@MAINTAINER: Chunrong Guo <Chunrong.Guo@nxp.com>
+
+MACHINEOVERRIDES =. "fsl-lsch2:ls1012a:"
+
+require conf/machine/include/qoriq-arm64.inc
+require conf/machine/include/arm/arch-arm64.inc
+
+KERNEL_CLASSES = " kernel-fitimage "
+KERNEL_IMAGETYPES = "fitImage"
+
+UBOOT_DTB_LOADADDRESS = "0x90000000"
+UBOOT_ENTRYPOINT = "0x80080000"
+
+UBOOT_CONFIG ??= "tfa-secure-boot tfa"
+UBOOT_CONFIG[tfa] = "ls1012afrwy_tfa_defconfig,,u-boot-dtb.bin"
+UBOOT_CONFIG[tfa-secure-boot] = "ls1012afrwy_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
+
+RCWQSPI ?= "N_SSNP_3305/rcw_1000_default.bin"
+
+KERNEL_DEVICETREE ?= "freescale/fsl-ls1012a-frwy.dtb"
+KERNEL_DEFCONFIG ?= "defconfig"
+
+EXTRA_IMAGEDEPENDS += "ppfe-firmware rcw atf"
+USE_VT = "0"