aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/p4080ds.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/p4080ds.conf')
-rw-r--r--conf/machine/p4080ds.conf10
1 files changed, 8 insertions, 2 deletions
diff --git a/conf/machine/p4080ds.conf b/conf/machine/p4080ds.conf
index b3fc87b..c035fc6 100644
--- a/conf/machine/p4080ds.conf
+++ b/conf/machine/p4080ds.conf
@@ -1,13 +1,18 @@
#@TYPE: Machine
#@NAME: Freescale P4080DS
#@SOC: p4080
-#@DESCRIPTION: Machine configuration for running P4080DS
+#@DESCRIPTION: Machine configuration for Freescale QorIQ P4080 Development
+# System with ppce500mc core
#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
require conf/machine/include/e500mc.inc
SOC_FAMILY = "p4080"
-UBOOT_MACHINES ?= "P4080DS P4080DS_SECURE_BOOT P4080DS_SDCARD P4080DS_SPIFLASH "
+UBOOT_CONFIG ??= "secure-boot sdcard spi nor"
+UBOOT_CONFIG[nor] = "P4080DS_config"
+UBOOT_CONFIG[secure-boot] = "P4080DS_SECURE_BOOT_config"
+UBOOT_CONFIG[sdcard] = "P4080DS_SDCARD_config"
+UBOOT_CONFIG[spi] = "P4080DS_SPIFLASH_config"
KERNEL_DEVICETREE ?= "p4080ds.dtb p4080ds-usdpaa.dtb \
p4080ds-usdpaa-shared-interfaces.dtb \
"
@@ -15,3 +20,4 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
JFFS2_ERASEBLOCK = "0x10000"
+EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg"