
The following changes since commit fa1aef15bcd47736687be1af544506e90fba545d: Stefan Roese (1): Use dynamic SDRAM TLB setup on AMCC Ocotea eval board
are found in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git
Stefan Roese (5): ppc4xx: Update 440SP/440SPe DDR SPD setup code to support 440SP ppc4xx: Small AMCC Katmai 440SPe update Update AMCC Yucca 440SPe eval board support Update AMCC Luan 440SP eval board support Merge with /home/stefan/git/u-boot/yucca-ddr2
board/amcc/katmai/init.S | 10 ++ board/amcc/luan/init.S | 170 ++++++++---------------- board/amcc/luan/luan.c | 99 -------------- board/amcc/luan/u-boot.lds | 13 -- board/amcc/yucca/init.S | 83 ++++-------- board/amcc/yucca/yucca.c | 316 +------------------------------------------- cpu/ppc4xx/44x_spd_ddr2.c | 64 ++++++---- cpu/ppc4xx/start.S | 2 +- include/configs/katmai.h | 1 + include/configs/luan.h | 18 +-- include/configs/yucca.h | 14 +- include/ppc440.h | 25 ++++- 12 files changed, 171 insertions(+), 644 deletions(-)