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

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


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

diff --git a/conf/machine/p1020rdb.conf b/conf/machine/p1020rdb.conf
new file mode 100644
index 0000000..dff9a3e
--- /dev/null
+++ b/conf/machine/p1020rdb.conf
@@ -0,0 +1,28 @@
+#@TYPE: Machine
+#@NAME: NXP P1020RDB
+#@SOC: p1020
+#@DESCRIPTION: Machine configuration for NXP QorIQ P1020 Reference
+#              Design Board, revD with ppce500v2 core
+#@MAINTAINER: Chunrong Guo <chunrong.guo at nxp.com>
+
+require conf/machine/include/e500v2.inc
+
+SOC_FAMILY = "p1020"
+BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
+
+UBOOT_CONFIG ??= "nor nand sdcard spi"
+UBOOT_CONFIG[nor] = "P1020RDB-PD_config"
+UBOOT_CONFIG[nand] = "P1020RDB-PD_NAND_config"
+UBOOT_CONFIG[sdcard] = "P1020RDB-PD_SDCARD_config"
+UBOOT_CONFIG[spi] = "P1020RDB-PD_SPIFLASH_config"
+
+UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
+UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"
+UBOOT_SOURCE_SD = "u-boot-with-spl.bin"
+
+KERNEL_DEVICETREE ?= "p1020rdb-pd.dtb"
+KERNEL_DEFCONFIG ?= "mpc85xx_smp_defconfig"
+
+JFFS2_ERASEBLOCK = "0x20000"
+
+USE_VT ?= "0"
-- 
1.9.0



More information about the meta-freescale mailing list