From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 8 Mar 2007 10:35:51 +0100 Subject: [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Message-ID: <200703081035.51792.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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(-)