public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2007-03-24 15:03 Stefan Roese
  0 siblings, 0 replies; 122+ messages in thread
From: Stefan Roese @ 2007-03-24 15:03 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

please pull the latest 4xx changes. I cleaned up the open
issues. Please let me know when you still see some problems.

Sorry again this this "dirty" commit.

The following changes since commit e6615ecf4eaf4dd52696934aed8f5c6474cfd286:
  Stefan Roese (1):
        ppc4xx: Fix file mode of include/configs/acadia.h

are found in the git repository at:

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

Stefan Roese (4):
      Clean up 40EZ/Acadia support
      Small Sequoia cleanup
      Add 4xx GPIO functions
      Merge with /home/stefan/git/u-boot/acadia

 board/amcc/acadia/acadia.c   |   55 +--
 board/amcc/acadia/config.mk  |   11 +-
 board/amcc/acadia/cpr.c      |   40 +-
 board/amcc/acadia/flash.c    | 1108 ------------------------------------------
 board/amcc/acadia/memory.c   |  555 ++-------------------
 board/amcc/acadia/u-boot.lds |   13 -
 board/amcc/bamboo/bamboo.c   |    1 +
 board/amcc/bamboo/bamboo.h   |   10 -
 board/amcc/katmai/katmai.c   |    1 +
 board/amcc/sequoia/sequoia.c |    4 +-
 common/serial.c              |    4 +-
 cpu/ppc4xx/Makefile          |    2 +-
 cpu/ppc4xx/cpu_init.c        |  115 +-----
 cpu/ppc4xx/gpio.c            |  214 ++++++++
 cpu/ppc4xx/start.S           |   51 +--
 include/asm-ppc/gpio.h       |   56 +++
 include/configs/acadia.h     |  300 ++++++------
 include/configs/sequoia.h    |   15 +-
 include/ppc440.h             |   23 -
 include/serial.h             |    2 +-
 20 files changed, 511 insertions(+), 2069 deletions(-)
 delete mode 100644 board/amcc/acadia/flash.c
 create mode 100644 cpu/ppc4xx/gpio.c
 create mode 100644 include/asm-ppc/gpio.h

^ permalink raw reply	[flat|nested] 122+ messages in thread
* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-07-18 14:04 Stefan Roese
  2008-07-20 20:56 ` Wolfgang Denk
  0 siblings, 1 reply; 122+ messages in thread
From: Stefan Roese @ 2008-07-18 14:04 UTC (permalink / raw)
  To: u-boot

The following changes since commit 699f05125509249072a0b865c8d35520d97cd501:
  Wolfgang Denk (1):
        Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile

are available in the git repository at:

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

Stefan Roese (2):
      ppc4xx: Fix incorrect MODTx setup for some DIMM configurations
      ppc4xx: Enable 64bit printf format on 440/460 platforms

 cpu/ppc4xx/44x_spd_ddr2.c |   24 ++++++++++++------------
 include/ppc4xx.h          |    6 ++++++
 2 files changed, 18 insertions(+), 12 deletions(-)

^ permalink raw reply	[flat|nested] 122+ messages in thread
* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-07-11 13:10 Stefan Roese
  2008-07-13 12:43 ` Wolfgang Denk
  0 siblings, 1 reply; 122+ messages in thread
From: Stefan Roese @ 2008-07-11 13:10 UTC (permalink / raw)
  To: u-boot

The following changes since commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96:
  Wolfgang Denk (1):
        Fix some more print() format errors.

are available in the git repository at:

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

Stefan Roese (1):
      ppc4xx: Fix include sequence in 4xx_pcie.c

 cpu/ppc4xx/4xx_pcie.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 122+ messages in thread
* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-07-10  8:17 Stefan Roese
  2008-07-10  8:51 ` Wolfgang Denk
  0 siblings, 1 reply; 122+ messages in thread
From: Stefan Roese @ 2008-07-10  8:17 UTC (permalink / raw)
  To: u-boot

The following changes since commit ac5ba41c2234dd513ed2c879914e964cc05a0135:
  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

Larry Johnson (2):
      ppc4xx: Update and add FDT to Korat board support
      ppc4xx: Remove implementation of testdram() from Korat board support

Stefan Roese (2):
      ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
      ppc4xx: Fix printf format warnings now visible with the updated format check

 board/amcc/katmai/cmd_katmai.c |    4 +-
 board/esd/du440/du440.c        |    4 +-
 board/korat/korat.c            |   74 ++++++++++++++++++++--------------------
 board/lwmon5/sdram.c           |    2 +-
 board/zeus/zeus.c              |    2 +-
 cpu/ppc4xx/44x_spd_ddr2.c      |   64 ++++++++++++++++++++++++++--------
 cpu/ppc4xx/4xx_enet.c          |    2 +-
 cpu/ppc4xx/denali_spd_ddr2.c   |    8 ++--
 cpu/ppc4xx/tlb.c               |    4 +-
 cpu/ppc4xx/traps.c             |   26 +++++++-------
 include/asm-ppc/ppc4xx-sdram.h |    4 +-
 include/configs/katmai.h       |    7 ++++
 include/configs/korat.h        |   11 ++++--
 13 files changed, 128 insertions(+), 84 deletions(-)

^ permalink raw reply	[flat|nested] 122+ messages in thread
* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-06-30 13:28 Stefan Roese
  2008-06-30 14:01 ` Detlev Zundel
  0 siblings, 1 reply; 122+ messages in thread
From: Stefan Roese @ 2008-06-30 13:28 UTC (permalink / raw)
  To: u-boot

The following changes since commit 914f58c5766860373a7d232e961cee5a4b54a55b:
  Wolfgang Denk (1):
        Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash

are available in the git repository at:

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

