diff options
| author | C.R. Guo <chunrong.guo@nxp.com> | 2018-03-07 14:40:31 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-03-15 09:50:54 -0300 |
| commit | e52674038708084d07a03210355a1bc8db5522da (patch) | |
| tree | 36483a4df7464532bec7009d82af202d2b00a763 | |
| parent | 87e736e8bee5b7cae35764d28e07fbdbc7b92aaf (diff) | |
| download | meta-freescale-e52674038708084d07a03210355a1bc8db5522da.tar.gz | |
p1020rdb : add machine config
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | conf/machine/p1020rdb.conf | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/conf/machine/p1020rdb.conf b/conf/machine/p1020rdb.conf new file mode 100644 index 000000000..dff9a3e2d --- /dev/null +++ b/conf/machine/p1020rdb.conf | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: NXP P1020RDB | ||
| 3 | #@SOC: p1020 | ||
| 4 | #@DESCRIPTION: Machine configuration for NXP QorIQ P1020 Reference | ||
| 5 | # Design Board, revD with ppce500v2 core | ||
| 6 | #@MAINTAINER: Chunrong Guo <chunrong.guo@nxp.com> | ||
| 7 | |||
| 8 | require conf/machine/include/e500v2.inc | ||
| 9 | |||
| 10 | SOC_FAMILY = "p1020" | ||
| 11 | BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat" | ||
| 12 | |||
| 13 | UBOOT_CONFIG ??= "nor nand sdcard spi" | ||
| 14 | UBOOT_CONFIG[nor] = "P1020RDB-PD_config" | ||
| 15 | UBOOT_CONFIG[nand] = "P1020RDB-PD_NAND_config" | ||
| 16 | UBOOT_CONFIG[sdcard] = "P1020RDB-PD_SDCARD_config" | ||
| 17 | UBOOT_CONFIG[spi] = "P1020RDB-PD_SPIFLASH_config" | ||
| 18 | |||
| 19 | UBOOT_SOURCE_NAND = "u-boot-with-spl.bin" | ||
| 20 | UBOOT_SOURCE_SPI = "u-boot-with-spl.bin" | ||
| 21 | UBOOT_SOURCE_SD = "u-boot-with-spl.bin" | ||
| 22 | |||
| 23 | KERNEL_DEVICETREE ?= "p1020rdb-pd.dtb" | ||
| 24 | KERNEL_DEFCONFIG ?= "mpc85xx_smp_defconfig" | ||
| 25 | |||
| 26 | JFFS2_ERASEBLOCK = "0x20000" | ||
| 27 | |||
| 28 | USE_VT ?= "0" | ||
