summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/p4080ds.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/conf/machine/p4080ds.conf b/conf/machine/p4080ds.conf
new file mode 100644
index 00000000..84eb4ced
--- /dev/null
+++ b/conf/machine/p4080ds.conf
@@ -0,0 +1,27 @@
1#@TYPE: Machine
2#@NAME: NXP P4080DS
3#@SOC: p4080
4#@DESCRIPTION: Machine configuration for NXP QorIQ P4080 Development
5# System with ppce500mc core
6#@MAINTAINER: Chunrong Guo <chunrong.guo@nxp.com>
7
8require conf/machine/include/e500mc.inc
9
10SOC_FAMILY = "p4080"
11
12UBOOT_CONFIG ??= "secure-boot sdcard spi nor"
13UBOOT_CONFIG[nor] = "P4080DS_config"
14UBOOT_CONFIG[secure-boot] = "P4080DS_SECURE_BOOT_config"
15UBOOT_CONFIG[sdcard] = "P4080DS_SDCARD_config,,u-boot.pbl"
16UBOOT_CONFIG[spi] = "P4080DS_SPIFLASH_config,,u-boot.pbl"
17
18HV_CFG_M = "p4080ds"
19
20KERNEL_DEVICETREE ?= "p4080ds.dtb"
21KERNEL_DEFCONFIG ?= "corenet32_smp_defconfig"
22
23JFFS2_ERASEBLOCK = "0x10000"
24
25EXTRA_IMAGEDEPENDS += "fm-ucode rcw"
26
27USE_VT ?= "0"