diff options
| author | Ting Liu <ting.liu@freescale.com> | 2015-01-05 18:32:24 +0800 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-01-07 10:14:58 +0800 |
| commit | 6a85795250488780ca067885ac1c59865ad01eb4 (patch) | |
| tree | c8133ad51a3ba1a5f4520a1230a9b175e9511391 | |
| parent | a10ab846ea22c423c24496c2768c8f745641399b (diff) | |
| download | meta-freescale-6a85795250488780ca067885ac1c59865ad01eb4.tar.gz | |
t1042rdb: add machine support
This is a board with t1042rdb u-boot/rcw/dtb, the others
are the same wtih t1040rdb
Signed-off-by: Ting Liu <ting.liu@freescale.com>
| -rw-r--r-- | meta-fsl-ppc/conf/machine/t1042rdb-64b.conf | 15 | ||||
| -rw-r--r-- | meta-fsl-ppc/conf/machine/t1042rdb.conf | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/meta-fsl-ppc/conf/machine/t1042rdb-64b.conf b/meta-fsl-ppc/conf/machine/t1042rdb-64b.conf new file mode 100644 index 000000000..cd01bc44c --- /dev/null +++ b/meta-fsl-ppc/conf/machine/t1042rdb-64b.conf | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Freescale T1042RDB | ||
| 3 | #@SOC: t1042 | ||
| 4 | #@DESCRIPTION: Machine configuration for running T1042RDB in 64-bit mode | ||
| 5 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> | ||
| 6 | |||
| 7 | require conf/machine/include/e5500-64b.inc | ||
| 8 | |||
| 9 | SOC_FAMILY = "t1:t1042" | ||
| 10 | UBOOT_MACHINES ?= "T1042RDB_PI" | ||
| 11 | KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb" | ||
| 12 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_64bit_smp_defconfig" | ||
| 13 | |||
| 14 | JFFS2_ERASEBLOCK = "0x10000" | ||
| 15 | |||
diff --git a/meta-fsl-ppc/conf/machine/t1042rdb.conf b/meta-fsl-ppc/conf/machine/t1042rdb.conf new file mode 100644 index 000000000..40ba9f373 --- /dev/null +++ b/meta-fsl-ppc/conf/machine/t1042rdb.conf | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Freescale T1042RDB | ||
| 3 | #@SOC: t1042 | ||
| 4 | #@DESCRIPTION: Machine configuration for running T1042RDB in 32-bit mode | ||
| 5 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> | ||
| 6 | |||
| 7 | require conf/machine/include/e5500.inc | ||
| 8 | |||
| 9 | SOC_FAMILY = "t1:t1042" | ||
| 10 | UBOOT_MACHINES ?= "T1042RDB_PI" | ||
| 11 | KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb" | ||
| 12 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_32bit_smp_defconfig" | ||
| 13 | |||
| 14 | JFFS2_ERASEBLOCK = "0x10000" | ||
| 15 | |||
