summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/p1020rdb.conf28
1 files changed, 28 insertions, 0 deletions
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 @@
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
8require conf/machine/include/e500v2.inc
9
10SOC_FAMILY = "p1020"
11BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
12
13UBOOT_CONFIG ??= "nor nand sdcard spi"
14UBOOT_CONFIG[nor] = "P1020RDB-PD_config"
15UBOOT_CONFIG[nand] = "P1020RDB-PD_NAND_config"
16UBOOT_CONFIG[sdcard] = "P1020RDB-PD_SDCARD_config"
17UBOOT_CONFIG[spi] = "P1020RDB-PD_SPIFLASH_config"
18
19UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
20UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"
21UBOOT_SOURCE_SD = "u-boot-with-spl.bin"
22
23KERNEL_DEVICETREE ?= "p1020rdb-pd.dtb"
24KERNEL_DEFCONFIG ?= "mpc85xx_smp_defconfig"
25
26JFFS2_ERASEBLOCK = "0x20000"
27
28USE_VT ?= "0"