From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 12 Aug 2014 11:22:49 -0700 Subject: [U-Boot] [PATCH v3] powerpc/t104xrdb: Add T1042RDB board support In-Reply-To: <1406866807-22905-1-git-send-email-vijay.rai@freescale.com> References: <1406866807-22905-1-git-send-email-vijay.rai@freescale.com> Message-ID: <53EA5B79.2070503@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 07/31/2014 09:20 PM, Vijay Rai wrote: > T1042RDB is a Freescale reference board that hosts the T1042 SoC > (and variants). The board is similar to T1040RDB, T1042 is a reduced > personality of T1040 SoC without Integrated 8-port Gigabit(L2 Switch). > > T1042RDB is configured with serdes protocol 0x86 which can support > following interfaces > - 2 RGMII's on DTSEC4, DTSEC5 > - 1 SGMII on DTSEC3 > DTSEC1, DTSEC2 are not connected on board. > > This Patch > - add T1042RDB support > - updates README file for T1042RDB details and update commands for switching > to alternate banks from vBank0 to vBank4 and vice versa > > This patch also does minor clean ups for fdt defines for T1042RDB and > T1042RDB_PI board > > Signed-off-by: Vijay Rai > Signed-off-by: Priyanka Jain > --- > Vijay, I would like to ask you rebase this patch to u-boot-mpc85xx/master or git://git.denx.de/u-boot.git/master. There are some changes regarding Kconfig. This changes the way we add new boards. I could do this for you for this patch but I think it will be a good exercise for you to understand the change. By the way, whenever you send a new version, it will be helpful to include a change log under the ---, even there is no change. It will save reviewers effort to find out the difference. York