diff options
Diffstat (limited to 'conf/machine/p5040ds.conf')
| -rw-r--r-- | conf/machine/p5040ds.conf | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/conf/machine/p5040ds.conf b/conf/machine/p5040ds.conf index 534b5da28..a56e8a356 100644 --- a/conf/machine/p5040ds.conf +++ b/conf/machine/p5040ds.conf | |||
| @@ -1,15 +1,21 @@ | |||
| 1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
| 2 | #@NAME: Freescale P5040DS | 2 | #@NAME: Freescale P5040DS |
| 3 | #@SOC: p5040 | 3 | #@SOC: p5040 |
| 4 | #@DESCRIPTION: Machine configuration for running P5040DS in 32-bit mode | 4 | #@DESCRIPTION: Machine configuration for Freescale QorIQ P5040 Development |
| 5 | # System with ppce5500 core in 32b mode | ||
| 5 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> | 6 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> |
| 6 | 7 | ||
| 7 | require conf/machine/include/e5500.inc | 8 | require conf/machine/include/e5500.inc |
| 8 | 9 | ||
| 9 | SOC_FAMILY = "p5040" | 10 | SOC_FAMILY = "p5040" |
| 10 | UBOOT_MACHINES ?= "P5040DS P5040DS_NAND P5040DS_SECURE_BOOT \ | 11 | |
| 11 | P5040DS_SDCARD P5040DS_SPIFLASH \ | 12 | UBOOT_CONFIG ??= "nor nand secure-boot sdcard spi" |
| 12 | " | 13 | UBOOT_CONFIG[nor] = "P5040DS_config" |
| 14 | UBOOT_CONFIG[nand] = "P5040DS_NAND_config" | ||
| 15 | UBOOT_CONFIG[secure-boot] = "P5040DS_SECURE_BOOT_config" | ||
| 16 | UBOOT_CONFIG[sdcard] = "P5040DS_SDCARD_config" | ||
| 17 | UBOOT_CONFIG[spi] = "P5040DS_SPIFLASH_config" | ||
| 18 | |||
| 13 | KERNEL_DEVICETREE ?= "p5040ds.dtb p5040ds-usdpaa.dtb \ | 19 | KERNEL_DEVICETREE ?= "p5040ds.dtb p5040ds-usdpaa.dtb \ |
| 14 | p5040ds-usdpaa-shared-interfaces.dtb \ | 20 | p5040ds-usdpaa-shared-interfaces.dtb \ |
| 15 | " | 21 | " |
| @@ -17,3 +23,4 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig" | |||
| 17 | 23 | ||
| 18 | JFFS2_ERASEBLOCK = "0x10000" | 24 | JFFS2_ERASEBLOCK = "0x10000" |
| 19 | 25 | ||
| 26 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg" | ||
