[U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2009-02-18 Thread Stefan Roese

The following changes since commit 5f0320108870e5d62983d1d5c13a2a087dddf686:
  Jean-Christophe PLAGNIOL-VILLARD (1):
common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible

are available in the git repository at:

  git://www.denx.de/git/u-boot-ppc4xx.git master

Matthias Fuchs (2):
  ppc4xx: Cleanup PMC405 board support
  ppc4xx: Update PMC405 board support

Stefan Roese (2):
  ppc4xx: Some more PMC405 coding-style cleanup
  ppc4xx: PCIe: Change 16GB inbound memory to 4GB

 board/esd/pmc405/config.mk |6 +-
 board/esd/pmc405/pmc405.c  |  121 ++
 cpu/ppc4xx/4xx_pcie.c  |4 +-
 include/configs/PMC405.h   |  311 ++--
 4 files changed, 195 insertions(+), 247 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2009-02-18 Thread Wolfgang Denk
Dear Stefan Roese,

In message 200902181601.01036...@denx.de you wrote:
 
 The following changes since commit 5f0320108870e5d62983d1d5c13a2a087dddf686:
   Jean-Christophe PLAGNIOL-VILLARD (1):
 common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible
 
 are available in the git repository at:
 
   git://www.denx.de/git/u-boot-ppc4xx.git master
 
 Matthias Fuchs (2):
   ppc4xx: Cleanup PMC405 board support
   ppc4xx: Update PMC405 board support
 
 Stefan Roese (2):
   ppc4xx: Some more PMC405 coding-style cleanup
   ppc4xx: PCIe: Change 16GB inbound memory to 4GB
 
  board/esd/pmc405/config.mk |6 +-
  board/esd/pmc405/pmc405.c  |  121 ++
  cpu/ppc4xx/4xx_pcie.c  |4 +-
  include/configs/PMC405.h   |  311 
 ++--
  4 files changed, 195 insertions(+), 247 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
Remember thee Ay, thou poor ghost while memory holds a seat  In  this
distracted  globe.  Remember  thee!  Yea, from the table of my memory
I'll wipe away all trivial fond  records,  All  saws  of  books,  all
forms,  all  pressures past, That youth and observation copied there.
Hamlet, I : v : 95 William Shakespeare
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2009-02-11 Thread Stefan Roese
The following changes since commit f15c6515fc23f83c51f3de272ca23d86b80e81b1:
  Wolfgang Denk (1):
Coding style cleanup; update CHANGELOG

are available in the git repository at:

  git://www.denx.de/git/u-boot-ppc4xx.git master

Adam Graham (1):
  ppc4xx: Autocalibration can set RDCC to over aggressive value.

Carolyn Smith (1):
  ppc4xx: Fix initialization of the SDRAM_CODT register

Dirk Eibach (1):
  ppc4xx: Add README entry for CONFIG_PCI_DISABLE_PCIE

Stefan Roese (2):
  ppc4xx: Fix problem with CONFIG_MAX_MEM_MAPPED in include/asm-ppc/config.h
  ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boards

 README  |4 ++
 board/amcc/katmai/katmai.c  |1 +
 board/amcc/taihu/taihu.c|1 +
 board/amcc/taishan/taishan.c|1 +
 board/amcc/yucca/yucca.c|1 +
 cpu/ppc4xx/44x_spd_ddr2.c   |7 +--
 cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c |   74 +--
 include/asm-ppc/config.h|4 +-
 include/asm-ppc/ppc4xx-sdram.h  |2 +
 include/configs/katmai.h|1 -
 include/configs/kilauea.h   |7 ---
 11 files changed, 59 insertions(+), 44 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2009-02-11 Thread Wolfgang Denk
Dear Stefan Roese,

In message 200902120646.03667...@denx.de you wrote:
 The following changes since commit f15c6515fc23f83c51f3de272ca23d86b80e81b1:
   Wolfgang Denk (1):
 Coding style cleanup; update CHANGELOG
 
 are available in the git repository at:
 
   git://www.denx.de/git/u-boot-ppc4xx.git master
 
 Adam Graham (1):
   ppc4xx: Autocalibration can set RDCC to over aggressive value.
 
 Carolyn Smith (1):
   ppc4xx: Fix initialization of the SDRAM_CODT register
 
 Dirk Eibach (1):
   ppc4xx: Add README entry for CONFIG_PCI_DISABLE_PCIE
 
 Stefan Roese (2):
   ppc4xx: Fix problem with CONFIG_MAX_MEM_MAPPED in 
 include/asm-ppc/config.h
   ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC 
 boards
 
  README  |4 ++
  board/amcc/katmai/katmai.c  |1 +
  board/amcc/taihu/taihu.c|1 +
  board/amcc/taishan/taishan.c|1 +
  board/amcc/yucca/yucca.c|1 +
  cpu/ppc4xx/44x_spd_ddr2.c   |7 +--
  cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c |   74 
 +--
  include/asm-ppc/config.h|4 +-
  include/asm-ppc/ppc4xx-sdram.h  |2 +
  include/configs/katmai.h|1 -
  include/configs/kilauea.h   |7 ---
  11 files changed, 59 insertions(+), 44 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
Houston, Tranquillity Base here.  The Eagle has landed.
-- Neil Armstrong
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2009-02-06 Thread Stefan Roese
The following changes since commit 9d8811c5bd2b7dd6307742cf22fbdb7953b6f816:
  Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-usb

are available in the git repository at:

  git://www.denx.de/git/u-boot-ppc4xx.git master

Dirk Eibach (1):
  ppc4xx: Make PCIE support selectable

Matthias Fuchs (1):
  ppc4xx: Only fixup opb attached UARTs

 cpu/ppc4xx/4xx_pci.c  |5 +++--
 cpu/ppc4xx/4xx_pcie.c |2 +-
 cpu/ppc4xx/fdt.c  |   24 ++--
 3 files changed, 26 insertions(+), 5 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2009-02-01 Thread Wolfgang Denk
Dear Stefan Roese,

In message 20090129.26202...@denx.de you wrote:
 The following changes since commit c1b7c70083fc8d0bb77db20dd47bb6c988f3dc67:
   Wolfgang Denk (1):
 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
 
 are available in the git repository at:
 
   git://www.denx.de/git/u-boot-ppc4xx.git master
 
 Larry Johnson (2):
   ppc4xx: Add variable korat_usbcf for Korat board
   ppc4xx: Clean up configuration file for Korat board
 
  board/korat/korat.c |   23 -
  doc/README.korat|   14 
  include/configs/korat.h |   84 
 ---
  3 files changed, 86 insertions(+), 35 deletions(-)

Done, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
There's nothing  disgusting  about  it  [the  Companion].  It's  just
another life form, that's all. You get used to those things.
-- McCoy, Metamorphosis, stardate 3219.8
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2009-01-29 Thread Stefan Roese
The following changes since commit c1b7c70083fc8d0bb77db20dd47bb6c988f3dc67:
  Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash

are available in the git repository at:

  git://www.denx.de/git/u-boot-ppc4xx.git master

Larry Johnson (2):
  ppc4xx: Add variable korat_usbcf for Korat board
  ppc4xx: Clean up configuration file for Korat board

 board/korat/korat.c |   23 -
 doc/README.korat|   14 
 include/configs/korat.h |   84 ---
 3 files changed, 86 insertions(+), 35 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2009-01-27 Thread Wolfgang Denk
Dear Stefan Roese,

In message 200901261047.36562...@denx.de you wrote:
 The following changes since commit 8f86a3636ef88427f880610638e80991adc41896:
   Wolfgang Denk (1):
 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
 
 are available in the git repository at:
 
   git://www.denx.de/git/u-boot-ppc4xx.git master
 
 Dirk Eibach (2):
   ppc4xx: Improve DDR autodetect
   ppc4xx: Add GDsys PowerPC 440 ETX board support.
 
 Matthias Fuchs (1):
   ppc4xx: Remove CONFIG_SYS_IGNORE_405_UART_ERRATA_59 from config files
 
 Stefan Roese (1):
   ppc4xx: Remove compilation warning in gdppc440etc.c
 
  MAINTAINERS   |1 +
  MAKEALL   |1 +
  Makefile  |3 +
  board/gdsys/gdppc440etx/Makefile  |   51 +
  board/gdsys/gdppc440etx/config.mk |   44 +
  board/gdsys/gdppc440etx/gdppc440etx.c |  323 
 +
  board/gdsys/gdppc440etx/init.S|   75 
  board/gdsys/gdppc440etx/u-boot.lds|  144 +++
  cpu/ppc4xx/sdram.c|   55 +-
  include/configs/ASH405.h  |1 -
  include/configs/CATcenter.h   |1 -
  include/configs/CMS700.h  |1 -
  include/configs/CPCI2DP.h |1 -
  include/configs/CPCI405.h |1 -
  include/configs/CPCI4052.h|1 -
  include/configs/CPCI405AB.h   |1 -
  include/configs/CPCI405DT.h   |1 -
  include/configs/DP405.h   |1 -
  include/configs/G2000.h   |1 -
  include/configs/HH405.h   |1 -
  include/configs/HUB405.h  |1 -
  include/configs/OCRTC.h   |1 -
  include/configs/ORSG.h|1 -
  include/configs/PCI405.h  |1 -
  include/configs/PLU405.h  |1 -
  include/configs/PMC405.h  |1 -
  include/configs/PPChameleonEVB.h  |1 -
  include/configs/VOH405.h  |1 -
  include/configs/VOM405.h  |1 -
  include/configs/WUH405.h  |1 -
  include/configs/csb272.h  |1 -
  include/configs/csb472.h  |1 -
  include/configs/gdppc440etx.h |  194 
  include/configs/sbc405.h  |1 -
  34 files changed, 886 insertions(+), 29 deletions(-)
  create mode 100644 board/gdsys/gdppc440etx/Makefile
  create mode 100644 board/gdsys/gdppc440etx/config.mk
  create mode 100644 board/gdsys/gdppc440etx/gdppc440etx.c
  create mode 100644 board/gdsys/gdppc440etx/init.S
  create mode 100644 board/gdsys/gdppc440etx/u-boot.lds
  create mode 100644 include/configs/gdppc440etx.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
To understand a program you must become  both  the  machine  and  the
program.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2009-01-26 Thread Stefan Roese
The following changes since commit 8f86a3636ef88427f880610638e80991adc41896:
  Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx

are available in the git repository at:

  git://www.denx.de/git/u-boot-ppc4xx.git master

Dirk Eibach (2):
  ppc4xx: Improve DDR autodetect
  ppc4xx: Add GDsys PowerPC 440 ETX board support.

Matthias Fuchs (1):
  ppc4xx: Remove CONFIG_SYS_IGNORE_405_UART_ERRATA_59 from config files

Stefan Roese (1):
  ppc4xx: Remove compilation warning in gdppc440etc.c

 MAINTAINERS   |1 +
 MAKEALL   |1 +
 Makefile  |3 +
 board/gdsys/gdppc440etx/Makefile  |   51 +
 board/gdsys/gdppc440etx/config.mk |   44 +
 board/gdsys/gdppc440etx/gdppc440etx.c |  323 +
 board/gdsys/gdppc440etx/init.S|   75 
 board/gdsys/gdppc440etx/u-boot.lds|  144 +++
 cpu/ppc4xx/sdram.c|   55 +-
 include/configs/ASH405.h  |1 -
 include/configs/CATcenter.h   |1 -
 include/configs/CMS700.h  |1 -
 include/configs/CPCI2DP.h |1 -
 include/configs/CPCI405.h |1 -
 include/configs/CPCI4052.h|1 -
 include/configs/CPCI405AB.h   |1 -
 include/configs/CPCI405DT.h   |1 -
 include/configs/DP405.h   |1 -
 include/configs/G2000.h   |1 -
 include/configs/HH405.h   |1 -
 include/configs/HUB405.h  |1 -
 include/configs/OCRTC.h   |1 -
 include/configs/ORSG.h|1 -
 include/configs/PCI405.h  |1 -
 include/configs/PLU405.h  |1 -
 include/configs/PMC405.h  |1 -
 include/configs/PPChameleonEVB.h  |1 -
 include/configs/VOH405.h  |1 -
 include/configs/VOM405.h  |1 -
 include/configs/WUH405.h  |1 -
 include/configs/csb272.h  |1 -
 include/configs/csb472.h  |1 -
 include/configs/gdppc440etx.h |  194 
 include/configs/sbc405.h  |1 -
 34 files changed, 886 insertions(+), 29 deletions(-)
 create mode 100644 board/gdsys/gdppc440etx/Makefile
 create mode 100644 board/gdsys/gdppc440etx/config.mk
 create mode 100644 board/gdsys/gdppc440etx/gdppc440etx.c
 create mode 100644 board/gdsys/gdppc440etx/init.S
 create mode 100644 board/gdsys/gdppc440etx/u-boot.lds
 create mode 100644 include/configs/gdppc440etx.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2009-01-16 Thread Wolfgang Denk
Dear Stefan Roese,

In message 200901141139.37554...@denx.de you wrote:
 The following changes since commit 5f01ea63a6c263767f548b4f61880b08f7850ffc:
   Wolfgang Denk (1):
 Merge branch 'master' of /home/wd/git/u-boot/custodians
 
 are available in the git repository at:
 
   git://www.denx.de/git/u-boot-ppc4xx.git master
 
 Matthias Fuchs (4):
   ppc4xx: Enable auto RS485 mode on PLU405 boards
   ppc4xx: Cleanup CPCI405 board code
   ppc4xx: Disable pci node in device tree on CPCI405 pci adapters
   ppc4xx: Add loadpci command to esd's CPCI4052 and CPCI405AB boards
 
  board/esd/cpci405/Makefile  |1 +
  board/esd/cpci405/cpci405.c |  331 
 ++-
  board/esd/plu405/plu405.c   |   10 ++
  include/configs/CPCI4052.h  |2 +
  include/configs/CPCI405AB.h |3 +
  5 files changed, 184 insertions(+), 163 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
Those who do not  understand  Unix  are  condemned  to  reinvent  it,
poorly.  - Henry Spencer, University of Toronto Unix hack
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-12-12 Thread Wolfgang Denk
Dear Stefan Roese,

In message 200812101723.27445...@denx.de you wrote:
 The following changes since commit 2145188bea2df8f2b47a87ec3071b55027e8d0ae:
   Ben Warren (1):
 Fix compile error in building MBX860T.
 
 are available in the git repository at:
 
   git://www.denx.de/git/u-boot-ppc4xx.git master
 
 Matthias Fuchs (3):
   ppc4xx: Update TEXT_BASE for CPCI405 boards
   ppc4xx: Fix Ethernet PHY LED configuration on PMC440 boards
   ppc4xx: Disable EEPROM write access on PMC440 boards
 
 Stefan Roese (1):
   ppc4xx: Remove some features from ALPR to fit into 256k again
 
  Makefile|5 +
  board/esd/cpci405/config.mk |6 +-
  board/esd/pmc440/pmc440.c   |   24 +++-
  include/configs/CPCI405.h   |6 +++---
  include/configs/alpr.h  |5 +
  5 files changed, 25 insertions(+), 21 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
The glory of creation is in its infinite diversity. And in the way
our differences combine to create meaning and beauty.
-- Dr. Miranda Jones and Spock, Is There in Truth No Beauty?,
   stardate 5630.8
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-12-10 Thread Stefan Roese
The following changes since commit 2145188bea2df8f2b47a87ec3071b55027e8d0ae:
  Ben Warren (1):
Fix compile error in building MBX860T.

are available in the git repository at:

  git://www.denx.de/git/u-boot-ppc4xx.git master

Matthias Fuchs (3):
  ppc4xx: Update TEXT_BASE for CPCI405 boards
  ppc4xx: Fix Ethernet PHY LED configuration on PMC440 boards
  ppc4xx: Disable EEPROM write access on PMC440 boards

Stefan Roese (1):
  ppc4xx: Remove some features from ALPR to fit into 256k again

 Makefile|5 +
 board/esd/cpci405/config.mk |6 +-
 board/esd/pmc440/pmc440.c   |   24 +++-
 include/configs/CPCI405.h   |6 +++---
 include/configs/alpr.h  |5 +
 5 files changed, 25 insertions(+), 21 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-11-25 Thread Stefan Roese
Hi Wolfgang,

here an updated pull request after some more fixup patches:

The following changes since commit 9b827cf1720acda2473afa516956eab6f7cca9a1:
  Selvamuthukumar (1):
Align end of bss by 4 bytes

are available in the git repository at:

  git://www.denx.de/git/u-boot-ppc4xx.git master

Dave Mitchell (2):
  ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs
  ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization

Matthias Fuchs (3):
  ppc4xx: Remove unused code from PCI405 code
  ppc4xx: Use correct io accessors for PCI405
  ppc4xx: Remove unused features

Michal Simek (1):
  ppc4xx: ml300 remove Xilinx BSP from ml300 folder

Stefan Roese (2):
  ppc4xx: Clear all potentially pending exceptions in MCSR
  ppc4xx: ML2 shouldn't include the 4xx EMAC driver

Steven A. Falco (1):
  ppc4xx: Delete unused definitions for SDR0_DDRCFG from ppc4xx.h

Yuri Tikhonov (1):
  ppc4xx: katmai: Change default config

 board/amcc/canyonlands/init.S  |2 +-
 board/amcc/luan/luan.c |   23 +-
 board/esd/pci405/cmd_pci405.c  |  871 
 board/esd/pci405/pci405.c  |   51 +-
 board/ml2/u-boot.lds   |1 -
 .../ml300/sw_services/uboot_v1_00_a/data/Ltypes|   55 --
 .../uboot_v1_00_a/data/uboot_v2_1_0.mld|   52 --
 .../uboot_v1_00_a/data/uboot_v2_1_0.tcl|  325 
 cpu/ppc4xx/start.S |   70 +-
 include/asm-ppc/ppc4xx-isram.h |   75 ++
 include/configs/PCI405.h   |   57 +--
 include/configs/canyonlands.h  |2 +-
 include/configs/katmai.h   |8 +
 include/ppc440.h   |   54 +--
 14 files changed, 167 insertions(+), 1479 deletions(-)
 delete mode 100644 board/xilinx/ml300/sw_services/uboot_v1_00_a/data/Ltypes
 delete mode 100644 
board/xilinx/ml300/sw_services/uboot_v1_00_a/data/uboot_v2_1_0.mld
 delete mode 100644 
board/xilinx/ml300/sw_services/uboot_v1_00_a/data/uboot_v2_1_0.tcl
 create mode 100644 include/asm-ppc/ppc4xx-isram.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-11-25 Thread Wolfgang Denk
Dear Stefan Roese,

In message [EMAIL PROTECTED] you wrote:
 Hi Wolfgang,
 
 here an updated pull request after some more fixup patches:
 
 The following changes since commit 9b827cf1720acda2473afa516956eab6f7cca9a1:
   Selvamuthukumar (1):
 Align end of bss by 4 bytes
 
 are available in the git repository at:
 
   git://www.denx.de/git/u-boot-ppc4xx.git master
 
 Dave Mitchell (2):
   ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs
   ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization
 
 Matthias Fuchs (3):
   ppc4xx: Remove unused code from PCI405 code
   ppc4xx: Use correct io accessors for PCI405
   ppc4xx: Remove unused features
 
 Michal Simek (1):
   ppc4xx: ml300 remove Xilinx BSP from ml300 folder
 
 Stefan Roese (2):
   ppc4xx: Clear all potentially pending exceptions in MCSR
   ppc4xx: ML2 shouldn't include the 4xx EMAC driver
 
 Steven A. Falco (1):
   ppc4xx: Delete unused definitions for SDR0_DDRCFG from ppc4xx.h
 
 Yuri Tikhonov (1):
   ppc4xx: katmai: Change default config
 
  board/amcc/canyonlands/init.S  |2 +-
  board/amcc/luan/luan.c |   23 +-
  board/esd/pci405/cmd_pci405.c  |  871 
 
  board/esd/pci405/pci405.c  |   51 +-
  board/ml2/u-boot.lds   |1 -
  .../ml300/sw_services/uboot_v1_00_a/data/Ltypes|   55 --
  .../uboot_v1_00_a/data/uboot_v2_1_0.mld|   52 --
  .../uboot_v1_00_a/data/uboot_v2_1_0.tcl|  325 
  cpu/ppc4xx/start.S |   70 +-
  include/asm-ppc/ppc4xx-isram.h |   75 ++
  include/configs/PCI405.h   |   57 +--
  include/configs/canyonlands.h  |2 +-
  include/configs/katmai.h   |8 +
  include/ppc440.h   |   54 +--
  14 files changed, 167 insertions(+), 1479 deletions(-)
  delete mode 100644 board/xilinx/ml300/sw_services/uboot_v1_00_a/data/Ltypes
  delete mode 100644 
 board/xilinx/ml300/sw_services/uboot_v1_00_a/data/uboot_v2_1_0.mld
  delete mode 100644 
 board/xilinx/ml300/sw_services/uboot_v1_00_a/data/uboot_v2_1_0.tcl
  create mode 100644 include/asm-ppc/ppc4xx-isram.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
Never call a man a fool.  Borrow from him.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-11-21 Thread Stefan Roese
The following changes since commit 9b827cf1720acda2473afa516956eab6f7cca9a1:
  Selvamuthukumar (1):
Align end of bss by 4 bytes

are available in the git repository at:

  git://www.denx.de/git/u-boot-ppc4xx.git master

Dave Mitchell (2):
  ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs
  ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization

Stefan Roese (1):
  ppc4xx: Clear all potentially pending exceptions in MCSR

Steven A. Falco (1):
  ppc4xx: Delete unused definitions for SDR0_DDRCFG from ppc4xx.h

Yuri Tikhonov (1):
  ppc4xx: katmai: Change default config

 board/amcc/canyonlands/init.S  |2 +-
 board/amcc/luan/luan.c |   23 ++--
 cpu/ppc4xx/start.S |   70 +++--
 include/asm-ppc/ppc4xx-isram.h |   75 
 include/configs/canyonlands.h  |2 +-
 include/configs/katmai.h   |8 
 include/ppc440.h   |   54 ++---
 7 files changed, 144 insertions(+), 90 deletions(-)
 create mode 100644 include/asm-ppc/ppc4xx-isram.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-10-27 Thread Wolfgang Denk
Dear Stefan Roese,

In message [EMAIL PROTECTED] you wrote:
 The following changes since commit d9d8c7c696dec370ca714c03beb6e79d4c90bd5e:
   Wolfgang Denk (1):
 Fix strmhz(): avoid printing negative fractions
 
 are available in the git repository at:
 
   git://www.denx.de/git/u-boot-ppc4xx.git master
 
 Georg Schardt (1):
   ppc4xx: New board avnet fx12 minimodul
 
 Ricardo Ribalda Delgado (1):
   ppc4xx: Generic architecture for xilinx ppc405(v3)
 
 Stefan Roese (1):
   ppc4xx: Disable DDR2 autocalibration on Kilauea for now
 
  CREDITS|1 +
  MAINTAINERS|5 +
  MAKEALL|1 +
  Makefile   |   34 +
  board/avnet/fx12mm/.gitignore  |1 +
  board/avnet/fx12mm/Makefile|   27 
  board/avnet/fx12mm/config.mk   |   26 
  board/avnet/fx12mm/fx12mm.c|   52 +++
  board/avnet/fx12mm/xparameters.h   |   51 +++
  board/xilinx/ppc405-generic/.gitignore |1 +
  board/xilinx/ppc405-generic/Makefile   |   60 
  board/xilinx/ppc405-generic/config.mk  |   25 
  board/xilinx/ppc405-generic/u-boot-ram.lds |  134 ++
  board/xilinx/ppc405-generic/u-boot-rom.lds |  144 
 
  .../xilinx/ppc405-generic/xilinx_ppc405_generic.c  |   59 
  board/xilinx/ppc405-generic/xparameters.h  |   36 +
  cpu/ppc4xx/start.S |3 +-
  include/configs/fx12mm.h   |   72 ++
  include/configs/kilauea.h  |7 +
  include/configs/xilinx-ppc405-generic.h|   58 
  include/configs/xilinx-ppc405.h|  126 +
  21 files changed, 922 insertions(+), 1 deletions(-)
  create mode 100644 board/avnet/fx12mm/.gitignore
  create mode 100644 board/avnet/fx12mm/Makefile
  create mode 100644 board/avnet/fx12mm/config.mk
  create mode 100644 board/avnet/fx12mm/fx12mm.c
  create mode 100644 board/avnet/fx12mm/xparameters.h
  create mode 100644 board/xilinx/ppc405-generic/.gitignore
  create mode 100644 board/xilinx/ppc405-generic/Makefile
  create mode 100644 board/xilinx/ppc405-generic/config.mk
  create mode 100644 board/xilinx/ppc405-generic/u-boot-ram.lds
  create mode 100644 board/xilinx/ppc405-generic/u-boot-rom.lds
  create mode 100644 board/xilinx/ppc405-generic/xilinx_ppc405_generic.c
  create mode 100644 board/xilinx/ppc405-generic/xparameters.h
  create mode 100644 include/configs/fx12mm.h
  create mode 100644 include/configs/xilinx-ppc405-generic.h
  create mode 100644 include/configs/xilinx-ppc405.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
Politics:  A  strife  of  interests  masquerading  as  a  contest  of
principles. The conduct of public affairs for private advantage.
- Ambrose Bierce
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-10-24 Thread Stefan Roese
The following changes since commit d9d8c7c696dec370ca714c03beb6e79d4c90bd5e:
  Wolfgang Denk (1):
Fix strmhz(): avoid printing negative fractions

are available in the git repository at:

  git://www.denx.de/git/u-boot-ppc4xx.git master

Georg Schardt (1):
  ppc4xx: New board avnet fx12 minimodul

Ricardo Ribalda Delgado (1):
  ppc4xx: Generic architecture for xilinx ppc405(v3)

Stefan Roese (1):
  ppc4xx: Disable DDR2 autocalibration on Kilauea for now

 CREDITS|1 +
 MAINTAINERS|5 +
 MAKEALL|1 +
 Makefile   |   34 +
 board/avnet/fx12mm/.gitignore  |1 +
 board/avnet/fx12mm/Makefile|   27 
 board/avnet/fx12mm/config.mk   |   26 
 board/avnet/fx12mm/fx12mm.c|   52 +++
 board/avnet/fx12mm/xparameters.h   |   51 +++
 board/xilinx/ppc405-generic/.gitignore |1 +
 board/xilinx/ppc405-generic/Makefile   |   60 
 board/xilinx/ppc405-generic/config.mk  |   25 
 board/xilinx/ppc405-generic/u-boot-ram.lds |  134 ++
 board/xilinx/ppc405-generic/u-boot-rom.lds |  144 
 .../xilinx/ppc405-generic/xilinx_ppc405_generic.c  |   59 
 board/xilinx/ppc405-generic/xparameters.h  |   36 +
 cpu/ppc4xx/start.S |3 +-
 include/configs/fx12mm.h   |   72 ++
 include/configs/kilauea.h  |7 +
 include/configs/xilinx-ppc405-generic.h|   58 
 include/configs/xilinx-ppc405.h|  126 +
 21 files changed, 922 insertions(+), 1 deletions(-)
 create mode 100644 board/avnet/fx12mm/.gitignore
 create mode 100644 board/avnet/fx12mm/Makefile
 create mode 100644 board/avnet/fx12mm/config.mk
 create mode 100644 board/avnet/fx12mm/fx12mm.c
 create mode 100644 board/avnet/fx12mm/xparameters.h
 create mode 100644 board/xilinx/ppc405-generic/.gitignore
 create mode 100644 board/xilinx/ppc405-generic/Makefile
 create mode 100644 board/xilinx/ppc405-generic/config.mk
 create mode 100644 board/xilinx/ppc405-generic/u-boot-ram.lds
 create mode 100644 board/xilinx/ppc405-generic/u-boot-rom.lds
 create mode 100644 board/xilinx/ppc405-generic/xilinx_ppc405_generic.c
 create mode 100644 board/xilinx/ppc405-generic/xparameters.h
 create mode 100644 include/configs/fx12mm.h
 create mode 100644 include/configs/xilinx-ppc405-generic.h
 create mode 100644 include/configs/xilinx-ppc405.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-10-21 Thread Wolfgang Denk
Dear Stefan Roese,

In message [EMAIL PROTECTED] you wrote:
 The following changes since commit f61f1e150c84f5b9347fca79a4bc5f2286c545d2:
   Stefan Roese (1):
 Merge branch 'master' of /home/stefan/git/u-boot/u-boot
 
 are available in the git repository at:
 
   git://www.denx.de/git/u-boot-ppc4xx.git master
 
 Adam Graham (3):
   ppc4xx: Add AMCC Arches board support (dual 460GT)
   ppc4xx: Add static support for 44x IBM SDRAM Controller
   ppc4xx: Add routine to retrieve CPU number
 
 Dirk Eibach (1):
   ppc4xx: Add GDSys neo 405EP board support
 
 Niklaus Giger (1):
   ppc4xx: Update configs for Netstal boards
 
 Stefan Roese (2):
   ppc4xx: Correctly setup ranges property in ebc node
   ppc4xx: Add 1.0  1.066 GHz to canyonlands bootstrap command for PLL 
 setup
 
  MAINTAINERS  |4 +
  MAKEALL  |2 +
  Makefile |6 +-
  board/amcc/canyonlands/bootstrap.c   |   12 ++
  board/amcc/canyonlands/canyonlands.c |  140 +++
  board/amcc/canyonlands/init.S|   17 +++
  board/gdsys/neo/Makefile |   51 +++
  board/gdsys/neo/config.mk|   24 +++
  board/gdsys/neo/neo.c|  101 +
  board/gdsys/neo/u-boot.lds   |  132 ++
  cpu/ppc4xx/44x_spd_ddr2.c|   71 +++---
  cpu/ppc4xx/cpu.c |   19 +++-
  cpu/ppc4xx/fdt.c |   45 ---
  include/asm-ppc/ppc4xx-ebc.h |   31 
  include/configs/amcc-common.h|   17 ++-
  include/configs/canyonlands.h|  222 +++---
  include/configs/hcu4.h   |  100 ++
  include/configs/hcu5.h   |  118 ++--
  include/configs/mcu25.h  |   94 ++---
  include/configs/neo.h|  231 ++
  include/configs/netstal-common.h |  255 
 ++
  include/ppc440.h |3 +
  include/ppc4xx.h |3 +
  23 files changed, 1368 insertions(+), 330 deletions(-)
  create mode 100644 board/gdsys/neo/Makefile
  create mode 100644 board/gdsys/neo/config.mk
  create mode 100644 board/gdsys/neo/neo.c
  create mode 100644 board/gdsys/neo/u-boot.lds
  create mode 100644 include/configs/neo.h
  create mode 100644 include/configs/netstal-common.h

Done, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
This is now.  Later is later.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-10-13 Thread Stefan Roese
The following changes since commit 50a874b3b0272f32e3627732fab90b27fbd35066:
  Stefan Roese (1):
Merge branch 'master' of /home/stefan/git/u-boot/u-boot

are available in the git repository at:

  git://www.denx.de/git/u-boot-ppc4xx.git master

Adam Graham (1):
  ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change

Matthias Fuchs (4):
  ppc4xx: Update DU440 config
  ppc4xx: Fix DU440 GPIO configuration
  ppc4xx: Add strapping mode for 667MHz CPU frequency on DU440 board
  ppc4xx: Fix USB 2.0 phy reset sequence

 board/esd/du440/du440.c |   51 +-
 cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c |   21 ++
 include/configs/DU440.h |6 +++-
 3 files changed, 68 insertions(+), 10 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-10-13 Thread Wolfgang Denk
Dear Stefan Roese,

In message [EMAIL PROTECTED] you wrote:
 The following changes since commit 50a874b3b0272f32e3627732fab90b27fbd35066:
   Stefan Roese (1):
 Merge branch 'master' of /home/stefan/git/u-boot/u-boot
 
 are available in the git repository at:
 
   git://www.denx.de/git/u-boot-ppc4xx.git master
 
 Adam Graham (1):
   ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change
 
 Matthias Fuchs (4):
   ppc4xx: Update DU440 config
   ppc4xx: Fix DU440 GPIO configuration
   ppc4xx: Add strapping mode for 667MHz CPU frequency on DU440 board
   ppc4xx: Fix USB 2.0 phy reset sequence
 
  board/esd/du440/du440.c |   51 +-
  cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c |   21 ++
  include/configs/DU440.h |6 +++-
  3 files changed, 68 insertions(+), 10 deletions(-)

Done, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
Even if you can deceive people about  a  product  through  misleading
statements, sooner or later the product will speak for itself.
- Hajime Karatsu
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-09-22 Thread Stefan Roese
Hi Wolfgang,

On Sunday 21 September 2008, Wolfgang Denk wrote:
  AMCC wants to ship the new 600MHz boards. This version at least works
  compared to the current version which turns those boards into bricks,
  since it doesn't bootup into the U-Boot prompt. So it definitely is an
  improvement.

 We agree on this. But  I  would  rather  wait  for  a  real  fix  for
 mainline.  In  the  meantime,  you  could  keep  this workaround in a
 separate branch of your ppc4xx repository.

This could be an option. I'll talk with AMCC about this.

  I was hesitating here too, but I think its good enough to include this
  patch now. It definitely is a temporary fix and I hope that AMCC provides
  a better, final patch that fixes this problem soon. Problem is that
  nobody knows how long this could take.

 I hope AMCC can still make it for the next release -  we  still  have
 nearly 3 weeks plus some time for final testing.

  But in the end it's your call. If you reject this patch as is, then I'll
  revert it in my repository.

 Please revert it in the master branch. Thanks.

Done.

Best regards,
Stefan

=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: [EMAIL PROTECTED]
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-09-21 Thread Wolfgang Denk
Dear Stefan,

in message [EMAIL PROTECTED] you wrote:

  AS I understand, this is just a 
  temporary patch including a workaround for aproblem that is not yet
  understood.
 
 Correct.
 
  We are not under preassure yet in terms of release schedule.
 
 AMCC wants to ship the new 600MHz boards. This version at least works 
 compared 
 to the current version which turns those boards into bricks, since it doesn't 
 bootup into the U-Boot prompt. So it definitely is an improvement.

We agree on this. But  I  would  rather  wait  for  a  real  fix  for
mainline.  In  the  meantime,  you  could  keep  this workaround in a
separate branch of your ppc4xx repository.

 I was hesitating here too, but I think its good enough to include this patch 
 now. It definitely is a temporary fix and I hope that AMCC provides 
 a better, final patch that fixes this problem soon. Problem is that nobody 
 knows how long this could take.

I hope AMCC can still make it for the next release -  we  still  have
nearly 3 weeks plus some time for final testing.

 But in the end it's your call. If you reject this patch as is, then I'll 
 revert it in my repository.

Please revert it in the master branch. Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
Quantum Mechanics is God's version of Trust me.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-09-16 Thread Stefan Roese
The following changes since commit c0d2f87d6c450128b88e73eea715fa3654f65b6c:
  Wolfgang Denk (1):
Prepare v2008.10-rc2

are available in the git repository at:

  git://www.denx.de/git/u-boot-ppc4xx.git master

Victor Gallardo (1):
  ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)

 board/amcc/kilauea/kilauea.c|   31 +++
 cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c |5 -
 include/asm-ppc/ppc4xx-sdram.h  |6 ++
 3 files changed, 37 insertions(+), 5 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-09-12 Thread Wolfgang Denk