Stefan Roese (3):
      ppc4xx: Fix problem in gpio_config()
      ppc4xx: Fix compilation problems with phys_size_t
      ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic

 board/amirix/ap1000/serial.c |    1 +
 board/exbitgen/exbitgen.c    |    1 +
 board/exbitgen/flash.c       |    1 +
 board/ml2/serial.c           |    1 +
 board/xilinx/ml300/serial.c  |    1 +
 cpu/ppc4xx/cpu_init.c        |   20 ++++++++++++++++++--
 cpu/ppc4xx/gpio.c            |    4 ++--
 include/ppc440.h             |    2 ++
 8 files changed, 27 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 122+ messages in thread
* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-06-28 12:12 Stefan Roese
  0 siblings, 0 replies; 122+ messages in thread
From: Stefan Roese @ 2008-06-28 12:12 UTC (permalink / raw)
  To: u-boot

The following changes since commit 914f58c5766860373a7d232e961cee5a4b54a55b:
  Wolfgang Denk (1):
        Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash

are available in the git repository at:

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

Stefan Roese (2):
      ppc4xx: Fix problem in gpio_config()
      ppc4xx: Fix compilation problems with phys_size_t

 board/amirix/ap1000/serial.c |    1 +
 board/exbitgen/exbitgen.c    |    1 +
 board/exbitgen/flash.c       |    1 +
 board/ml2/serial.c           |    1 +
 board/xilinx/ml300/serial.c  |    1 +
 cpu/ppc4xx/gpio.c            |    4 ++--
 6 files changed, 7 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 122+ messages in thread
* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-06-12 13:52 Stefan Roese
  2008-06-19 20:58 ` Wolfgang Denk
  0 siblings, 1 reply; 122+ messages in thread
From: Stefan Roese @ 2008-06-12 13:52 UTC (permalink / raw)
  To: u-boot

The following changes since commit a94f22f08f280905926219e568568964cb9eeb9d:
  Andy Fleming (1):
        Fix build issue with string.h and linux/string.h

are available in the git repository at:

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

Stefan Roese (1):
      ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output

 board/amcc/canyonlands/canyonlands.c |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

^ permalink raw reply	[flat|nested] 122+ messages in thread
* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-06-09  7:20 Stefan Roese
  2008-06-11 20:14 ` Wolfgang Denk
  0 siblings, 1 reply; 122+ messages in thread
From: Stefan Roese @ 2008-06-09  7:20 UTC (permalink / raw)
  To: u-boot

The following changes since commit 10a3367955bc2033b288915f8f10d0e507fe2fa1:
  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

Grant Erickson (3):
      PPC4xx: Simplified post_word_{load, store}
      ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
      ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling

Kenneth Johansson (1):
      Remove shell variable UNDEF_SYM.

Matthias Fuchs (1):
      ppc4xx: Cleanup CPCI405 variant's config file

Stefan Roese (13):
      ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
      ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
      ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
      ppc4xx: Change Kilauea to use the common DDR2 init function
      ppc4xx: Fix common ECC generation code for 440GP style platforms
      ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
      ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
      ppc4xx: Remove implementations of testdram()
      ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
      ppc4xx: Unify AMCC's board config files (part 1/3)
      ppc4xx: Unify AMCC's board config files (part 2/3)
      ppc4xx: Unify AMCC's board config files (part 3/3)
      ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options

 board/amcc/acadia/memory.c               |   15 -
 board/amcc/bamboo/bamboo.c               |   67 --
 board/amcc/bubinga/bubinga.c             |   16 -
 board/amcc/canyonlands/canyonlands.c     |   38 -
 board/amcc/ebony/ebony.c                 |   30 -
 board/amcc/katmai/katmai.c               |   30 -
 board/amcc/kilauea/Makefile              |    3 +-
 board/amcc/kilauea/init.S                |  154 ----
 board/amcc/kilauea/memory.c              |   79 --
 board/amcc/luan/luan.c                   |   44 --
 board/amcc/makalu/Makefile               |    2 +-
 board/amcc/makalu/init.S                 |  125 +----
 board/amcc/makalu/memory.c               |  188 -----
 board/amcc/ocotea/ocotea.c               |   30 -
 board/amcc/sequoia/config.mk             |    4 +
 board/amcc/sequoia/sequoia.c             |   38 -
 board/amcc/taihu/taihu.c                 |   42 --
 board/amcc/taishan/taishan.c             |   30 -
 board/amcc/walnut/walnut.c               |   16 -
 board/amcc/yosemite/yosemite.c           |   52 +--
 board/amcc/yucca/yucca.c                 |   30 -
 board/amirix/ap1000/init.S               |    4 -
 board/cray/L1/init.S                     |   11 -
 board/csb272/csb272.c                    |    9 +
 board/csb472/csb472.c                    |    9 +
 board/eric/eric.c                        |    8 +
 board/esd/ar405/ar405.c                  |   22 -
 board/esd/canbt/canbt.c                  |   19 -
 board/exbitgen/exbitgen.c                |    9 +
 board/g2000/g2000.c                      |   35 -
 board/jse/init.S                         |   10 -
 board/lwmon5/lwmon5.c                    |   38 -
 board/ml2/init.S                         |    4 -
 board/mpl/mip405/init.S                  |   13 -
 board/mpl/pip405/init.S                  |   13 -
 board/netstal/hcu4/hcu4.c                |    9 -
 board/netstal/hcu5/sdram.c               |   26 +-
 board/netstal/mcu25/mcu25.c              |    9 -
 board/pcs440ep/pcs440ep.c                |   38 -
 board/prodrive/alpr/alpr.c               |   30 -
 board/w7o/w7o.c                          |    8 +
 board/xilinx/ml300/init.S                |    4 -
 board/zeus/zeus.c                        |   45 --
 cpu/ppc4xx/44x_spd_ddr.c                 |  200 +-----
 cpu/ppc4xx/44x_spd_ddr2.c                |  131 ++++-
 cpu/ppc4xx/4xx_uart.c                    |   10 +-
 cpu/ppc4xx/Makefile                      |    1 +
 cpu/ppc4xx/commproc.c                    |   26 +-
 cpu/ppc4xx/cpu_init.c                    |   85 ---
 cpu/ppc4xx/ecc.c                         |  122 ++++
 cpu/ppc4xx/ecc.h                         |   69 ++
 cpu/ppc4xx/sdram.c                       |   54 +--
 cpu/ppc4xx/start.S                       |  522 ++++++++------
 cpu/ppc4xx/traps.c                       |    9 +-
 include/asm-ppc/ppc4xx-sdram.h           | 1156 ++++++++++++++++++++++++++++++
 include/asm-ppc/processor.h              |    6 +-
 include/configs/CPCI4052.h               |   38 -
 include/configs/CPCI405AB.h              |   22 -
 include/configs/CPCI405DT.h              |   33 -
 include/configs/acadia.h                 |  169 +----
 include/configs/alpr.h                   |    1 -
 include/configs/amcc-common.h            |  259 +++++++
 include/configs/bamboo.h                 |  169 +----
 include/configs/bubinga.h                |  150 +----
 include/configs/canyonlands.h            |  173 +----
 include/configs/ebony.h                  |  152 +----
 include/configs/katmai.h                 |  163 +----
 include/configs/kilauea.h                |  276 +++-----
 include/configs/luan.h                   |  148 +----
 include/configs/makalu.h                 |  272 +++----
 include/configs/ocotea.h                 |  152 +----
 include/configs/sequoia.h                |  173 +----
 include/configs/taihu.h                  |  146 +----
 include/configs/taishan.h                |  161 +----
 include/configs/walnut.h                 |  155 +----
 include/configs/yosemite.h               |  164 +----
 include/configs/yucca.h                  |  152 +----
 include/ppc405.h                         |  527 ++++----------
 include/ppc440.h                         |  896 -----------------------
 include/ppc4xx.h                         |   40 +
 nand_spl/board/amcc/acadia/Makefile      |    2 +-
 nand_spl/board/amcc/bamboo/Makefile      |    2 +-
 nand_spl/board/amcc/bamboo/sdram.c       |   10 +-
 nand_spl/board/amcc/canyonlands/Makefile |    2 +-
 nand_spl/board/amcc/kilauea/Makefile     |   23 +-
 nand_spl/board/amcc/kilauea/config.mk    |    5 +-
 nand_spl/board/amcc/kilauea/u-boot.lds   |    1 -
 nand_spl/board/amcc/sequoia/Makefile     |    2 +-
 nand_spl/nand_boot.c                     |   11 +-
 post/cpu/ppc4xx/uart.c                   |   10 +-
 90 files changed, 2793 insertions(+), 5663 deletions(-)
 delete mode 100644 board/amcc/kilauea/init.S
 delete mode 100644 board/amcc/kilauea/memory.c
 delete mode 100644 board/amcc/makalu/memory.c
 create mode 100644 cpu/ppc4xx/ecc.c
 create mode 100644 cpu/ppc4xx/ecc.h
 create mode 100644 include/asm-ppc/ppc4xx-sdram.h
 create mode 100644 include/configs/amcc-common.h

