public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Please pull ppc4xx
@ 2009-05-23 10:54 Stefan Roese
  2009-05-24 20:45 ` Wolfgang Denk
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Roese @ 2009-05-23 10:54 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

please pull some fixes for ppc4xx:

The following changes since commit 5af210c2ed5bc38e2d059d512ca4e46e81221af5:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-ubi

are available in the git repository at:

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

Stefan Roese (3):
      ppc4xx: Move definition for PPC4xx NAND FLASH controller to header
      ppc4xx: Fix problem with ECC ordering for PPC4xx NDFC platforms
      nand: Fix problem with ECC ordering for PPC4xx NDFC platforms

 cpu/ppc4xx/ndfc.c           |   13 +++++--------
 drivers/mtd/nand/nand_ecc.c |    5 +++++
 include/ppc4xx.h            |    7 +++++++
 3 files changed, 17 insertions(+), 8 deletions(-)

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

* [U-Boot] Please pull ppc4xx
  2009-05-23 10:54 [U-Boot] Please pull ppc4xx Stefan Roese
@ 2009-05-24 20:45 ` Wolfgang Denk
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2009-05-24 20:45 UTC (permalink / raw)
  To: u-boot

Dear Stefan Roese,

In message <200905231254.16189.sr@denx.de> you wrote:
> Hi Wolfgang,
> 
> please pull some fixes for ppc4xx:
> 
> The following changes since commit 5af210c2ed5bc38e2d059d512ca4e46e81221af5:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-ubi
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Stefan Roese (3):
>       ppc4xx: Move definition for PPC4xx NAND FLASH controller to header
>       ppc4xx: Fix problem with ECC ordering for PPC4xx NDFC platforms
>       nand: Fix problem with ECC ordering for PPC4xx NDFC platforms
> 
>  cpu/ppc4xx/ndfc.c           |   13 +++++--------
>  drivers/mtd/nand/nand_ecc.c |    5 +++++
>  include/ppc4xx.h            |    7 +++++++
>  3 files changed, 17 insertions(+), 8 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: wd at denx.de
A weak mind is like a microscope, which magnifies trifling things,
but cannot receive great ones.      -- Philip Earl of Chesterfield

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

* [U-Boot] Please pull ppc4xx
@ 2009-07-08  9:20 Stefan Roese
  2009-07-08 20:02 ` Wolfgang Denk
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Roese @ 2009-07-08  9:20 UTC (permalink / raw)
  To: u-boot

The following changes since commit 59869ca72df8bc4e4ffa9dd17cb6673bbe010272:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-video

are available in the git repository at:

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

Alessio Centazzo (1):
      ppc4xx: Fixed PPC4xx debug compilation error in uic.c

Felix Radensky (2):
      ppc4xx: Fix FDT EBC mappings on Canyonlands
      4xx: Fix compilation warnings and MQ registers dump in SPD DDR2 code

Matthias Fuchs (2):
      ppc4xx: Implement is_pci_host() for 405 CPUs
      ppc4xx: Make pll_write global

Stefan Roese (1):
      ppc4xx: Remove compilation warning "pci_async_enabled defined but not used"

 board/amcc/canyonlands/canyonlands.c |    6 +++-
 cpu/ppc4xx/44x_spd_ddr2.c            |   42 ++++++++++++++++++++-------------
 cpu/ppc4xx/4xx_pci.c                 |   19 +++++++++++++--
 cpu/ppc4xx/cpu.c                     |    2 +
 cpu/ppc4xx/start.S                   |    1 +
 cpu/ppc4xx/uic.c                     |    2 +-
 include/configs/canyonlands.h        |    2 +
 7 files changed, 51 insertions(+), 23 deletions(-)

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

* [U-Boot] Please pull ppc4xx
  2009-07-08  9:20 Stefan Roese
@ 2009-07-08 20:02 ` Wolfgang Denk
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2009-07-08 20:02 UTC (permalink / raw)
  To: u-boot

Dear Stefan Roese,

In message <200907081120.23740.sr@denx.de> you wrote:
> The following changes since commit 59869ca72df8bc4e4ffa9dd17cb6673bbe010272:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-video
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-ppc4xx.git master
> 
> Alessio Centazzo (1):
>       ppc4xx: Fixed PPC4xx debug compilation error in uic.c
> 
> Felix Radensky (2):
>       ppc4xx: Fix FDT EBC mappings on Canyonlands
>       4xx: Fix compilation warnings and MQ registers dump in SPD DDR2 code
> 
> Matthias Fuchs (2):
>       ppc4xx: Implement is_pci_host() for 405 CPUs
>       ppc4xx: Make pll_write global
> 
> Stefan Roese (1):
>       ppc4xx: Remove compilation warning "pci_async_enabled defined but not used"
> 
>  board/amcc/canyonlands/canyonlands.c |    6 +++-
>  cpu/ppc4xx/44x_spd_ddr2.c            |   42 ++++++++++++++++++++-------------
>  cpu/ppc4xx/4xx_pci.c                 |   19 +++++++++++++--
>  cpu/ppc4xx/cpu.c                     |    2 +
>  cpu/ppc4xx/start.S                   |    1 +
>  cpu/ppc4xx/uic.c                     |    2 +-
>  include/configs/canyonlands.h        |    2 +
>  7 files changed, 51 insertions(+), 23 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: wd at denx.de
"Why should we subsidize intellectual curiosity?" - Ronald Reagan

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

end of thread, other threads:[~2009-07-08 20:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-23 10:54 [U-Boot] Please pull ppc4xx Stefan Roese
2009-05-24 20:45 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2009-07-08  9:20 Stefan Roese
2009-07-08 20:02 ` Wolfgang Denk

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