Dear Stefan Roese,

In message [EMAIL PROTECTED] you wrote:
 The following changes since commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836:
   Heiko Schocher (1):
 muas3001: update BR4 settings
 
 are available in the git repository at:
 
   git://www.denx.de/git/u-boot-ppc4xx.git master
 
 Ricardo Ribalda Delgado (3):
   ppc4xx: Fix in-tree build for ppc440-generic boards
   ppc4xx: Fix compilation of v5fx30teval_flash
   ppc4xx: Add .gitignore file to xilinx-ppc440 boards
 
 Stefan Roese (2):
   ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports
   ppc4xx: Enable device tree (FDT) support in zeus board port
 
  Makefile   |4 +-
  board/amcc/taihu/taihu.c   |9 
  board/avnet/v5fx30teval/.gitignore |1 +
  board/dave/PPChameleonEVB/PPChameleonEVB.c |   25 --
  board/esd/pci405/pci405.c  |   31 
 
  board/quad100hd/quad100hd.c|5 
  board/xilinx/ml507/.gitignore  |1 +
  board/xilinx/ppc440-generic/.gitignore |1 +
  board/xilinx/ppc440-generic/config.mk  |2 +-
  board/zeus/zeus.c  |   23 
  cpu/ppc4xx/sdram.c |   14 +---
  include/configs/quad100hd.h|1 -
  include/configs/zeus.h |6 +
  13 files changed, 22 insertions(+), 101 deletions(-)
  create mode 100644 board/avnet/v5fx30teval/.gitignore
  create mode 100644 board/xilinx/ml507/.gitignore
  create mode 100644 board/xilinx/ppc440-generic/.gitignore