^ permalink raw reply	[flat|nested] 122+ messages in thread
* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-06-03 18:41 Stefan Roese
  0 siblings, 0 replies; 122+ messages in thread
From: Stefan Roese @ 2008-06-03 18:41 UTC (permalink / raw)
  To: u-boot

The following changes since commit 10a3367955bc2033b288915f8f10d0e507fe2fa1:
  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

Grant Erickson (3):
      PPC4xx: Simplified post_word_{load, store}
      ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
      ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling

Kenneth Johansson (1):
      Remove shell variable UNDEF_SYM.

Matthias Fuchs (1):
      ppc4xx: Cleanup CPCI405 variant's config file

Stefan Roese (8):
      ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
      ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
      ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
      ppc4xx: Change Kilauea to use the common DDR2 init function
      ppc4xx: Fix common ECC generation code for 440GP style platforms
      ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
      ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
      ppc4xx: Remove implementations of testdram()

 board/amcc/acadia/memory.c               |   15 -
 board/amcc/bamboo/bamboo.c               |   67 --
 board/amcc/bubinga/bubinga.c             |   16 -
 board/amcc/canyonlands/canyonlands.c     |   38 -
 board/amcc/ebony/ebony.c                 |   30 -
 board/amcc/katmai/katmai.c               |   30 -
 board/amcc/kilauea/Makefile              |    3 +-
 board/amcc/kilauea/init.S                |  154 ----
 board/amcc/kilauea/memory.c              |   79 --
 board/amcc/luan/luan.c                   |   44 --
 board/amcc/makalu/Makefile               |    2 +-
 board/amcc/makalu/init.S                 |  125 +----
 board/amcc/makalu/memory.c               |  188 -----
 board/amcc/ocotea/ocotea.c               |   30 -
 board/amcc/sequoia/sequoia.c             |   38 -
 board/amcc/taihu/taihu.c                 |   42 --
 board/amcc/taishan/taishan.c             |   30 -
 board/amcc/walnut/walnut.c               |   16 -
 board/amcc/yosemite/yosemite.c           |   52 +--
 board/amcc/yucca/yucca.c                 |   30 -
 board/amirix/ap1000/init.S               |    4 -
 board/cray/L1/init.S                     |   11 -
 board/csb272/csb272.c                    |    9 +
 board/csb472/csb472.c                    |    9 +
 board/eric/eric.c                        |    8 +
 board/esd/ar405/ar405.c                  |   22 -
 board/esd/canbt/canbt.c                  |   19 -
 board/exbitgen/exbitgen.c                |    9 +
 board/g2000/g2000.c                      |   35 -
 board/jse/init.S                         |   10 -
 board/lwmon5/lwmon5.c                    |   38 -
 board/ml2/init.S                         |    4 -
 board/mpl/mip405/init.S                  |   13 -
 board/mpl/pip405/init.S                  |   13 -
 board/netstal/hcu4/hcu4.c                |    9 -
 board/netstal/hcu5/sdram.c               |   26 +-
 board/netstal/mcu25/mcu25.c              |    9 -
 board/pcs440ep/pcs440ep.c                |   38 -
 board/prodrive/alpr/alpr.c               |   30 -
 board/w7o/w7o.c                          |    8 +
 board/xilinx/ml300/init.S                |    4 -
 board/zeus/zeus.c                        |   45 --
 cpu/ppc4xx/44x_spd_ddr.c                 |  200 +-----
 cpu/ppc4xx/44x_spd_ddr2.c                |  131 ++++-
 cpu/ppc4xx/Makefile                      |    1 +
 cpu/ppc4xx/commproc.c                    |   26 +-
 cpu/ppc4xx/cpu_init.c                    |   85 ---
 cpu/ppc4xx/ecc.c                         |  122 ++++
 cpu/ppc4xx/ecc.h                         |   69 ++
 cpu/ppc4xx/sdram.c                       |   54 +--
 cpu/ppc4xx/start.S                       |  522 ++++++++------
 cpu/ppc4xx/traps.c                       |    9 +-
 include/asm-ppc/ppc4xx-sdram.h           | 1156 ++++++++++++++++++++++++++++++
 include/asm-ppc/processor.h              |    6 +-
 include/configs/CPCI4052.h               |   38 -
 include/configs/CPCI405AB.h              |   22 -
 include/configs/CPCI405DT.h              |   33 -
 include/configs/alpr.h                   |    1 -
 include/configs/bamboo.h                 |    1 -
 include/configs/ebony.h                  |    1 -
 include/configs/katmai.h                 |    1 -
 include/configs/kilauea.h                |  116 +++-
 include/configs/luan.h                   |    1 -
 include/configs/makalu.h                 |  114 +++-
 include/configs/ocotea.h                 |    1 -
 include/configs/taishan.h                |    1 -
 include/configs/yucca.h                  |    1 -
 include/ppc405.h                         |  527 ++++----------
 include/ppc440.h                         |  896 -----------------------
 include/ppc4xx.h                         |   40 +
 nand_spl/board/amcc/acadia/Makefile      |    2 +-
 nand_spl/board/amcc/bamboo/Makefile      |    2 +-
 nand_spl/board/amcc/canyonlands/Makefile |    2 +-
 nand_spl/board/amcc/kilauea/Makefile     |   23 +-
 nand_spl/board/amcc/kilauea/config.mk    |    5 +-
 nand_spl/board/amcc/kilauea/u-boot.lds   |    1 -
 nand_spl/board/amcc/sequoia/Makefile     |    2 +-
 nand_spl/nand_boot.c                     |   11 +-
 78 files changed, 2277 insertions(+), 3348 deletions(-)
 delete mode 100644 board/amcc/kilauea/init.S
 delete mode 100644 board/amcc/kilauea/memory.c
 delete mode 100644 board/amcc/makalu/memory.c
 create mode 100644 cpu/ppc4xx/ecc.c
 create mode 100644 cpu/ppc4xx/ecc.h
 create mode 100644 include/asm-ppc/ppc4xx-sdram.h

