From: C.R. Guo Date: Wed, 7 Mar 2018 06:40:31 +0000 (+0800) Subject: p1020rdb : add machine config X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e52674038708084d07a03210355a1bc8db5522da;p=meta-freescale.git p1020rdb : add machine config Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/p1020rdb.conf b/conf/machine/p1020rdb.conf new file mode 100644 index 00000000..dff9a3e2 --- /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 + +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"