summaryrefslogtreecommitdiffstats
path: root/conf/machine/p1010rdb.conf
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-08-12 22:42:38 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:15 -0300
commitc18b56890877292691d92f2fae939cb332d83dbe (patch)
tree062f0fdd54c6d68086a1e4db227585bd3fd6c334 /conf/machine/p1010rdb.conf
parent8d1c727827d10b3b2240647d2ad5736a3b9ea876 (diff)
downloadmeta-freescale-c18b56890877292691d92f2fae939cb332d83dbe.tar.gz
Update machine conf of e500v2 targets
* update the DESCRIPTION to provide more details * switch to UBOOT_CONFIG way for u-boot build * add EXTRA_IMAGEDEPENDS * remove unnecessary blank line Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Acked-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/p1010rdb.conf')
-rw-r--r--conf/machine/p1010rdb.conf28
1 files changed, 19 insertions, 9 deletions
diff --git a/conf/machine/p1010rdb.conf b/conf/machine/p1010rdb.conf
index e24c341e..2f6ba58b 100644
--- a/conf/machine/p1010rdb.conf
+++ b/conf/machine/p1010rdb.conf
@@ -1,22 +1,32 @@
1#@TYPE: Machine 1#@TYPE: Machine
2#@Name: Freescale P1010RDB 2#@Name: Freescale P1010RDB
3#@SOC: p1010 3#@SOC: p1010
4#@DESCRIPTION: Machine configuration for running P1010RDB 4#@DESCRIPTION: Machine configuration for Freescale QorIQ P1010 Reference
5# Design Board with ppce500v2 core
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6 7
7require conf/machine/include/e500v2.inc 8require conf/machine/include/e500v2.inc
8 9
9SOC_FAMILY = "p1010" 10SOC_FAMILY = "p1010"
10BOOTFORMAT_CONFIG = "config_sram_p1010rdb.dat" 11BOOTFORMAT_CONFIG = "config_sram_p1010rdb.dat"
11UBOOT_MACHINES ?= "P1010RDB-PB_NAND P1010RDB-PB_NOR \ 12
12 P1010RDB-PB_SPIFLASH P1010RDB-PB_36BIT_NOR P1010RDB-PB_36BIT_NAND \ 13UBOOT_CONFIG ??= "nor nand spi 36bit-nor 36bit-nand 36bit-spi \
13 P1010RDB-PB_36BIT_SPIFLASH P1010RDB-PB_36BIT_NAND_SECBOOT \ 1436bit-nand-secboot 36bit-nor-secboot 36bit-spi-secboot nand-secboot \
14 P1010RDB-PB_36BIT_NOR_SECBOOT P1010RDB-PB_36BIT_SPIFLASH_SECBOOT \ 15nor-secboot spi-secboot"
15 P1010RDB-PB_NAND_SECBOOT P1010RDB-PB_NOR_SECBOOT \ 16UBOOT_CONFIG[nor] = "P1010RDB-PB_NOR_config"
16 P1010RDB-PB_SPIFLASH_SECBOOT \ 17UBOOT_CONFIG[nand] = "P1010RDB-PB_NAND_config"
17" 18UBOOT_CONFIG[spi] = "P1010RDB-PB_SPIFLASH_config"
19UBOOT_CONFIG[36bit-nor] = "P1010RDB-PB_36BIT_NOR_config"
20UBOOT_CONFIG[36bit-nand] = "P1010RDB-PB_36BIT_NAND_config"
21UBOOT_CONFIG[36bit-spi] = "P1010RDB-PB_36BIT_SPIFLASH_config"
22UBOOT_CONFIG[36bit-nand-secboot] = "P1010RDB-PB_36BIT_NAND_SECBOOT_config"
23UBOOT_CONFIG[36bit-nor-secboot] = "P1010RDB-PB_36BIT_NOR_SECBOOT_config"
24UBOOT_CONFIG[36bit-spi-secboot] = "P1010RDB-PB_36BIT_SPIFLASH_SECBOOT_config"
25UBOOT_CONFIG[nand-secboot] = "P1010RDB-PB_NAND_SECBOOT_config"
26UBOOT_CONFIG[nor-secboot] = "P1010RDB-PB_NOR_SECBOOT_config"
27UBOOT_CONFIG[spi-secboot] = "P1010RDB-PB_SPIFLASH_SECBOOT_config"
28
18KERNEL_DEVICETREE ?= "p1010rdb-pa.dtb p1010rdb-pb.dtb" 29KERNEL_DEVICETREE ?= "p1010rdb-pa.dtb p1010rdb-pb.dtb"
19KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig" 30KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig"
20 31
21JFFS2_ERASEBLOCK = "0x20000" 32JFFS2_ERASEBLOCK = "0x20000"
22