^ permalink raw reply	[flat|nested] 122+ messages in thread
* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-05-21 15:42 Stefan Roese
  2008-06-04 22:05 ` Wolfgang Denk
  0 siblings, 1 reply; 122+ messages in thread
From: Stefan Roese @ 2008-05-21 15:42 UTC (permalink / raw)
  To: u-boot

The following changes since commit 727f63334676e760877d43bfb8f0e9331ac8b101:
  Hebbar (1):
        common/usb.c: fix incorrect escape sequence

are available in the git repository at:

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

Gary Jennejohn (2):
      ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
      ppc4xx: QUAD100HD: Allow the environment to be put into flash.

Stefan Roese (1):
      Merge branch 'quad100hd'

 MAINTAINERS                 |    4 +
 MAKEALL                     |    1 +
 Makefile                    |    3 +
 board/quad100hd/Makefile    |   51 ++++++++
 board/quad100hd/config.mk   |   24 ++++
 board/quad100hd/nand.c      |   79 ++++++++++++
 board/quad100hd/quad100hd.c |   93 ++++++++++++++
 board/quad100hd/u-boot.lds  |  133 +++++++++++++++++++
 include/configs/quad100hd.h |  298 +++++++++++++++++++++++++++++++++++++++++++
 9 files changed, 686 insertions(+), 0 deletions(-)
 create mode 100644 board/quad100hd/Makefile
 create mode 100644 board/quad100hd/config.mk
 create mode 100644 board/quad100hd/nand.c
 create mode 100644 board/quad100hd/quad100hd.c
 create mode 100644 board/quad100hd/u-boot.lds
 create mode 100644 include/configs/quad100hd.h

^ permalink raw reply	[flat|nested] 122+ messages in thread
* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-05-19  5:30 Stefan Roese
  2008-05-19  7:45 ` Wolfgang Denk
  0 siblings, 1 reply; 122+ messages in thread
From: Stefan Roese @ 2008-05-19  5:30 UTC (permalink / raw)
  To: u-boot

The following changes since commit a38dc3ea8614f8b0c41e432b445a9959b9711295:
  Wolfgang Denk (1):
        TQM8272: fix out-of-tree building

are available in the git repository at:

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

Stefan Roese (1):
      ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection

 board/amcc/canyonlands/canyonlands.c |   31 ++++++++++++++++++++++++++++++-
 1 files changed, 30 insertions(+), 1 deletions(-)

^ permalink raw reply	[flat|nested] 122+ messages in thread
* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-05-16 19:09 Stefan Roese
  2008-05-18 20:27 ` Wolfgang Denk
  0 siblings, 1 reply; 122+ messages in thread
From: Stefan Roese @ 2008-05-16 19:09 UTC (permalink / raw)
  To: u-boot

The following changes since commit a38dc3ea8614f8b0c41e432b445a9959b9711295:
  Wolfgang Denk (1):
        TQM8272: fix out-of-tree building

are available in the git repository at:

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

Stefan Roese (1):
      ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection

 board/amcc/canyonlands/canyonlands.c |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

^ permalink raw reply	[flat|nested] 122+ messages in thread
* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-05-14 11:45 Stefan Roese
  2008-05-14 12:09 ` Wolfgang Denk
  0 siblings, 1 reply; 122+ messages in thread
