]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
NAND boot: MPC8313ERDB support
authorScott Wood <scottwood@freescale.com>
Mon, 30 Jun 2008 19:13:28 +0000 (14:13 -0500)
committerScott Wood <scottwood@freescale.com>
Tue, 12 Aug 2008 16:31:31 +0000 (11:31 -0500)
commite4c09508545d1c45617ba45391c03c03cbc360b9
treee852df200e5d41e954f43c1f315a5cd482173a65
parentacdab5c33f1ea6f5e08f06f08bc64af23ff40d71
NAND boot: MPC8313ERDB support

Note that with older board revisions, NAND boot may only work after a
power-on reset, and not after a warm reset.  I don't have a newer board
to test on; if you have a board with a 33MHz crystal, please let me know
if it works after a warm reset.

Signed-off-by: Scott Wood <scottwood@freescale.com>
14 files changed:
Makefile
board/freescale/mpc8313erdb/config.mk
board/freescale/mpc8313erdb/mpc8313erdb.c
board/freescale/mpc8313erdb/sdram.c
cpu/mpc83xx/nand_init.c [new file with mode: 0644]
cpu/mpc83xx/start.S
include/configs/MPC8313ERDB.h
include/mpc83xx.h
include/nand.h
lib_ppc/time.c
nand_spl/board/freescale/mpc8313erdb/Makefile [new file with mode: 0644]
nand_spl/board/freescale/mpc8313erdb/u-boot.lds [new file with mode: 0644]
nand_spl/nand_boot.c
nand_spl/nand_boot_fsl_elbc.c [new file with mode: 0644]