diff options
| -rw-r--r-- | conf/machine/p2041rdb.conf | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/conf/machine/p2041rdb.conf b/conf/machine/p2041rdb.conf new file mode 100644 index 000000000..9a795fef8 --- /dev/null +++ b/conf/machine/p2041rdb.conf | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: NXP P2041RDB | ||
| 3 | #@SOC: p2041 | ||
| 4 | #@DESCRIPTION: Machine configuration for NXP QorIQ P2041 Reference | ||
| 5 | # Design Board, rev2 silicon with ppce500mc core | ||
| 6 | #@MAINTAINER: Chunrong Guo <chunrong.guo@nxp.com> | ||
| 7 | |||
| 8 | require conf/machine/include/e500mc.inc | ||
| 9 | |||
| 10 | SOC_FAMILY = "p2041" | ||
| 11 | |||
| 12 | UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" | ||
| 13 | UBOOT_CONFIG[nor] = "P2041RDB_config" | ||
| 14 | UBOOT_CONFIG[nand] = "P2041RDB_NAND_config,,u-boot.pbl" | ||
| 15 | UBOOT_CONFIG[secure-boot] = "P2041RDB_SECURE_BOOT_config" | ||
| 16 | UBOOT_CONFIG[sdcard] = "P2041RDB_SDCARD_config,,u-boot.pbl" | ||
| 17 | UBOOT_CONFIG[spi] = "P2041RDB_SPIFLASH_config,,u-boot.pbl" | ||
| 18 | |||
| 19 | HV_CFG_M = "p2041rdb" | ||
| 20 | |||
| 21 | KERNEL_DEVICETREE ?= "p2041rdb.dtb" | ||
| 22 | KERNEL_DEFCONFIG ?= "corenet32_smp_defconfig" | ||
| 23 | |||
| 24 | JFFS2_ERASEBLOCK = "0x10000" | ||
| 25 | |||
| 26 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw" | ||
| 27 | |||
| 28 | USE_VT ?= "0" | ||