From: Stefan Roese @ 2008-05-14 11:45 UTC (permalink / raw)
  To: u-boot

The following changes since commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6:
  Wolfgang Denk (1):
        Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"

are available in the git repository at:

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

Stefan Roese (3):
      ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
      ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
      ppc4xx: Fix bogus Canyonlands config.mk

 board/amcc/canyonlands/config.mk         |   10 +---------
 board/amcc/kilauea/kilauea.c             |   19 ++++++++++++-------
 cpu/ppc4xx/cpu.c                         |   20 ++++++++++++++++++++
 include/asm-ppc/processor.h              |   12 ++++++++----
 nand_spl/board/amcc/canyonlands/Makefile |    8 +++++++-
 5 files changed, 48 insertions(+), 21 deletions(-)

^ permalink raw reply	[flat|nested] 122+ messages in thread
* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-05-10  8:40 Stefan Roese
  2008-05-11 23:03 ` Wolfgang Denk
  0 siblings, 1 reply; 122+ messages in thread
From: Stefan Roese @ 2008-05-10  8:40 UTC (permalink / raw)
  To: u-boot

The following changes since commit f3612a7b199cab3942f60d9c1392eb39d58cc699:
  Becky Bruce (1):
        PPC: fix map_physmem build warning

are available in the git repository at:

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

Markus Klotzb?cher (1):
      ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config

Stefan Roese (1):
      ppc4xx: Update Makalu defconfig to use device-tree booting as default

 include/configs/kilauea.h |    1 +
 include/configs/makalu.h  |   29 ++++++++++++++++++-----------
 2 files changed, 19 insertions(+), 11 deletions(-)

^ permalink raw reply	[flat|nested] 122+ messages in thread
* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-05-08 14:39 Stefan Roese
  2008-05-09 22:23 ` Wolfgang Denk
  0 siblings, 1 reply; 122+ messages in thread
From: Stefan Roese @ 2008-05-08 14:39 UTC (permalink / raw)
  To: u-boot

The following changes since commit 908261f3fdb418091d8c60bfbd7eb85e5869b579:
  Wolfgang Denk (1):
        Merge branch 'master' of git+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

Dave Mitchell (1):
      ppc4xx: Fix typos in 460GT/EX FBDV array

Ira Snyder (1):
      ppc4xx: Add device tree support to AMCC Yosemite

Stefan Roese (4):
      ppc4xx: acadia: Add fdt support and fix section overlap problem
      ppc4xx: Add weak default ft_board_setup() routine
      ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
      ppc4xx: Kilauea: Fix incorrect FPGA FIFO address

 board/amcc/acadia/config.mk    |    2 +-
 board/amcc/yosemite/yosemite.c |   23 +++++++++++++++++++++++
 cpu/ppc4xx/fdt.c               |   26 +++++++++++++++++++++++---
 cpu/ppc4xx/speed.c             |    2 +-
 include/configs/acadia.h       |   21 +++++++++++++++------
 include/configs/bamboo.h       |    6 ++++++
 include/configs/bubinga.h      |    5 +++++
 include/configs/ebony.h        |    6 ++++++
 include/configs/katmai.h       |    2 +-
 include/configs/kilauea.h      |    2 +-
 include/configs/luan.h         |    5 +++++
 include/configs/ocotea.h       |    5 +++++
 include/configs/taihu.h        |    5 +++++
 include/configs/taishan.h      |    5 +++++
 include/configs/walnut.h       |    6 ++++++
 include/configs/yosemite.h     |    6 +++++-
 include/configs/yucca.h        |    4 ++++
 17 files changed, 117 insertions(+), 14 deletions(-)

^ permalink raw reply	[flat|nested] 122+ messages in thread
* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-04-30 14:14 Stefan Roese
  2008-05-03 18:47 ` Wolfgang Denk
  0 siblings, 1 reply; 122+ messages in thread
From: Stefan Roese @ 2008-04-30 14:14 UTC (permalink / raw)
  To: u-boot

The following changes since commit 76617299358ebba260ecc02d33e8e75d8d13dd3b:
  Wolfgang Denk (1):
        Prepare v1.3.3-rc2, again.

are available in the git repository at:

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

Stefan Roese (2):
      ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
      ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module

 cpu/ppc4xx/44x_spd_ddr2.c                    |    7 +++++--
 nand_spl/board/amcc/canyonlands/ddr2_fixed.c |   12 +++++++-----
 2 files changed, 12 insertions(+), 7 deletions(-)

^ permalink raw reply	[flat|nested] 122+ messages in thread
* [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2008-04-29 17:14 Stefan Roese
  2008-04-29 18:07 ` Wolfgang Denk
  0 siblings, 1 reply; 122+ messages in thread
From: Stefan Roese @ 2008-04-29 17:14 UTC (permalink / raw)
  To: u-boot

The following changes since commit dd5748bcd669f46aeb6686c1b341323843738ccc:
  Guennadi Liakhovetski (1):
        rtl8169: fix compiler warnings

are available in the git repository at:

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

Markus Brunner (1):
      ppc4xx: Fixup ebc clock in FDT for 405GP/EP

Stefan Roese (5):
      ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
      ppc4xx: Complete remove bogus dflush()
      ppc4xx: Fix Katmai CFG_MONITOR_LEN
      ppc4xx: Fix compilation warning in denali_spd_ddr2.c
      ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time

 board/lwmon5/sdram.c         |   13 ++++++++++---
 board/netstal/hcu5/sdram.c   |    6 +++---
 cpu/ppc4xx/44x_spd_ddr2.c    |    5 +++--
 cpu/ppc4xx/denali_spd_ddr2.c |    5 +++--
 cpu/ppc4xx/fdt.c             |   10 ++++++++--
 cpu/ppc4xx/start.S           |   29 -----------------------------
 include/configs/katmai.h     |    8 ++++----
 7 files changed, 31 insertions(+), 45 deletions(-)

