aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/p1010rdb.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/p1010rdb.conf')
-rw-r--r--conf/machine/p1010rdb.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/conf/machine/p1010rdb.conf b/conf/machine/p1010rdb.conf
new file mode 100644
index 00000000..e24c341e
--- /dev/null
+++ b/conf/machine/p1010rdb.conf
@@ -0,0 +1,22 @@
+#@TYPE: Machine
+#@Name: Freescale P1010RDB
+#@SOC: p1010
+#@DESCRIPTION: Machine configuration for running P1010RDB
+#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
+
+require conf/machine/include/e500v2.inc
+
+SOC_FAMILY = "p1010"
+BOOTFORMAT_CONFIG = "config_sram_p1010rdb.dat"
+UBOOT_MACHINES ?= "P1010RDB-PB_NAND P1010RDB-PB_NOR \
+ P1010RDB-PB_SPIFLASH P1010RDB-PB_36BIT_NOR P1010RDB-PB_36BIT_NAND \
+ P1010RDB-PB_36BIT_SPIFLASH P1010RDB-PB_36BIT_NAND_SECBOOT \
+ P1010RDB-PB_36BIT_NOR_SECBOOT P1010RDB-PB_36BIT_SPIFLASH_SECBOOT \
+ P1010RDB-PB_NAND_SECBOOT P1010RDB-PB_NOR_SECBOOT \
+ P1010RDB-PB_SPIFLASH_SECBOOT \
+"
+KERNEL_DEVICETREE ?= "p1010rdb-pa.dtb p1010rdb-pb.dtb"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig"
+
+JFFS2_ERASEBLOCK = "0x20000"
+