summaryrefslogtreecommitdiffstats
path: root/conf/machine/t2080rdb-64b.conf
diff options
context:
space:
mode:
authorZongchun Yu <Zongchun.Yu@freescale.com>2013-11-25 10:00:46 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-07-08 18:14:46 +0800
commit8a128c576b22f2f4a265ed4d6735ff77d4e292f2 (patch)
treefc436d397c6a4f81a954385f2054410a8fc25c12 /conf/machine/t2080rdb-64b.conf
parent8161c317af1141227155b8bcd722c9f1ffacd14d (diff)
downloadmeta-fsl-ppc-8a128c576b22f2f4a265ed4d6735ff77d4e292f2.tar.gz
add machine configure file for new boards
based on latest kernel/u-boot codes, add following boards: t1040rdb-64b t1040rdb t1042rdb-64b t1042rdb t2080rdb-64b t2080rdb t4240rdb-64b t4240rdb Signed-off-by: Ting Liu <ting.liu@freescale.com>
Diffstat (limited to 'conf/machine/t2080rdb-64b.conf')
-rw-r--r--conf/machine/t2080rdb-64b.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/machine/t2080rdb-64b.conf b/conf/machine/t2080rdb-64b.conf
new file mode 100644
index 0000000..e5dfb33
--- /dev/null
+++ b/conf/machine/t2080rdb-64b.conf
@@ -0,0 +1,20 @@
1#@TYPE: Machine
2#@NAME: Freescale T2080RDB
3#@SOC: t2080
4#@DESCRIPTION: Machine configuration for running T2080RDB in 64-bit mode
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6
7require e6500-64b.inc
8require conf/machine/include/soc-family.inc
9
10SOC_FAMILY = "t2080"
11# TODO: fix 32bit build of u-boot
12UBOOT_MACHINES ?= "T2080RDB T2080RDB_SDCARD T2080RDB_SPIFLASH T2080RDB_NAND T2080RDB_SRIO_PCIE_BOOT"
13KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb"
14KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
15
16JFFS2_ERASEBLOCK = "0x10000"
17
18SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
19SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
20USE_VT = "0"