^ permalink raw reply	[flat|nested] 122+ messages in thread
* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2007-11-13  7:23 Stefan Roese
  2007-11-17  0:36 ` Wolfgang Denk
  0 siblings, 1 reply; 122+ messages in thread
From: Stefan Roese @ 2007-11-13  7:23 UTC (permalink / raw)
  To: u-boot

The following changes since commit 5c568d6a7f950b9e7e32a63a5893f979b8789b4d:
  Stefan Roese (1):
        Merge branch 'master' of git://www.denx.de/git/u-boot

are available in the git repository at:

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

Stefan Roese (1):
      ppc4xx: lwmon5: Change PHY reset sequence for PHY MDIO address latching

 board/lwmon5/lwmon5.c |   26 +++++++++++++++++---------
 1 files changed, 17 insertions(+), 9 deletions(-)

^ permalink raw reply	[flat|nested] 122+ messages in thread
* [U-Boot-Users] What's new in u-boot-testing
@ 2007-04-25 15:07 Stefan Roese
  2007-04-29 12:04 ` Stefan Roese
  0 siblings, 1 reply; 122+ messages in thread
From: Stefan Roese @ 2007-04-25 15:07 UTC (permalink / raw)
  To: u-boot

The following changes since commit 14da5f7675bbb427c469e3f45006e027b6e21db9:
  Wolfgang Denk (1):
        Cleanup compiler warnings, update CHANGELOG

are found in the git repository at:

  git://www.denx.de/git/u-boot-testing.git

Jeffrey Mann (1):
      [patch] setenv(...) can delete environmentalvariables

Ladislav Michl (1):
      simplify silent console

Mike Frysinger (1):
      [patch] use unsigned char in smc91111 driver for mac

Sergei Shtylyov (1):
      Avoid assigning PCI resources from zero address

Stefan Roese (2):
      Merge with git://www.denx.de/git/u-boot.git
      Fix file mode

 common/cmd_nvedit.c |    5 ++++-
 common/console.c    |    8 +-------
 common/main.c       |   50 +++++++++++---------------------------------------
 drivers/pci_auto.c  |    7 ++++++-
 drivers/smc91111.c  |    8 ++++----
 5 files changed, 26 insertions(+), 52 deletions(-)

