public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [GIT PULL] Please pull mpc5xxx tree
@ 2009-03-13 16:28 John Rigby
  2009-03-15 21:03 ` Wolfgang Denk
  0 siblings, 1 reply; 9+ messages in thread
From: John Rigby @ 2009-03-13 16:28 UTC (permalink / raw)
  To: u-boot

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

are available in the git repository at:

   git://git.denx.de/u-boot-mpc5xxx.git master

Jon Smirl (1):
       MPC5200 FEC MII speed register

  drivers/net/mpc5xxx_fec.c |   23 ++++++++++++++++-------
  1 files changed, 16 insertions(+), 7 deletions(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [U-Boot] [GIT PULL] Please pull mpc5xxx tree
@ 2009-02-03 22:43 John Rigby
  2009-02-07 21:10 ` Wolfgang Denk
  0 siblings, 1 reply; 9+ messages in thread
From: John Rigby @ 2009-02-03 22:43 UTC (permalink / raw)
  To: u-boot

The following changes since commit 92c20fbd3a7788c1a154f50a3f44f28a7763f99a:
   John Rigby (1):
         ADS5121 DIU Make inclusion of FSL logo optional

are available in the git repository at:

   http://git.denx.de/u-boot-mpc5xxx.git master

John Rigby (2):
       ADS5121 DIU Add diu_bmp_addr env
       ADS5121 Fix rev2 silicon pci iopad config

Martha Marx (1):
       ADS5121 Add IC Ident Module (IIM) support

Ralph Kondziella (1):
       ADS5121 Add PATA support

  board/ads5121/ads5121.c      |  120 +++++++++++++-
  board/ads5121/ads5121_diu.c  |   28 +++-
  common/cmd_ide.c             |    4 +
  cpu/mpc512x/Makefile         |    3 +
  cpu/mpc512x/iim.c            |  394 ++++++++++++++++++++++++++++++++++++++++++
  include/asm-ppc/immap_512x.h |   49 +++++-
  include/configs/ads5121.h    |   58 ++++++
  include/mpc512x.h            |   25 +++
  8 files changed, 676 insertions(+), 5 deletions(-)
  create mode 100644 cpu/mpc512x/iim.c

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [U-Boot] [GIT PULL] Please pull mpc5xxx tree
@ 2009-02-03 16:55 John Rigby
  2009-02-03 22:27 ` Wolfgang Denk
  0 siblings, 1 reply; 9+ messages in thread
From: John Rigby @ 2009-02-03 16:55 UTC (permalink / raw)
  To: u-boot

Wolfgang,

The following changes since commit 92c20fbd3a7788c1a154f50a3f44f28a7763f99a:
   John Rigby (1):
         ADS5121 DIU Make inclusion of FSL logo optional

are available in the git repository at:

   http://git.denx.de/u-boot-mpc5xxx.git master

John Rigby (3):
       ADS5121 DIU Add diu_bmp_addr env
       ADS5121 Fix rev2 silicon pci iopad config
       ADS5121 Add IC Ident Module (IIM) support

Ralph Kondziella (1):
       ADS5121 Add PATA support

  board/ads5121/ads5121.c      |  120 +++++++++++++-
  board/ads5121/ads5121_diu.c  |   28 +++-
  common/cmd_ide.c             |    4 +
  cpu/mpc512x/Makefile         |    3 +
  cpu/mpc512x/iim.c            |  394 ++++++++++++++++++++++++++++++++++++++++++
  include/asm-ppc/immap_512x.h |   49 +++++-
  include/configs/ads5121.h    |   58 ++++++
  include/mpc512x.h            |   25 +++
  8 files changed, 676 insertions(+), 5 deletions(-)
  create mode 100644 cpu/mpc512x/iim.c

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [U-Boot] [GIT PULL] Please pull mpc5xxx tree
@ 2008-08-29 20:14 John Rigby
  2008-08-31 21:53 ` Wolfgang Denk
  0 siblings, 1 reply; 9+ messages in thread
From: John Rigby @ 2008-08-29 20:14 UTC (permalink / raw)
  To: u-boot

Wolfgang,

The following changes since commit 33aa4eac66b71c797bbc13b3afe432a2132947d4:
   Wolfgang Denk (1):
         Merge branch 'master' of /home/wd/git/u-boot/custodians

are available in the git repository at:

   git://git.denx.de/u-boot-mpc5xxx.git master

Ben Warren (2):
       Move MPC5xxx_FEC driver to drivers/net
       Move MPC512x_FEC driver to drivers/net

John Rigby (1):
       ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon

  board/ads5121/ads5121.c                        |    4 ++++
  cpu/mpc512x/Makefile                           |    2 +-
  cpu/mpc5xxx/Makefile                           |    2 +-
  drivers/net/Makefile                           |    2 ++
  cpu/mpc512x/fec.c => drivers/net/mpc512x_fec.c |    2 +-
  cpu/mpc512x/fec.h => drivers/net/mpc512x_fec.h |    0
  cpu/mpc5xxx/fec.c => drivers/net/mpc5xxx_fec.c |    4 ++--
  cpu/mpc5xxx/fec.h => drivers/net/mpc5xxx_fec.h |    4 ----
  include/configs/ads5121.h                      |    1 +
  include/mpc512x.h                              |    1 +
  cpu/mpc5xxx/sdma.h => include/mpc5xxx_sdma.h   |    0
  11 files changed, 13 insertions(+), 9 deletions(-)
  rename cpu/mpc512x/fec.c => drivers/net/mpc512x_fec.c (99%)
  rename cpu/mpc512x/fec.h => drivers/net/mpc512x_fec.h (100%)
  rename cpu/mpc5xxx/fec.c => drivers/net/mpc5xxx_fec.c (99%)
  rename cpu/mpc5xxx/fec.h => drivers/net/mpc5xxx_fec.h (99%)
  rename cpu/mpc5xxx/sdma.h => include/mpc5xxx_sdma.h (100%)

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

end of thread, other threads:[~2009-03-15 21:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-13 16:28 [U-Boot] [GIT PULL] Please pull mpc5xxx tree John Rigby
2009-03-15 21:03 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2009-02-03 22:43 John Rigby
2009-02-07 21:10 ` Wolfgang Denk
2009-02-03 16:55 John Rigby
2009-02-03 22:27 ` Wolfgang Denk
2009-02-03 22:38   ` John Rigby
2008-08-29 20:14 John Rigby
2008-08-31 21:53 ` Wolfgang Denk

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