From: C.R. Guo Date: Wed, 7 Mar 2018 06:40:38 +0000 (+0800) Subject: t4240rdb: add machine config X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e0518234f9ac3e46755e931c341646cfd9cb6ae2;p=meta-freescale.git t4240rdb: add machine config Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/t4240rdb.conf b/conf/machine/t4240rdb.conf new file mode 100644 index 00000000..160220f4 --- /dev/null +++ b/conf/machine/t4240rdb.conf @@ -0,0 +1,24 @@ +#@TYPE: Machine +#@NAME: NXP T4240RDB +#@SOC: t4240 +#@DESCRIPTION: Machine configuration for NXP QorIQ T4240 Reference +# Design Board with ppce6500 core in 32b mode +#@MAINTAINER: Chunrong Guo + +require conf/machine/include/e6500.inc + +SOC_FAMILY = "t4:t4240" + +UBOOT_CONFIG ??= "nor" +UBOOT_CONFIG[nor] = "T4240RDB_config" + +HV_CFG_M = "t4240rdb" + +KERNEL_DEVICETREE ?= "t4240rdb.dtb" +KERNEL_DEFCONFIG ?= "corenet64_smp_defconfig" + +JFFS2_ERASEBLOCK = "0x10000" + +EXTRA_IMAGEDEPENDS += "fm-ucode rcw" + +USE_VT ?= "0"