^ permalink raw reply	[flat|nested] 122+ messages in thread
* [U-Boot-Users] [MPC82xx] Fixes for MPC8272
@ 2007-04-23 12:32 Wolfgang Denk
  2007-04-23 13:16 ` [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-nand-flash.git Stefan Roese
  2007-12-17 14:56 ` [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git Stefan Roese
  0 siblings, 2 replies; 122+ messages in thread
From: Wolfgang Denk @ 2007-04-23 12:32 UTC (permalink / raw)
  To: u-boot

The following changes since commit 14da5f7675bbb427c469e3f45006e027b6e21db9:
  Wolfgang Denk (1):
        Cleanup compiler warnings, update CHANGELOG

are found in the git repository at:

  git://www.denx.de/git/u-boot-mpc82xx.git

Heiko Schocher (1):
      [MPC826x] update defines in include/mpc8260.h for the MPC8272 family

 include/mpc8260.h |   90 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 89 insertions(+), 1 deletions(-)


Please help testing this code. If there are no complaints, it will be
merged into the master repo in aboutr 3 weeks from now.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office:  Kirchenstr. 5,       D-82194 Groebenzell,            Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"If God had wanted us to use the metric system, Jesus would have  had
10 apostles."

^ permalink raw reply	[flat|nested] 122+ messages in thread
* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2007-03-21 14:03 Stefan Roese
  2007-03-21 22:28 ` Wolfgang Denk
  0 siblings, 1 reply; 122+ messages in thread
From: Stefan Roese @ 2007-03-21 14:03 UTC (permalink / raw)
  To: u-boot

The following changes since commit 8423e5e31a7235d05a482627315fb11d49c17bd7:
  Stefan Roese (1):
        Use dynamic SDRAM TLB setup on AMCC Ebony eval board

are found in the git repository at:

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

Stefan Roese (24):
      nand: Fix patch merge problem
      Add AMCC PPC405EZ support
      Add AMCC Acadia (405EZ) eval board support
      Merge with /home/stefan/git/u-boot/acadia
      ppc4xx: Fix file mode of include/configs/acadia.h

 MAINTAINERS                  |    1 +
 MAKEALL                      |   32 +-
 Makefile                     |    3 +
 board/amcc/acadia/Makefile   |   47 ++
 board/amcc/acadia/acadia.c   |  152 ++++++
 board/amcc/acadia/config.mk  |   41 ++
 board/amcc/acadia/cpr.c      |  195 ++++++++
 board/amcc/acadia/flash.c    | 1108 ++++++++++++++++++++++++++++++++++++++++++
 board/amcc/acadia/memory.c   |  564 +++++++++++++++++++++
 board/amcc/acadia/u-boot.lds |  150 ++++++
 cpu/ppc4xx/4xx_enet.c        |    3 +
 cpu/ppc4xx/cpu.c             |   18 +-
 cpu/ppc4xx/cpu_init.c        |    3 +-
 cpu/ppc4xx/serial.c          |   97 +++-
 cpu/ppc4xx/speed.c           |  114 +++++-
 cpu/ppc4xx/start.S           |   77 +++-
 cpu/ppc4xx/usb_ohci.c        |    6 +-
 cpu/ppc4xx/vecnum.h          |   42 ++
 include/asm-ppc/processor.h  |    9 +
 include/asm-ppc/u-boot.h     |    4 +-
 include/configs/acadia.h     |  424 ++++++++++++++++
 include/ppc405.h             |  540 ++++++++++++++++++++
 include/ppc4xx_enet.h        |  217 ++++-----
 23 files changed, 3680 insertions(+), 167 deletions(-)
 create mode 100644 board/amcc/acadia/Makefile
 create mode 100644 board/amcc/acadia/acadia.c
 create mode 100644 board/amcc/acadia/config.mk
 create mode 100644 board/amcc/acadia/cpr.c
 create mode 100644 board/amcc/acadia/flash.c
 create mode 100644 board/amcc/acadia/memory.c
 create mode 100644 board/amcc/acadia/u-boot.lds
 create mode 100644 include/configs/acadia.h

^ permalink raw reply	[flat|nested] 122+ messages in thread
* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2007-03-16 20:18 Stefan Roese
  2007-03-16 21:29 ` Wolfgang Denk
  0 siblings, 1 reply; 122+ messages in thread
From: Stefan Roese @ 2007-03-16 20:18 UTC (permalink / raw)
  To: u-boot

The following changes since commit cf3b41e0c1111dbb865b6e34e9f3c3d3145a6093:
  Wolfgang Denk (1):
        Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx

are found in the git repository at:

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

Matthias Fuchs (1):
      renamed environment variable 'addcon' to 'addcons' for PCI405

Stefan Roese (1):
      Use dynamic SDRAM TLB setup on AMCC Ebony eval board

 board/amcc/ebony/init.S  |   77 +++++++++++----------------------------------
 include/configs/PCI405.h |   11 +++---
 include/configs/ebony.h  |    5 ++-
 3 files changed, 28 insertions(+), 65 deletions(-)

^ permalink raw reply	[flat|nested] 122+ messages in thread
* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2007-03-08 22:03 Stefan Roese
  2007-03-08 22:11 ` Wolfgang Denk
  0 siblings, 1 reply; 122+ messages in thread
From: Stefan Roese @ 2007-03-08 22:03 UTC (permalink / raw)
  To: u-boot

The following changes since commit 35ded29fd941f3bd40660dd1440763f34708cf65:
  Wolfgang Denk (1):
        Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx

are found in the git repository at:

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

John Otken john at softadvances.com (1):
      ppc4xx: Clear Sequoia/Rainier security engine reset bits

Matthias Fuchs (5):
      fixed ethernet phy configuration for plu405 board
      I2C: Add missing default CFG_SPD_BUS_NUM
      4xx: allow CONFIG_I2C_CMD_TREE without CONFIG_I2C_MULTI_BUS
      I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is defined
      I2C: add some more SPD eeprom decoding for DDR2 modules

Stefan Roese (1):
      ppc4xx: Fix file mode of sequoia.c

 board/amcc/sequoia/sequoia.c |    4 ++++
 board/esd/plu405/plu405.c    |   17 +++++++++++------
 common/cmd_i2c.c             |   42 ++++++++++++++++++++++--------------------
 cpu/ppc4xx/i2c.c             |    2 +-
 include/configs/PLU405.h     |    8 ++------
 include/i2c.h                |    3 +++
 6 files changed, 43 insertions(+), 33 deletions(-)

^ permalink raw reply	[flat|nested] 122+ messages in thread
* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2007-03-08  9:35 Stefan Roese
  2007-03-08 10:46 ` Wolfgang Denk
  2007-03-08 14:50 ` Sam Song
  0 siblings, 2 replies; 122+ messages in thread
From: Stefan Roese @ 2007-03-08  9:35 UTC (permalink / raw)
  To: u-boot

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(-)

^ permalink raw reply	[flat|nested] 122+ messages in thread
* [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git
@ 2007-03-07 20:17 Stefan Roese
  2007-03-07 21:00 ` Wolfgang Denk
  2007-03-31 11:52 ` Stefan Roese
  0 siblings, 2 replies; 122+ messages in thread
From: Stefan Roese @ 2007-03-07 20:17 UTC (permalink / raw)
  To: u-boot

The following changes since commit fdd1d6dcc97c595bd9d598ed3b22a7038781272c:
  Stefan Roese (1):
        Merge with 
git+ssh://sr at pollux.denx.org/home/sr/git/u-boot/denx-merge-sr

are found in the git repository at:

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

Stefan Roese (2):
      Fix AMCC 44x SPD SDRAM init code to support 2 DIMM's
      Use dynamic SDRAM TLB setup on AMCC Ocotea eval board

 board/amcc/ocotea/init.S |   82 
+++++++++++-----------------------------------
 cpu/ppc4xx/44x_spd_ddr.c |   31 +++++++++++++++--
 include/configs/ocotea.h |    3 +-
 3 files changed, 48 insertions(+), 68 deletions(-)

^ permalink raw reply	[flat|nested] 122+ messages in thread

end of thread, other threads:[~2008-07-20 20:56 UTC | newest]

Thread overview: 122+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-24 15:03 [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
  -- strict thread matches above, loose matches on Subject: below --
2008-07-18 14:04 [U-Boot-Users] [ppc4xx] " Stefan Roese
2008-07-20 20:56 ` Wolfgang Denk
2008-07-11 13:10 Stefan Roese
2008-07-13 12:43 ` Wolfgang Denk
2008-07-10  8:17 Stefan Roese
2008-07-10  8:51 ` Wolfgang Denk
2008-06-30 13:28 Stefan Roese
2008-06-30 14:01 ` Detlev Zundel
2008-06-28 12:12 Stefan Roese
2008-06-12 13:52 Stefan Roese
2008-06-19 20:58 ` Wolfgang Denk
2008-06-09  7:20 Stefan Roese
2008-06-11 20:14 ` Wolfgang Denk
2008-06-03 18:41 Stefan Roese
2008-05-21 15:42 Stefan Roese
2008-06-04 22:05 ` Wolfgang Denk
2008-05-19  5:30 Stefan Roese
2008-05-19  7:45 ` Wolfgang Denk
2008-05-16 19:09 Stefan Roese
2008-05-18 20:27 ` Wolfgang Denk
2008-05-14 11:45 Stefan Roese
2008-05-14 12:09 ` Wolfgang Denk
2008-05-10  8:40 Stefan Roese
2008-05-11 23:03 ` Wolfgang Denk
2008-05-08 14:39 Stefan Roese
2008-05-09 22:23 ` Wolfgang Denk
2008-04-30 14:14 Stefan Roese
2008-05-03 18:47 ` Wolfgang Denk
2008-04-29 17:14 Stefan Roese
2008-04-29 18:07 ` Wolfgang Denk
2007-11-13  7:23 [U-Boot-Users] [PPC4xx] " Stefan Roese
2007-11-17  0:36 ` Wolfgang Denk
2007-04-25 15:07 [U-Boot-Users] What's new in u-boot-testing Stefan Roese
2007-04-29 12:04 ` Stefan Roese
2007-04-29 14:43   ` [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
2007-05-05 16:23     ` Wolfgang Denk
2007-04-23 12:32 [U-Boot-Users] [MPC82xx] Fixes for MPC8272 Wolfgang Denk
2007-04-23 13:16 ` [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-nand-flash.git Stefan Roese
2007-05-18  9:21   ` [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
2007-05-24  9:12     ` Stefan Roese
2007-06-01 14:27       ` Stefan Roese
2007-06-06  9:50         ` Stefan Roese
2007-06-19 15:49           ` Stefan Roese
2007-06-20 16:15             ` Wolfgang Denk
2007-06-22  1:09             ` Kim Phillips
2007-06-22  5:41               ` Stefan Roese
2007-06-22 14:18                 ` Stefan Roese
2007-06-22 15:34                   ` Kim Phillips
2007-06-22 15:05             ` Stefan Roese
2007-08-02  6:47             ` Stefan Roese
2007-08-14 14:39               ` Stefan Roese
2007-08-14 18:38                 ` Wolfgang Denk
2007-08-16 17:53                 ` Stefan Roese
2007-08-18 19:37                   ` Wolfgang Denk
2007-08-28 13:12                   ` Stefan Roese
2007-08-28 22:54                     ` Wolfgang Denk
2007-09-02 12:05                     ` Stefan Roese
2007-09-06 22:07                       ` Wolfgang Denk
2007-09-27 11:59                       ` Stefan Roese
2007-10-02  9:47                         ` Stefan Roese
2007-10-02 17:57                           ` Wolfgang Denk
2007-10-15  9:57                 ` Stefan Roese
2007-10-15 10:56                   ` Wolfgang Denk
2007-10-18  5:59                   ` Stefan Roese
2007-10-18 20:03                     ` Wolfgang Denk
2007-12-17 14:56 ` [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git Stefan Roese
2007-12-31  6:36   ` Stefan Roese
2007-12-31  7:13     ` [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
2007-12-31 13:59       ` gvb.uboot
2008-01-02 11:41       ` Wolfgang Denk
2008-01-04 11:08       ` Stefan Roese
2008-01-05  9:21         ` Stefan Roese
2008-01-08 12:42           ` Wolfgang Denk
2008-01-09 10:01           ` Stefan Roese
2008-01-09 10:24             ` Wolfgang Denk
2008-01-09 18:38             ` Larry Johnson
2008-01-09 18:59               ` Stefan Roese
2008-01-09 19:05               ` Jerry Van Baren
2008-02-14 10:55             ` Stefan Roese
2008-02-14 23:23               ` Wolfgang Denk
2008-02-16  6:11               ` Stefan Roese
2008-02-16 22:59                 ` Wolfgang Denk
2008-02-25 15:52                 ` Stefan Roese
2008-03-02 20:30                   ` Wolfgang Denk
2008-03-07  8:23                   ` Stefan Roese
2008-03-08  9:52                     ` Wolfgang Denk
2008-03-15  7:00                     ` Stefan Roese
2008-03-15 23:42                       ` Wolfgang Denk
2008-03-27 10:30                       ` Stefan Roese
2008-03-31 10:28                         ` Stefan Roese
2008-04-07 21:54                           ` Wolfgang Denk
2008-04-09 10:58                           ` Stefan Roese
2008-04-11 14:49                             ` Stefan Roese
2008-04-13 17:17                               ` Wolfgang Denk
2008-04-18 15:02                               ` Stefan Roese
2008-04-22 13:51                                 ` Stefan Roese
2008-04-22 15:28                                   ` Wolfgang Denk
2008-04-25 11:40                                   ` Stefan Roese
2008-04-25 22:06                                     ` Wolfgang Denk
2008-04-13 17:17                             ` Wolfgang Denk
2008-01-11 15:14       ` Stefan Roese
2008-01-11 23:16         ` Wolfgang Denk
2008-01-17 15:07           ` Stefan Roese
2008-01-23 13:20             ` Wolfgang Denk
2008-01-14  9:11         ` Stefan Roese
2008-01-14  9:53           ` Wolfgang Denk
2007-03-21 14:03 [U-Boot-Users] [PPC4xx] " Stefan Roese
2007-03-21 22:28 ` Wolfgang Denk
2007-03-22  6:19   ` Stefan Roese
2007-03-22 15:57     ` Timur Tabi
2007-03-22 16:11       ` Stefan Roese
2007-03-16 20:18 Stefan Roese
2007-03-16 21:29 ` Wolfgang Denk
2007-03-08 22:03 Stefan Roese
2007-03-08 22:11 ` Wolfgang Denk
2007-03-08  9:35 Stefan Roese
2007-03-08 10:46 ` Wolfgang Denk
2007-03-08 14:50 ` Sam Song
2007-03-08 15:00   ` Stefan Roese
2007-03-08 15:27     ` Sam Song
2007-03-08 16:55     ` Wolfgang Denk
2007-03-07 20:17 Stefan Roese
2007-03-07 21:00 ` Wolfgang Denk
2007-03-31 11:52 ` Stefan Roese
2007-04-04  0:19   ` Wolfgang Denk
2007-04-18 10:19     ` Stefan Roese
2007-04-18 14:20       ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox