]> Git Repo - J-u-boot.git/commit - board/freescale/t4rdb/tlb.c
powerpc/t4rdb: Add SD boot support for T4240RDB board
authorChunhe Lan <[email protected]>
Fri, 20 Mar 2015 09:08:54 +0000 (17:08 +0800)
committerYork Sun <[email protected]>
Mon, 4 May 2015 16:24:04 +0000 (09:24 -0700)
commit373762c34cd33b4a445b758090daaa87ccfa3fc6
tree448991328a7607ead530b1ea2ec9b3f6e716d755
parent0dc78ff857337a82d39d7e4390e317ffbc93097f
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 <[email protected]>
[York Sun: Fix T4240RDB_SDCARD_defcofig]
Reviewed-by: York Sun <[email protected]>
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
This page took 0.038459 seconds and 4 git commands to generate.