
Guys,
Here is the 3-part initial mpc8610hpcd U-boot board port.
I will stage these in the u-boot-mpc86xx repository. All feedback welcome.
jdl
MAKEALL | 1 + Makefile | 3 + board/freescale/mpc8610hpcd/Makefile | 57 +++ board/freescale/mpc8610hpcd/config.mk | 25 ++ board/freescale/mpc8610hpcd/init.S | 147 +++++++ board/freescale/mpc8610hpcd/mpc8610hpcd.c | 507 ++++++++++++++++++++++ board/freescale/mpc8610hpcd/u-boot.lds | 135 ++++++ cpu/mpc86xx/cpu.c | 15 +- doc/README.mpc8610hpcd | 67 +++ include/asm-ppc/processor.h | 1 + include/configs/MPC8610HPCD.h | 660 +++++++++++++++++++++++++++++ 11 files changed, 1616 insertions(+), 2 deletions(-)