Applied thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
Remember, there's a big difference between kneeling down and  bending
over.   - Frank Zappa
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-09-11 Thread Stefan Roese
The following changes since commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836:
  Heiko Schocher (1):
muas3001: update BR4 settings

are available in the git repository at:

  git://www.denx.de/git/u-boot-ppc4xx.git master

Ricardo Ribalda Delgado (3):
  ppc4xx: Fix in-tree build for ppc440-generic boards
  ppc4xx: Fix compilation of v5fx30teval_flash
  ppc4xx: Add .gitignore file to xilinx-ppc440 boards

Stefan Roese (2):
  ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports
  ppc4xx: Enable device tree (FDT) support in zeus board port

 Makefile   |4 +-
 board/amcc/taihu/taihu.c   |9 
 board/avnet/v5fx30teval/.gitignore |1 +
 board/dave/PPChameleonEVB/PPChameleonEVB.c |   25 --
 board/esd/pci405/pci405.c  |   31 
 board/quad100hd/quad100hd.c|5 
 board/xilinx/ml507/.gitignore  |1 +
 board/xilinx/ppc440-generic/.gitignore |1 +
 board/xilinx/ppc440-generic/config.mk  |2 +-
 board/zeus/zeus.c  |   23 
 cpu/ppc4xx/sdram.c |   14 +---
 include/configs/quad100hd.h|1 -
 include/configs/zeus.h |6 +
 13 files changed, 22 insertions(+), 101 deletions(-)
 create mode 100644 board/avnet/v5fx30teval/.gitignore
 create mode 100644 board/xilinx/ml507/.gitignore
 create mode 100644 board/xilinx/ppc440-generic/.gitignore
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-09-09 Thread Wolfgang Denk
Dear Stefan Roese,

