From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 17 Mar 2015 08:18:31 -0700 Subject: [U-Boot] [PATCH v3] mpc85xx/T104xD4RDB: Add T104xD4RDB boards support In-Reply-To: <1426593549-7006-1-git-send-email-vijay.rai@freescale.com> References: <1426593549-7006-1-git-send-email-vijay.rai@freescale.com> Message-ID: <550845C7.30406@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/17/2015 04:59 AM, Vijay Rai wrote: > T1040D4RDB is a Freescale reference board that hosts the T1040 SoC. > T1040D4RDB is re-designed T1040RDB board with following changes : > - Support of DDR4 memory > - Support of 0x66 serdes protocol which can support following interfaces > - 2 RGMII's on DTSEC4, DTSEC5 > - 1 SGMII on DTSEC3 > - Support of QE-TDM > > Similarily T1042D4RDB is a Freescale reference board that hosts the T1040 > SoC. T1042D4RDB is re-designed T1042RDB board with following changes : > - Support of DDR4 memory > - Support for 0x86 serdes protocol which can support following interfaces > - 2 RGMII's on DTSEC4, DTSEC5 > - 3 SGMII on DTSEC1, DTSEC2 & DTSEC3 > - Support of DIU > > Signed-off-by: Vijay Rai > Signed-off-by: Priyanka Jain > --- > changes from v2 : > - removes checkpatch error You sent v3 twice, didn't you? York