]> git.ipfire.org Git - people/ms/u-boot.git/commit - README
powerpc/mpc83xx: add support for new SPL
authorScott Wood <scottwood@freescale.com>
Thu, 6 Dec 2012 13:33:17 +0000 (13:33 +0000)
committerKim Phillips <kim.phillips@freescale.com>
Wed, 19 Dec 2012 23:45:44 +0000 (17:45 -0600)
commit06f60ae3e454e15a410a0d4e96769bf938af8fcb
tree782054a8a7c564a760bd612f07c4ec455c1782a9
parent74752baa738ee9dafe69d726910e26da56f6f722
powerpc/mpc83xx: add support for new SPL

This adds arch support for PPC mpc83xx to boot "minimal" (4K) SPLs
using the new infrastructure.

Existing nand_spl targets are updated to deal with the name change
from nand_init.c to spl_minimal.c (as in theory this isn't limited
to NAND anymore).

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
README
arch/powerpc/cpu/mpc83xx/Makefile
arch/powerpc/cpu/mpc83xx/spl_minimal.c [moved from arch/powerpc/cpu/mpc83xx/nand_init.c with 100% similarity]
arch/powerpc/cpu/mpc83xx/start.S
arch/powerpc/cpu/mpc83xx/u-boot-spl.lds [new file with mode: 0644]
arch/powerpc/lib/Makefile
nand_spl/board/freescale/mpc8313erdb/Makefile
nand_spl/board/freescale/mpc8315erdb/Makefile
nand_spl/board/sheldon/simpc8313/Makefile