In message [EMAIL PROTECTED] you wrote:
 The following changes since commit f158c3d51838474c4c36af365af145fbaf92b694:
   Wolfgang Denk (1):
 Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/master
 
 are available in the git repository at:
 
   git://www.denx.de/git/u-boot-ppc4xx.git master

This merge...

...and actually most probably these commits:

 Matthias Fuchs (3):
   ppc4xx: Update CPCI405 variants handling
   ppc4xx: Cleanup CPCI405 linker script
   ppc4xx: Update CPCI405(AB) configuration

... break out-of-tree building:

== CPCI4052 ==
System not configured - see README
make: *** [all] Error 1
== CPCI405AB ==
System not configured - see README
make: *** [all] Error 1
== CPCI405DT ==
System not configured - see README
make: *** [all] Error 1


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
You cannot propel yourself forward by patting yourself on the back.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-09-08 Thread Stefan Roese
The following changes since commit f158c3d51838474c4c36af365af145fbaf92b694:
  Wolfgang Denk (1):
Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/master

are available in the git repository at:

  git://www.denx.de/git/u-boot-ppc4xx.git master

Adam Graham (2):
  ppc4xx: IBM Memory Controller DDR autocalibration routines
  ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines

Matthias Fuchs (3):
  ppc4xx: Update CPCI405 variants handling
  ppc4xx: Cleanup CPCI405 linker script
  ppc4xx: Update CPCI405(AB) configuration

