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

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


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

diff --git a/conf/machine/t4240rdb.conf b/conf/machine/t4240rdb.conf
new file mode 100644
index 0000000..160220f
--- /dev/null
+++ b/conf/machine/t4240rdb.conf
@@ -0,0 +1,24 @@
+#@TYPE: Machine
+#@NAME: NXP T4240RDB
+#@SOC: t4240
+#@DESCRIPTION: Machine configuration for NXP QorIQ T4240 Reference
+#              Design Board with ppce6500 core in 32b mode
+#@MAINTAINER: Chunrong Guo <chunrong.guo at nxp.com>
+
+require conf/machine/include/e6500.inc
+
+SOC_FAMILY = "t4:t4240"
+
+UBOOT_CONFIG ??= "nor"
+UBOOT_CONFIG[nor] = "T4240RDB_config"
+
+HV_CFG_M = "t4240rdb"
+
+KERNEL_DEVICETREE ?= "t4240rdb.dtb"
+KERNEL_DEFCONFIG ?= "corenet64_smp_defconfig"
+
+JFFS2_ERASEBLOCK = "0x10000"
+
+EXTRA_IMAGEDEPENDS += "fm-ucode rcw"
+
+USE_VT ?= "0"
-- 
1.9.0



More information about the meta-freescale mailing list