From f52434f23e93e91feef08a758ce151c8a7e2d750 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Thu, 26 Apr 2018 11:26:04 +0800 Subject: t4240rdb-64b: add machine config Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- conf/machine/t4240rdb-64b.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 conf/machine/t4240rdb-64b.conf (limited to 'conf') diff --git a/conf/machine/t4240rdb-64b.conf b/conf/machine/t4240rdb-64b.conf new file mode 100644 index 00000000..c0f466b3 --- /dev/null +++ b/conf/machine/t4240rdb-64b.conf @@ -0,0 +1,24 @@ +#@TYPE: Machine +#@NAME: NXP T4240RDB +#@SOC: t4240 +#@DESCRIPTION: Machine configuration for Freescale QorIQ T4240 Reference +# Design Board with ppce6500 core in 64b mode +#@MAINTAINER: Chunrong Guo + +require conf/machine/include/e6500-64b.inc + +MACHINEOVERRIDES =. "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" -- cgit v1.2.3-54-g00ecf