[meta-freescale] [PATCH 05/10] p3041ds: add machine config

Chunrong Guo chunrong.guo at nxp.com
Tue Mar 6 22:40:33 PST 2018


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

diff --git a/conf/machine/p3041ds.conf b/conf/machine/p3041ds.conf
new file mode 100644
index 0000000..98af31b
--- /dev/null
+++ b/conf/machine/p3041ds.conf
@@ -0,0 +1,28 @@
+#@TYPE: Machine
+#@NAME: NXP P3041DS
+#@SOC: p3041
+#@DESCRIPTION: Machine configuration for NXP QorIQ P3041 Development
+#              System with ppce500mc core
+#@MAINTAINER: Chunrong Guo <chunrong.guo at nxp.com>
+
+require conf/machine/include/e500mc.inc
+
+SOC_FAMILY = "p3041"
+
+UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor"
+UBOOT_CONFIG[nor] = "P3041DS_config"
+UBOOT_CONFIG[nand] = "P3041DS_NAND_config,,u-boot.pbl"
+UBOOT_CONFIG[secure-boot] = "P3041DS_SECURE_BOOT_config"
+UBOOT_CONFIG[sdcard] = "P3041DS_SDCARD_config,,u-boot.pbl"
+UBOOT_CONFIG[spi] = "P3041DS_SPIFLASH_config,,u-boot.pbl"
+
+HV_CFG_M = "p3041ds"
+
+KERNEL_DEVICETREE ?= "p3041ds.dtb"
+KERNEL_DEFCONFIG ?= "corenet32_smp_defconfig"
+
+JFFS2_ERASEBLOCK = "0x10000"
+
+EXTRA_IMAGEDEPENDS += "fm-ucode rcw"
+
+USE_VT ?= "0"
-- 
1.9.0



More information about the meta-freescale mailing list