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>
Showing
- README 6 additions, 0 deletionsREADME
- arch/powerpc/cpu/mpc83xx/Makefile 16 additions, 0 deletionsarch/powerpc/cpu/mpc83xx/Makefile
- arch/powerpc/cpu/mpc83xx/spl_minimal.c 0 additions, 0 deletionsarch/powerpc/cpu/mpc83xx/spl_minimal.c
- arch/powerpc/cpu/mpc83xx/start.S 19 additions, 12 deletionsarch/powerpc/cpu/mpc83xx/start.S
- arch/powerpc/cpu/mpc83xx/u-boot-spl.lds 55 additions, 0 deletionsarch/powerpc/cpu/mpc83xx/u-boot-spl.lds
- arch/powerpc/lib/Makefile 2 additions, 1 deletionarch/powerpc/lib/Makefile
- nand_spl/board/freescale/mpc8313erdb/Makefile 3 additions, 3 deletionsnand_spl/board/freescale/mpc8313erdb/Makefile
- nand_spl/board/freescale/mpc8315erdb/Makefile 3 additions, 3 deletionsnand_spl/board/freescale/mpc8315erdb/Makefile
- nand_spl/board/sheldon/simpc8313/Makefile 3 additions, 3 deletionsnand_spl/board/sheldon/simpc8313/Makefile
Loading
Please register or sign in to comment