
Wolfgang,
The following changes are available in the git repository at:
git://www.denx.de/git/u-boot-mpc86xx.git master
Becky Bruce (7): 86xx: Rearrange the sequence in start.S 86xx: Support new law setup method and convert mpc8641 86xx: Convert mpc8610hpcd to new law setup method. 86xx: Convert sbc8641d to use new law setup code. 86xx: Remove old-style law setup code 86xx: Add print_laws function to fsl_law.c 86xx: Add reginfo command
Jon Loeliger (2): Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols 86xx: Fix compilation warning in sys_eprom.c
board/freescale/common/sys_eeprom.c | 2 +- board/freescale/mpc8610hpcd/Makefile | 4 +- board/freescale/mpc8610hpcd/init.S | 147 ------------------------ board/freescale/mpc8610hpcd/law.c | 44 +++++++ board/freescale/mpc8610hpcd/u-boot.lds | 1 - board/freescale/mpc8641hpcn/Makefile | 4 +- board/freescale/mpc8641hpcn/init.S | 179 ----------------------------- board/freescale/mpc8641hpcn/law.c | 64 +++++++++++ board/freescale/mpc8641hpcn/u-boot.lds | 1 - board/sbc8641d/Makefile | 3 +- board/sbc8641d/init.S | 192 -------------------------------- board/sbc8641d/law.c | 58 ++++++++++ board/sbc8641d/u-boot.lds | 1 - common/cmd_reginfo.c | 10 ++- cpu/mpc86xx/cpu.c | 24 ++++- cpu/mpc86xx/cpu_init.c | 7 + cpu/mpc86xx/spd_sdram.c | 37 ++---- cpu/mpc86xx/start.S | 119 +++++++++++--------- drivers/misc/fsl_law.c | 19 +++ include/asm-ppc/fsl_law.h | 1 + include/asm-ppc/immap_86xx.h | 5 + include/configs/MPC8610HPCD.h | 2 + include/configs/MPC8641HPCN.h | 2 + include/configs/sbc8641d.h | 2 + 24 files changed, 317 insertions(+), 611 deletions(-)