Ricardo Ribalda Delgado (1):
  ppc44x: Unification of virtex5 pp440 boards

Stefan Roese (4):
  ppc4xx: Fix compilation warning for canyonlands  glacier
  ppc4xx: Fix compilation warning for PIP405
  ppc4xx: Remove CONFIG_CS8952_PHY define
  ppc4xx: Move ppc4xx specific prototypes to ppc4xx header

Victor Gallardo (1):
  ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY

 CREDITS|3 +-
 MAINTAINERS|2 +
 MAKEALL|4 +
 Makefile   |   47 +-
 board/avnet/v5fx30teval/.gitignore |1 +
 .../ml507/config.mk = avnet/v5fx30teval/Makefile} |   12 +-
 board/avnet/v5fx30teval/v5fx30teval.c  |   28 +
 board/avnet/v5fx30teval/xparameters.h  |   33 +
 board/esd/cpci405/config.mk|   16 +-
 board/esd/cpci405/u-boot.lds   |   15 -
 board/xilinx/ml507/.gitignore  |1 +
 board/xilinx/ml507/Makefile|   41 +-
 board/xilinx/ml507/init.S  |   53 -
 board/xilinx/ml507/ml507.c |   21 +-
 board/xilinx/ml507/xparameters.h   |   17 +-
 board/xilinx/ppc440-generic/.gitignore |1 +
 board/xilinx/ppc440-generic/Makefile   |   62 +
 board/xilinx/ppc440-generic/init.S |   45 +
 .../{ml507 = ppc440-generic}/u-boot-ram.lds   |0 
 .../{ml507 = ppc440-generic}/u-boot-rom.lds   |0 
 .../xilinx/ppc440-generic/xilinx_ppc440_generic.c  |   52 +
 board/xilinx/ppc440-generic/xparameters.h  |   34 +
 cpu/ppc4xx/44x_spd_ddr2.c  |  158 ++-
 cpu/ppc4xx/4xx_enet.c  |  168 +++-
 cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c| 1212 
 cpu/ppc4xx/Makefile|3 +
 cpu/ppc4xx/miiphy.c|   37 +-
 include/asm-ppc/ppc4xx-sdram.h |3 +-
 include/configs/CPCI4052.h |6 +
 include/configs/CPCI405AB.h|6 +
 include/configs/PIP405.h   |1 -
 include/configs/kilauea.h  |   19 +
 include/configs/ml507.h|   91 +--
 include/configs/v5fx30teval.h  |   49 +
 include/configs/xilinx-ppc440-generic.h|   49 +
 include/configs/xilinx-ppc440.h|  106 ++
 include/ppc440.h   |   13 -
 include/ppc4xx.h   |   13 +
 include/ppc4xx_enet.h  |3 +
 41 files changed, 2112 insertions(+), 336 deletions(-)
 create mode 100644 board/avnet/v5fx30teval/.gitignore
 rename board/{xilinx/ml507/config.mk = avnet/v5fx30teval/Makefile} (76%)
 create mode 100644 board/avnet/v5fx30teval/v5fx30teval.c
 create mode 100644 board/avnet/v5fx30teval/xparameters.h
 create mode 100644 board/xilinx/ml507/.gitignore
 delete mode 100644 board/xilinx/ml507/init.S
 create mode 100644 board/xilinx/ppc440-generic/.gitignore
 create mode 100644 board/xilinx/ppc440-generic/Makefile
 create mode 100644 board/xilinx/ppc440-generic/init.S
 rename board/xilinx/{ml507 = ppc440-generic}/u-boot-ram.lds (100%)
 rename board/xilinx/{ml507 = ppc440-generic}/u-boot-rom.lds (100%)
 create mode 100644 board/xilinx/ppc440-generic/xilinx_ppc440_generic.c
 create mode 100644 board/xilinx/ppc440-generic/xparameters.h
 create mode 100644 cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c
 create mode 100644 include/configs/v5fx30teval.h
 create mode 100644 include/configs/xilinx-ppc440-generic.h
 create mode 100644 include/configs/xilinx-ppc440.h
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-09-08 Thread Wolfgang Denk
Dear Stefan Roese,

