<div dir="ltr"><div class="gmail_default"><div class="gmail_default"><font face="monospace, monospace">Hi!</font></div><div class="gmail_default"><font face="monospace, monospace"><br></font></div><div class="gmail_default"><font face="monospace, monospace">You need to add this machine to qe-ucode COMPATIBLE_MACHINE list.</font></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 25, 2018 at 4:28 AM, Chunrong Guo <span dir="ltr"><<a href="mailto:B40290@freescale.com" target="_blank">B40290@freescale.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">From: Chunrong Guo <<a href="mailto:chunrong.guo@nxp.com">chunrong.guo@nxp.com</a>><br>
<br>
Signed-off-by: Chunrong Guo <<a href="mailto:chunrong.guo@nxp.com">chunrong.guo@nxp.com</a>><br>
---<br>
 conf/machine/t1042d4rdb.conf | 30 ++++++++++++++++++++++++++++++<br>
 1 file changed, 30 insertions(+)<br>
 create mode 100644 conf/machine/t1042d4rdb.conf<br>
<br>
diff --git a/conf/machine/t1042d4rdb.conf b/conf/machine/t1042d4rdb.conf<br>
new file mode 100644<br>
index 0000000..685b7cb<br>
--- /dev/null<br>
+++ b/conf/machine/t1042d4rdb.conf<br>
@@ -0,0 +1,30 @@<br>
+#@TYPE: Machine<br>
+#@NAME: NXP T1042D4RDB<br>
+#@SOC: t1042<br>
+#@DESCRIPTION: Machine configuration for NXP QorIQ T1042D4 Reference<br>
+#Â Â Â Â Â Â Â Design Board with ppce5500 core in 32b mode<br>
+#@MAINTAINER: Chunrong Guo <<a href="mailto:chunrong.guo@nxp.com">chunrong.guo@nxp.com</a>><br>
+<br>
+require conf/machine/include/e5500.inc<br>
+<br>
+MACHINEOVERRIDES =. "t1:t1042:"<br>
+<br>
+UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor"<br>
+UBOOT_CONFIG[nor] = "T1042D4RDB_config,,u-boot.<wbr>bin"<br>
+UBOOT_CONFIG[nand] = "T1042D4RDB_NAND_config,,u-<wbr>boot-with-spl-pbl.bin"<br>
+UBOOT_CONFIG[sdcard] = "T1042D4RDB_SDCARD_config,,u-<wbr>boot-with-spl-pbl.bin"<br>
+UBOOT_CONFIG[spi] = "T1042D4RDB_SPIFLASH_config,,<wbr>u-boot-with-spl-pbl.bin"<br>
+UBOOT_CONFIG[secure-boot] = "T1042D4RDB_SECURE_BOOT_<wbr>config,,u-boot.bin"<br>
+<br>
+HV_CFG_M = "t1040rdb"<br>
+<br>
+KERNEL_DEVICETREE ?= "t1042d4rdb.dtb"<br>
+KERNEL_DEFCONFIG ?= "corenet32_smp_defconfig"<br>
+<br>
+JFFS2_ERASEBLOCK = "0x10000"<br>
+<br>
+QE_UCODE = "iram_Type_A_T1040_r1.0.bin"<br>
+<br>
+EXTRA_IMAGEDEPENDS += "fm-ucode rcw qe-ucode"<br>
+<br>
+USE_VT ?= "0"<br>
<span class="HOEnZb"><font color="#888888">--<br>
1.9.0<br>
<br>
--<br>
______________________________<wbr>_________________<br>
meta-freescale mailing list<br>
<a href="mailto:meta-freescale@yoctoproject.org">meta-freescale@yoctoproject.<wbr>org</a><br>
<a href="https://lists.yoctoproject.org/listinfo/meta-freescale" rel="noreferrer" target="_blank">https://lists.yoctoproject.<wbr>org/listinfo/meta-freescale</a><br>
</font></span></blockquote></div><br></div>