diff options
| -rw-r--r-- | conf/machine/p2020rdb.conf | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/conf/machine/p2020rdb.conf b/conf/machine/p2020rdb.conf new file mode 100644 index 000000000..54e35df29 --- /dev/null +++ b/conf/machine/p2020rdb.conf | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@Name: NXP P2020RDB | ||
| 3 | #@SOC: p2020 | ||
| 4 | #@DESCRIPTION: Machine configuration for NXP QorIQ P2020 Reference | ||
| 5 | # Design Board with ppce500v2 core | ||
| 6 | #@MAINTAINER: Chunrong Guo <chunrong.guo@nxp.com> | ||
| 7 | |||
| 8 | require conf/machine/include/e500v2.inc | ||
| 9 | |||
| 10 | MACHINEOVERRIDES =. "p2020:" | ||
| 11 | BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat" | ||
| 12 | |||
| 13 | UBOOT_CONFIG ??= "nor nand sdcard spi 36bit-nor 36bit-spi 36bit-nand 36bit-sdcard" | ||
| 14 | UBOOT_CONFIG[nor] = "P2020RDB-PC_config,,u-boot.bin" | ||
| 15 | UBOOT_CONFIG[nand] = "P2020RDB-PC_NAND_config,,u-boot.bin" | ||
| 16 | UBOOT_CONFIG[sdcard] = "P2020RDB-PC_SDCARD_config,,u-boot.bin" | ||
| 17 | UBOOT_CONFIG[spi] = "P2020RDB-PC_SPIFLASH_config,,u-boot.bin" | ||
| 18 | UBOOT_CONFIG[36bit-nor] = "P2020RDB-PC_36BIT_config,,u-boot.bin" | ||
| 19 | UBOOT_CONFIG[36bit-spi] = "P2020RDB-PC_36BIT_SPIFLASH_config,,u-boot.bin" | ||
| 20 | UBOOT_CONFIG[36bit-nand] = "P2020RDB-PC_36BIT_NAND_config,,u-boot.bin" | ||
| 21 | UBOOT_CONFIG[36bit-sdcard] = "P2020RDB-PC_36BIT_SDCARD_config,,u-boot.bin" | ||
| 22 | |||
| 23 | KERNEL_DEVICETREE ?= "p2020rdb-pc_32b.dtb" | ||
| 24 | KERNEL_DEFCONFIG ?= "mpc85xx_smp_defconfig" | ||
| 25 | |||
| 26 | JFFS2_ERASEBLOCK = "0x20000" | ||
| 27 | |||
| 28 | USE_VT ?= "0" | ||
