]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/t4rdb: Add SD boot support for T4240RDB board
authorChunhe Lan <Chunhe.Lan@freescale.com>
Fri, 20 Mar 2015 09:08:54 +0000 (17:08 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:35:23 +0000 (22:35 +0200)
commit796951a91f348679f7f3ca6934d971516e019e41
tree373b9c0b5525ada6ab902a1d65abe267a9643dc5
parent34239e2f15debedcab649316a45ddf21b6e2df7e
powerpc/t4rdb: Add SD boot support for T4240RDB board

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 <Chunhe.Lan@freescale.com>
[York Sun: Fix T4240RDB_SDCARD_defcofig]
Reviewed-by: York Sun <yorksun@freescale.com>
arch/powerpc/cpu/mpc85xx/Kconfig
board/freescale/t4rdb/MAINTAINERS
board/freescale/t4rdb/Makefile
board/freescale/t4rdb/ddr.c
board/freescale/t4rdb/spl.c [new file with mode: 0644]
board/freescale/t4rdb/t4_pbi.cfg
board/freescale/t4rdb/t4_rcw.cfg
board/freescale/t4rdb/tlb.c
configs/T4240RDB_SDCARD_defconfig [new file with mode: 0644]
include/configs/T4240RDB.h