[U-Boot] [GIT PULL] u-boot-mpc83xx: support for new SPL
Kim Phillips
kim.phillips at freescale.com
Thu Jan 17 01:41:08 CET 2013
Hi Tom,
Please pull:
The following changes since commit 3a9d879f6f64585b819af728b53be0a05037fe0d:
Prepare v2013.01 (2013-01-15 14:47:42 -0700)
are available in the git repository at:
git://git.denx.de/u-boot-mpc83xx.git master
for you to fetch changes up to a6187dccd813920524987792e49ef2feffb213e6:
Merge remote-tracking branch 'mpc83xx/next' (2013-01-16 18:34:09 -0600)
----------------------------------------------------------------
Kim Phillips (1):
Merge remote-tracking branch 'mpc83xx/next'
Scott Wood (3):
spl: Change PAD_TO to CONFIG_SPL_PAD_TO
powerpc/mpc83xx: add support for new SPL
powerpc/mpc83xx: convert MPC8313ERDB to new-SPL
Makefile | 6 +-
README | 10 ++
arch/powerpc/cpu/mpc83xx/Makefile | 16 +++
.../cpu/mpc83xx/{nand_init.c => spl_minimal.c} | 0
arch/powerpc/cpu/mpc83xx/start.S | 31 +++---
.../powerpc/cpu/mpc83xx/u-boot-spl.lds | 0
arch/powerpc/lib/Makefile | 3 +-
board/ait/cam_enc_4xx/config.mk | 2 +-
board/freescale/mpc8313erdb/mpc8313erdb.c | 10 +-
boards.cfg | 4 +-
include/configs/MPC8313ERDB.h | 43 +++++---
nand_spl/board/freescale/mpc8313erdb/Makefile | 108 ---------------------
nand_spl/board/freescale/mpc8315erdb/Makefile | 6 +-
nand_spl/board/sheldon/simpc8313/Makefile | 6 +-
14 files changed, 96 insertions(+), 149 deletions(-)
rename arch/powerpc/cpu/mpc83xx/{nand_init.c => spl_minimal.c} (100%)
rename nand_spl/board/freescale/mpc8313erdb/u-boot.lds => arch/powerpc/cpu/mpc83xx/u-boot-spl.lds (100%)
delete mode 100644 nand_spl/board/freescale/mpc8313erdb/Makefile
Thanks,
Kim
More information about the U-Boot
mailing list