From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 5 May 2015 09:29:33 -0700 Subject: [U-Boot] [PATCH] powerpc/t4rdb: Add SD boot support for T4240RDB board In-Reply-To: <1426842534-6968-1-git-send-email-Chunhe.Lan@freescale.com> References: <1426842534-6968-1-git-send-email-Chunhe.Lan@freescale.com> Message-ID: <5548EFED.9030101@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/20/2015 02:08 AM, Chunhe Lan wrote: > This patch adds SD boot support for T4240RDB board. SPL > framework is used. PBL initializes the internal RAM and > copies SPL to it. Then SPL initializes DDR using SPD and > copies u-boot from SD card to DDR, finally SPL transfers > control to u-boot. > > Signed-off-by: Chunhe Lan > --- > arch/powerpc/cpu/mpc85xx/Kconfig | 1 + > board/freescale/t4rdb/MAINTAINERS | 1 + > board/freescale/t4rdb/Makefile | 6 ++- > board/freescale/t4rdb/ddr.c | 6 ++- > board/freescale/t4rdb/spl.c | 95 +++++++++++++++++++++++++++++++++++++ > board/freescale/t4rdb/t4_pbi.cfg | 3 - > board/freescale/t4rdb/t4_rcw.cfg | 6 +- > board/freescale/t4rdb/tlb.c | 8 +++ > configs/T4240RDB_SDCARD_defconfig | 5 ++ > include/configs/T4240RDB.h | 71 ++++++++++++++++++++++++--- Fixed defconfig file. Applied to u-boot-mpc85xx master. Awaiting upstream. York