In message [EMAIL PROTECTED] you wrote:
 The following changes since commit f158c3d51838474c4c36af365af145fbaf92b694:
   Wolfgang Denk (1):
 Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/master
 
 are available in the git repository at:
 
   git://www.denx.de/git/u-boot-ppc4xx.git master
 
 Adam Graham (2):
   ppc4xx: IBM Memory Controller DDR autocalibration routines
   ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines
 
 Matthias Fuchs (3):
   ppc4xx: Update CPCI405 variants handling
   ppc4xx: Cleanup CPCI405 linker script
   ppc4xx: Update CPCI405(AB) configuration
 
 Ricardo Ribalda Delgado (1):
   ppc44x: Unification of virtex5 pp440 boards
 
 Stefan Roese (4):
   ppc4xx: Fix compilation warning for canyonlands  glacier
   ppc4xx: Fix compilation warning for PIP405
   ppc4xx: Remove CONFIG_CS8952_PHY define
   ppc4xx: Move ppc4xx specific prototypes to ppc4xx header
 
 Victor Gallardo (1):
   ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY
 
  CREDITS|3 +-
  MAINTAINERS|2 +
  MAKEALL|4 +
  Makefile   |   47 +-
  board/avnet/v5fx30teval/.gitignore |1 +
  .../ml507/config.mk = avnet/v5fx30teval/Makefile} |   12 +-
  board/avnet/v5fx30teval/v5fx30teval.c  |   28 +
  board/avnet/v5fx30teval/xparameters.h  |   33 +
  board/esd/cpci405/config.mk|   16 +-
  board/esd/cpci405/u-boot.lds   |   15 -
  board/xilinx/ml507/.gitignore  |1 +
  board/xilinx/ml507/Makefile|   41 +-
  board/xilinx/ml507/init.S  |   53 -
  board/xilinx/ml507/ml507.c |   21 +-
  board/xilinx/ml507/xparameters.h   |   17 +-
  board/xilinx/ppc440-generic/.gitignore |1 +
  board/xilinx/ppc440-generic/Makefile   |   62 +
  board/xilinx/ppc440-generic/init.S |   45 +
  .../{ml507 = ppc440-generic}/u-boot-ram.lds   |0 
  .../{ml507 = ppc440-generic}/u-boot-rom.lds   |0 
  .../xilinx/ppc440-generic/xilinx_ppc440_generic.c  |   52 +
  board/xilinx/ppc440-generic/xparameters.h  |   34 +
  cpu/ppc4xx/44x_spd_ddr2.c  |  158 ++-
  cpu/ppc4xx/4xx_enet.c  |  168 +++-
  cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c| 1212 
 
  cpu/ppc4xx/Makefile|3 +
  cpu/ppc4xx/miiphy.c|   37 +-
  include/asm-ppc/ppc4xx-sdram.h |3 +-
  include/configs/CPCI4052.h |6 +
  include/configs/CPCI405AB.h|6 +
  include/configs/PIP405.h   |1 -
  include/configs/kilauea.h  |   19 +
  include/configs/ml507.h|   91 +--
  include/configs/v5fx30teval.h  |   49 +
  include/configs/xilinx-ppc440-generic.h|   49 +
  include/configs/xilinx-ppc440.h|  106 ++
  include/ppc440.h   |   13 -
  include/ppc4xx.h   |   13 +
  include/ppc4xx_enet.h  |3 +
  41 files changed, 2112 insertions(+), 336 deletions(-)
  create mode 100644 board/avnet/v5fx30teval/.gitignore
  rename board/{xilinx/ml507/config.mk = avnet/v5fx30teval/Makefile} (76%)
  create mode 100644 board/avnet/v5fx30teval/v5fx30teval.c
  create mode 100644 board/avnet/v5fx30teval/xparameters.h
  create mode 100644 board/xilinx/ml507/.gitignore
  delete mode 100644 board/xilinx/ml507/init.S
  create mode 100644 board/xilinx/ppc440-generic/.gitignore
  create mode 100644 board/xilinx/ppc440-generic/Makefile
  create mode 100644 board/xilinx/ppc440-generic/init.S
  rename board/xilinx/{ml507 = ppc440-generic}/u-boot-ram.lds (100%)
  rename board/xilinx/{ml507 = ppc440-generic}/u-boot-rom.lds (100%)
  create mode 100644 board/xilinx/ppc440-generic/xilinx_ppc440_generic.c
  create mode 100644 board/xilinx/ppc440-generic/xparameters.h
  create mode 100644 cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c
  create mode 100644 include/configs/v5fx30teval.h
  create mode 100644 include/configs/xilinx-ppc440-generic.h
  create mode 100644 include/configs/xilinx-ppc440.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
