summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/p2020rdb.conf28
1 files changed, 28 insertions, 0 deletions
diff --git a/conf/machine/p2020rdb.conf b/conf/machine/p2020rdb.conf
new file mode 100644
index 00000000..54e35df2
--- /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
8require conf/machine/include/e500v2.inc
9
10MACHINEOVERRIDES =. "p2020:"
11BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
12
13UBOOT_CONFIG ??= "nor nand sdcard spi 36bit-nor 36bit-spi 36bit-nand 36bit-sdcard"
14UBOOT_CONFIG[nor] = "P2020RDB-PC_config,,u-boot.bin"
15UBOOT_CONFIG[nand] = "P2020RDB-PC_NAND_config,,u-boot.bin"
16UBOOT_CONFIG[sdcard] = "P2020RDB-PC_SDCARD_config,,u-boot.bin"
17UBOOT_CONFIG[spi] = "P2020RDB-PC_SPIFLASH_config,,u-boot.bin"
18UBOOT_CONFIG[36bit-nor] = "P2020RDB-PC_36BIT_config,,u-boot.bin"
19UBOOT_CONFIG[36bit-spi] = "P2020RDB-PC_36BIT_SPIFLASH_config,,u-boot.bin"
20UBOOT_CONFIG[36bit-nand] = "P2020RDB-PC_36BIT_NAND_config,,u-boot.bin"
21UBOOT_CONFIG[36bit-sdcard] = "P2020RDB-PC_36BIT_SDCARD_config,,u-boot.bin"
22
23KERNEL_DEVICETREE ?= "p2020rdb-pc_32b.dtb"
24KERNEL_DEFCONFIG ?= "mpc85xx_smp_defconfig"
25
26JFFS2_ERASEBLOCK = "0x20000"
27
28USE_VT ?= "0"