diff options
| author | C.R. Guo <chunrong.guo@nxp.com> | 2018-03-07 14:40:35 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-03-15 09:50:54 -0300 |
| commit | 68e67a8e83eab4cba75ab874d6a67447f9e6aa5a (patch) | |
| tree | c66b5938eab3de5c940e5ab268be7044f38acca8 | |
| parent | a99d501710851472af00cd3912b0779e3eac3ded (diff) | |
| download | meta-freescale-68e67a8e83eab4cba75ab874d6a67447f9e6aa5a.tar.gz | |
p5040ds: add machine config
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | conf/machine/p5040ds.conf | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/conf/machine/p5040ds.conf b/conf/machine/p5040ds.conf new file mode 100644 index 000000000..7c36eaea9 --- /dev/null +++ b/conf/machine/p5040ds.conf | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: NXP P5040DS | ||
| 3 | #@SOC: p5040 | ||
| 4 | #@DESCRIPTION: Machine configuration for NXP QorIQ P5040 Development | ||
| 5 | # System with ppce5500 core in 32b mode | ||
| 6 | #@MAINTAINER: Chunrong Guo <chunrong.guo@nxp.com> | ||
| 7 | |||
| 8 | require conf/machine/include/e5500.inc | ||
| 9 | |||
| 10 | SOC_FAMILY = "p5040" | ||
| 11 | |||
| 12 | UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" | ||
| 13 | UBOOT_CONFIG[nor] = "P5040DS_config" | ||
| 14 | UBOOT_CONFIG[nand] = "P5040DS_NAND_config,,u-boot.pbl" | ||
| 15 | UBOOT_CONFIG[secure-boot] = "P5040DS_SECURE_BOOT_config" | ||
| 16 | UBOOT_CONFIG[sdcard] = "P5040DS_SDCARD_config,,u-boot.pbl" | ||
| 17 | UBOOT_CONFIG[spi] = "P5040DS_SPIFLASH_config,,u-boot.pbl" | ||
| 18 | |||
| 19 | HV_CFG_M = "p5040ds" | ||
| 20 | |||
| 21 | KERNEL_DEVICETREE ?= "p5040ds.dtb" | ||
| 22 | KERNEL_DEFCONFIG ?= "corenet32_smp_defconfig" | ||
| 23 | |||
| 24 | JFFS2_ERASEBLOCK = "0x10000" | ||
| 25 | |||
| 26 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw" | ||
| 27 | |||
| 28 | USE_VT ?= "0" | ||