I knew then (in 1970) that a 4-kbyte minicomputer would cost as much
as a house. So I reasoned  that  after  college,  I'd  have  to  

[U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-08-21 Thread Stefan Roese
The following changes since commit ba37aa03287c5483c61c0a3e320cbee0143a:
  Kumar Gala (1):
fdt: rework fdt_fixup_ethernet() to use env instead of bd_t

are available in the git repository at:

  git://www.denx.de/git/u-boot-ppc4xx.git master

Prodyut  Hazarika (1):
  ppc4xx: Optimize PLB4 Arbiter and Memory Queue settings for PPC440SP/SPe,

Stefan Roese (1):
  ppc4xx: Cleanup of ppc4xx: Optimize PLB4 Arbiter... patch

 cpu/ppc4xx/44x_spd_ddr2.c  |   17 +---
 cpu/ppc4xx/cpu_init.c  |   13 +
 include/asm-ppc/ppc4xx-sdram.h |   48 ++---
 include/ppc440.h   |   47 -
 include/ppc4xx.h   |   56 
 5 files changed, 114 insertions(+), 67 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-08-13 Thread Wolfgang Denk
Dear Stefan Roese,

In message [EMAIL PROTECTED] you wrote:
 The following changes since commit cd82919e6c8a73b363a26f34b734923844e52d1c:
   Wolfgang Denk (1):
 Coding style cleanup, update CHANGELOG, prepare release
 
 are available in the git repository at:
 
   git://www.denx.de/git/u-boot-ppc4xx.git master
 
 Feng Kan (3):
   ppc4xx: Add initial 460SX defines for the cpu/ppc4xx directory.
   ppc4xx: Add initial 460SX reference board (redwood) config file and 
 defines.
   ppc4xx: Initial framework of the AMCC PPC460SX redwood reference board.
 
 Grant Erickson (5):
   PPC4xx: Correct SDRAM_MCSTAT for PPC405EX(r)
   ppc4xx: Add SDR0_SRST Mnemonics for the 405EX(r)
   ppc4xx: Add AMCC/IBM DDR2 SDRAM ECC Field Mnemonics
   ppc4xx: Add Mnemonics for AMCC/IBM DDR2 SDRAM Controller
   ppc4xx: Add MII mode support to the EMAC RGMII Bridge
 
 Ricardo Ribalda Delgado (2):
   ppc4xx: CPU PPC440x5 on Virtex5 FX
   ppc4xx: ML507 Board Support
 
 Stefan Roese (12):
   ppc4xx: Fix merge problems in 44x_spd_ddr2.c
   ppc4xx: Consolidate PPC4xx EBC defines
   ppc4xx: Consolidate PPC4xx UIC defines
   ppc4xx: Consolidate PPC4xx UIC defines
   ppc4xx: Rework 440GX UIC handling
   ppc4xx: Cleanup Katmai  Yucca PCIe register usage
   ppc4xx: Continue cleanup of ppc440.h
   ppc4xx: Add 460SX UIC defines
   ppc4xx: Some Rewood cleanups (coding style, leading white spaces)
   ppc4xx: Fix small korat merge problem
   ppc4xx: Fix compile warning in 44x_spd_ddr2.c
   ppc4xx: Minor coding style cleanup of Xilinx Virtex5 ml507 support
 
  CREDITS |5 +
  MAINTAINERS |7 +
  MAKEALL |2 +
  Makefile|6 +
  board/amcc/katmai/katmai.c  |   72 +---
  board/amcc/ocotea/ocotea.c  |   50 +-
  board/amcc/redwood/Makefile |   50 ++
  board/amcc/redwood/config.mk|   42 ++
  board/amcc/redwood/init.S   |   77 +++
  board/amcc/redwood/redwood.c|  456 ++
  board/amcc/redwood/redwood.h|   50 ++
  board/amcc/redwood/u-boot.lds   |  147 +
  board/amcc/sequoia/sequoia.c|5 +-
  board/amcc/taishan/taishan.c|   50 +-
  board/amcc/yucca/yucca.c|   62 +--
  board/korat/korat.c |4 +-
  board/prodrive/alpr/alpr.c  |   50 +-
  board/sandburst/karef/karef.c   |   50 +-
  board/sandburst/metrobox/metrobox.c |   50 +-
  board/xilinx/ml507/Makefile |   58 ++
  board/xilinx/ml507/config.mk|   24 +
  board/xilinx/ml507/init.S   |   47 ++
  board/xilinx/ml507/ml507.c  |   46 ++
  board/xilinx/ml507/u-boot.lds   |  130 
  board/xilinx/ml507/xparameters.h|   34 ++
  board/xpedite1k/xpedite1k.c |   50 +-
  common/cmd_reginfo.c|5 +-
  cpu/ppc4xx/44x_spd_ddr2.c   |  276 --
  cpu/ppc4xx/4xx_enet.c   |  492 ++--
  cpu/ppc4xx/4xx_uart.c   |2 +-
  cpu/ppc4xx/Makefile |   13 +-
  cpu/ppc4xx/cpu.c|   41 ++
  cpu/ppc4xx/cpu_init.c   |   15 +-
  cpu/ppc4xx/interrupts.c |  237 +---
  cpu/ppc4xx/iop480_uart.c|1 -
  cpu/ppc4xx/speed.c  |9 +-
  cpu/ppc4xx/start.S  |   19 +-
  cpu/ppc4xx/uic.c|  180 ++
  cpu/ppc4xx/usbdev.c |4 +-
  cpu/ppc4xx/xilinx_irq.c |  100 
  include/asm-ppc/interrupt.h |   36 ++
  include/asm-ppc/ppc4xx-ebc.h|  156 +
  include/asm-ppc/ppc4xx-intvec.h |  474 ---
  include/asm-ppc/ppc4xx-sdram.h  |  338 +--
  include/asm-ppc/ppc4xx-uic.h|  316 ++
  include/asm-ppc/processor.h |6 +
  include/asm-ppc/xilinx_irq.h|   36 ++
  include/configs/HH405.h |2 +-
  include/configs/katmai.h|1 -
  include/configs/kilauea.h   |  146 -
  include/configs/makalu.h|1 +
  include/configs/ml507.h |  116 
  include/configs/redwood.h   |  186 ++
  include/ppc405.h|  397 ++
  include/ppc440.h| 1112 
 +--
  include/ppc4xx.h|7 +-
  include/ppc4xx_enet.h   |   16 +-
  57 files changed, 3399 insertions(+), 2965 deletions(-)
  create mode 100644 board/amcc/redwood/Makefile
  create mode 100644 board/amcc/redwood/config.mk
  create mode 100644 board/amcc/redwood/init.S
  create mode 100644 board/amcc/redwood/redwood.c
  create mode 100644 board/amcc/redwood/redwood.h
  create mode 100644 board/amcc/redwood/u-boot.lds
  create mode 100644 board/xilinx/ml507/Makefile
  create mode 100644 board/xilinx/ml507/config.mk
  create mode 100644 

[U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-08-12 Thread Stefan Roese
The following changes since commit cd82919e6c8a73b363a26f34b734923844e52d1c:
  Wolfgang Denk (1):
Coding style cleanup, update CHANGELOG, prepare release

are available in the git repository at:

  git://www.denx.de/git/u-boot-ppc4xx.git master

Feng Kan (3):
  ppc4xx: Add initial 460SX defines for the cpu/ppc4xx directory.
  ppc4xx: Add initial 460SX reference board (redwood) config file and 
defines.
  ppc4xx: Initial framework of the AMCC PPC460SX redwood reference board.

Grant Erickson (5):
  PPC4xx: Correct SDRAM_MCSTAT for PPC405EX(r)
  ppc4xx: Add SDR0_SRST Mnemonics for the 405EX(r)
  ppc4xx: Add AMCC/IBM DDR2 SDRAM ECC Field Mnemonics
  ppc4xx: Add Mnemonics for AMCC/IBM DDR2 SDRAM Controller
  ppc4xx: Add MII mode support to the EMAC RGMII Bridge

Ricardo Ribalda Delgado (2):
  ppc4xx: CPU PPC440x5 on Virtex5 FX
  ppc4xx: ML507 Board Support

Stefan Roese (12):
  ppc4xx: Fix merge problems in 44x_spd_ddr2.c
  ppc4xx: Consolidate PPC4xx EBC defines
  ppc4xx: Consolidate PPC4xx UIC defines
  ppc4xx: Consolidate PPC4xx UIC defines
  ppc4xx: Rework 440GX UIC handling
  ppc4xx: Cleanup Katmai  Yucca PCIe register usage
  ppc4xx: Continue cleanup of ppc440.h
  ppc4xx: Add 460SX UIC defines
  ppc4xx: Some Rewood cleanups (coding style, leading white spaces)
  ppc4xx: Fix small korat merge problem
  ppc4xx: Fix compile warning in 44x_spd_ddr2.c
  ppc4xx: Minor coding style cleanup of Xilinx Virtex5 ml507 support

 CREDITS |5 +
 MAINTAINERS |7 +
 MAKEALL |2 +
 Makefile|6 +
 board/amcc/katmai/katmai.c  |   72 +---
 board/amcc/ocotea/ocotea.c  |   50 +-
 board/amcc/redwood/Makefile |   50 ++
 board/amcc/redwood/config.mk|   42 ++
 board/amcc/redwood/init.S   |   77 +++
 board/amcc/redwood/redwood.c|  456 ++
 board/amcc/redwood/redwood.h|   50 ++
 board/amcc/redwood/u-boot.lds   |  147 +
 board/amcc/sequoia/sequoia.c|5 +-
 board/amcc/taishan/taishan.c|   50 +-
 board/amcc/yucca/yucca.c|   62 +--
 board/korat/korat.c |4 +-
 board/prodrive/alpr/alpr.c  |   50 +-
 board/sandburst/karef/karef.c   |   50 +-
 board/sandburst/metrobox/metrobox.c |   50 +-
 board/xilinx/ml507/Makefile |   58 ++
 board/xilinx/ml507/config.mk|   24 +
 board/xilinx/ml507/init.S   |   47 ++
 board/xilinx/ml507/ml507.c  |   46 ++
 board/xilinx/ml507/u-boot.lds   |  130 
 board/xilinx/ml507/xparameters.h|   34 ++
 board/xpedite1k/xpedite1k.c |   50 +-
 common/cmd_reginfo.c|5 +-
 cpu/ppc4xx/44x_spd_ddr2.c   |  276 --
 cpu/ppc4xx/4xx_enet.c   |  492 ++--
 cpu/ppc4xx/4xx_uart.c   |2 +-
 cpu/ppc4xx/Makefile |   13 +-
 cpu/ppc4xx/cpu.c|   41 ++
 cpu/ppc4xx/cpu_init.c   |   15 +-
 cpu/ppc4xx/interrupts.c |  237 +---
 cpu/ppc4xx/iop480_uart.c|1 -
 cpu/ppc4xx/speed.c  |9 +-
 cpu/ppc4xx/start.S  |   19 +-
 cpu/ppc4xx/uic.c|  180 ++
 cpu/ppc4xx/usbdev.c |4 +-
 cpu/ppc4xx/xilinx_irq.c |  100 
 include/asm-ppc/interrupt.h |   36 ++
 include/asm-ppc/ppc4xx-ebc.h|  156 +
 include/asm-ppc/ppc4xx-intvec.h |  474 ---
 include/asm-ppc/ppc4xx-sdram.h  |  338 +--
 include/asm-ppc/ppc4xx-uic.h|  316 ++
 include/asm-ppc/processor.h |6 +
 include/asm-ppc/xilinx_irq.h|   36 ++
 include/configs/HH405.h |2 +-
 include/configs/katmai.h|1 -
 include/configs/kilauea.h   |  146 -
 include/configs/makalu.h|1 +
 include/configs/ml507.h |  116 
 include/configs/redwood.h   |  186 ++
 include/ppc405.h|  397 ++
 include/ppc440.h| 1112 +--
 include/ppc4xx.h|7 +-
 include/ppc4xx_enet.h   |   16 +-
 57 files changed, 3399 insertions(+), 2965 deletions(-)
 create mode 100644 board/amcc/redwood/Makefile
 create mode 100644 board/amcc/redwood/config.mk
 create mode 100644 board/amcc/redwood/init.S
 create mode 100644 board/amcc/redwood/redwood.c
 create mode 100644 board/amcc/redwood/redwood.h
 create mode 100644 board/amcc/redwood/u-boot.lds
 create mode 100644 board/xilinx/ml507/Makefile
 create mode 100644 board/xilinx/ml507/config.mk
 create mode 100644 board/xilinx/ml507/init.S
 create mode 100644 board/xilinx/ml507/ml507.c
 create mode 100644 board/xilinx/ml507/u-boot.lds
 create mode 100644 board/xilinx/ml507/xparameters.h
 create