[meta-freescale] [meta-fsl-ppc][PATCH 08/16] t1042d4rdb[-64b]: add machine files

b28495 at freescale.com b28495 at freescale.com
Fri Jul 17 00:17:44 PDT 2015


From: Ting Liu <ting.liu at freescale.com>

The T1042D4 Reference Design Board (RDB) system is a hardware board
featuring the Freescale QorIQ T1042 processor with two Power e5500 cores.

T1042D4RDB board Overview
-------------------------------------
- SERDES Connections, 8 lanes supporting:
        - PCI
        - SGMII
        - SATA 2.0
        - QSGMII(only for T1040D4RDB)
    - DDR Controller
        - Supports rates of up to 1600 MHz data-rate
        - Supports one DDR4 UDIMM
    -IFC/Local Bus
        - NAND flash: 1GB 8-bit NAND flash
        - NOR: 128MB 16-bit NOR Flash
    - Ethernet
        - Two on-board RGMII 10/100/1G ethernet ports.
        - PHY #0 remains powered up during deep-sleep
    - CPLD
    - Clocks
        - System and DDR clock (SYSCLK, ¡°DDRCLK¡±)
        - SERDES clocks
    - Power Supplies
    - USB
        - Supports two USB 2.0 ports with integrated PHYs
        - Two type A ports with 5V at 1.5A per port.
    - SDHC
        - SDHC/SDXC connector
    - SPI
        - On-board 64MB SPI flash
    - I2C
        - Devices connected: EEPROM, thermal monitor, VID controller
    - Other IO
        - Two Serial ports
        - ProfiBus port

Signed-off-by: Ting Liu <ting.liu at freescale.com>
---
 conf/machine/t1042d4rdb-64b.conf | 18 ++++++++++++++++++
 conf/machine/t1042d4rdb.conf     | 18 ++++++++++++++++++
 2 files changed, 36 insertions(+)
 create mode 100644 conf/machine/t1042d4rdb-64b.conf
 create mode 100644 conf/machine/t1042d4rdb.conf

diff --git a/conf/machine/t1042d4rdb-64b.conf b/conf/machine/t1042d4rdb-64b.conf
new file mode 100644
index 0000000..d989866
--- /dev/null
+++ b/conf/machine/t1042d4rdb-64b.conf
@@ -0,0 +1,18 @@
+#@TYPE: Machine
+#@NAME: Freescale T1042D4RDB
+#@SOC: t1042
+#@DESCRIPTION: Machine configuration for running T1042D4RDB in 64-bit mode
+#@MAINTAINER: Chunrong Guo <B40290 at freescale.com>
+
+require conf/machine/include/e5500-64b.inc
+
+SOC_FAMILY = "t1:t1042"
+UBOOT_MACHINES ?= "T1042D4RDB T1042D4RDB_NAND T1042D4RDB_SDCARD \
+    T1042D4RDB_SPIFLASH T1042D4RDB_SECURE_BOOT \
+"
+KERNEL_DEVICETREE ?= "t1042d4rdb.dtb"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig"
+
+JFFS2_ERASEBLOCK = "0x10000"
+
+QE_UCODE = "iram_Type_A_T1040_r1.0.bin"
diff --git a/conf/machine/t1042d4rdb.conf b/conf/machine/t1042d4rdb.conf
new file mode 100644
index 0000000..6142bea
--- /dev/null
+++ b/conf/machine/t1042d4rdb.conf
@@ -0,0 +1,18 @@
+#@TYPE: Machine
+#@NAME: Freescale T1042D4RDB
+#@SOC: t1042
+#@DESCRIPTION: Machine configuration for running T1042D4RDB in 32-bit mode
+#@MAINTAINER: Chunrong Guo <B40290 at freescale.com>
+
+require conf/machine/include/e5500.inc
+
+SOC_FAMILY = "t1:t1042"
+UBOOT_MACHINES ?= "T1042D4RDB T1042D4RDB_NAND T1042D4RDB_SDCARD \
+    T1042D4RDB_SPIFLASH T1042D4RDB_SECURE_BOOT \
+"
+KERNEL_DEVICETREE ?= "t1042d4rdb.dtb"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig"
+
+JFFS2_ERASEBLOCK = "0x10000"
+
+QE_UCODE = "iram_Type_A_T1040_r1.0.bin"
-- 
1.9.1



More information about the meta-freescale mailing list