diff options
| author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-04-26 11:26:04 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-05-25 10:36:44 -0300 |
| commit | f52434f23e93e91feef08a758ce151c8a7e2d750 (patch) | |
| tree | 592c53edc2193bc4521ae6538c4dcce67d231248 | |
| parent | 0efbd4be3906082d2a83cc554ef0523905c34237 (diff) | |
| download | meta-freescale-f52434f23e93e91feef08a758ce151c8a7e2d750.tar.gz | |
t4240rdb-64b: 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/t4240rdb-64b.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/machine/t4240rdb-64b.conf b/conf/machine/t4240rdb-64b.conf new file mode 100644 index 000000000..c0f466b34 --- /dev/null +++ b/conf/machine/t4240rdb-64b.conf | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: NXP T4240RDB | ||
| 3 | #@SOC: t4240 | ||
| 4 | #@DESCRIPTION: Machine configuration for Freescale QorIQ T4240 Reference | ||
| 5 | # Design Board with ppce6500 core in 64b mode | ||
| 6 | #@MAINTAINER: Chunrong Guo <chunrong.guo@nxp.com> | ||
| 7 | |||
| 8 | require conf/machine/include/e6500-64b.inc | ||
| 9 | |||
| 10 | MACHINEOVERRIDES =. "t4:t4240:" | ||
| 11 | |||
| 12 | UBOOT_CONFIG ??= "nor" | ||
| 13 | UBOOT_CONFIG[nor] = "T4240RDB_config" | ||
| 14 | |||
| 15 | HV_CFG_M = "t4240rdb" | ||
| 16 | |||
| 17 | KERNEL_DEVICETREE ?= "t4240rdb.dtb" | ||
| 18 | KERNEL_DEFCONFIG ?= "corenet64_smp_defconfig" | ||
| 19 | |||
| 20 | JFFS2_ERASEBLOCK = "0x10000" | ||
| 21 | |||
| 22 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw" | ||
| 23 | |||
| 24 | USE_VT ?= "0" | ||
