diff options
Diffstat (limited to 'meta-fsl-ppc/conf/machine/p1010rdb.conf')
| -rw-r--r-- | meta-fsl-ppc/conf/machine/p1010rdb.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-fsl-ppc/conf/machine/p1010rdb.conf b/meta-fsl-ppc/conf/machine/p1010rdb.conf new file mode 100644 index 000000000..e24c341e6 --- /dev/null +++ b/meta-fsl-ppc/conf/machine/p1010rdb.conf | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@Name: Freescale P1010RDB | ||
| 3 | #@SOC: p1010 | ||
| 4 | #@DESCRIPTION: Machine configuration for running P1010RDB | ||
| 5 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> | ||
| 6 | |||
| 7 | require conf/machine/include/e500v2.inc | ||
| 8 | |||
| 9 | SOC_FAMILY = "p1010" | ||
| 10 | BOOTFORMAT_CONFIG = "config_sram_p1010rdb.dat" | ||
| 11 | UBOOT_MACHINES ?= "P1010RDB-PB_NAND P1010RDB-PB_NOR \ | ||
| 12 | P1010RDB-PB_SPIFLASH P1010RDB-PB_36BIT_NOR P1010RDB-PB_36BIT_NAND \ | ||
| 13 | P1010RDB-PB_36BIT_SPIFLASH P1010RDB-PB_36BIT_NAND_SECBOOT \ | ||
| 14 | P1010RDB-PB_36BIT_NOR_SECBOOT P1010RDB-PB_36BIT_SPIFLASH_SECBOOT \ | ||
| 15 | P1010RDB-PB_NAND_SECBOOT P1010RDB-PB_NOR_SECBOOT \ | ||
| 16 | P1010RDB-PB_SPIFLASH_SECBOOT \ | ||
| 17 | " | ||
| 18 | KERNEL_DEVICETREE ?= "p1010rdb-pa.dtb p1010rdb-pb.dtb" | ||
| 19 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig" | ||
| 20 | |||
| 21 | JFFS2_ERASEBLOCK = "0x20000" | ||
| 22 | |||
