public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Please pull u-boot-mpc83xx.git mpc83xx branch into testing
@ 2007-09-24 20:19 Kim Phillips
  2007-09-24 20:25 ` Grant Likely
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Kim Phillips @ 2007-09-24 20:19 UTC (permalink / raw)
  To: u-boot

Wolfgang,

Please pull the mpc83xx branch into your testing tree:

git pull git://www.denx.de/git/u-boot-mpc83xx.git mpc83xx

to get the following changes (essentially support for the MPC837xEMDS
board):

Dave Liu (6):
      mpc83xx: Add the support of MPC837x SoC
      mpc83xx: Add the support of MPC8315E SoC
      mpc83xx: Add the support of MPC837xEMDS board
      mpc83xx: Add the MPC837xEMDS board readme
      mpc83xx: add MAINTAINER and MAKEALL entries for the mpc837xemds
      mpc83xx: update the CREDITS and MAINTAINERS

 CREDITS                                   |    5 +
 MAINTAINERS                               |    2 +
 MAKEALL                                   |    1 +
 Makefile                                  |   10 +
 board/freescale/mpc837xemds/Makefile      |   50 +++
 board/freescale/mpc837xemds/config.mk     |   28 ++
 board/freescale/mpc837xemds/mpc837xemds.c |  144 +++++++
 board/freescale/mpc837xemds/pci.c         |   65 +++
 cpu/mpc83xx/cpu.c                         |   36 ++-
 cpu/mpc83xx/cpu_init.c                    |    6 +-
 cpu/mpc83xx/spd_sdram.c                   |    7 +-
 cpu/mpc83xx/speed.c                       |  201 ++++++++--
 doc/README.mpc837xemds                    |  104 +++++
 drivers/tsec.c                            |   10 +
 include/asm-ppc/global_data.h             |   15 +-
 include/asm-ppc/immap_83xx.h              |  145 +++++++-
 include/configs/MPC837XEMDS.h             |  605 +++++++++++++++++++++++++++++
 include/mpc83xx.h                         |  261 +++++++++++--
 18 files changed, 1635 insertions(+), 60 deletions(-)
 create mode 100644 board/freescale/mpc837xemds/Makefile
 create mode 100644 board/freescale/mpc837xemds/config.mk
 create mode 100644 board/freescale/mpc837xemds/mpc837xemds.c
 create mode 100644 board/freescale/mpc837xemds/pci.c
 create mode 100644 doc/README.mpc837xemds
 create mode 100644 include/configs/MPC837XEMDS.h

Thanks,

Kim

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

end of thread, other threads:[~2007-11-19 20:58 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-24 20:19 [U-Boot-Users] Please pull u-boot-mpc83xx.git mpc83xx branch into testing Kim Phillips
2007-09-24 20:25 ` Grant Likely
2007-09-24 20:39 ` Wolfgang Denk
2007-09-24 21:13   ` Kim Phillips
2007-09-24 21:46     ` Grant Likely
2007-09-24 21:52     ` Wolfgang Denk
2007-09-24 22:26       ` Kim Phillips
2007-09-24 22:47         ` Grant Likely
2007-09-25 15:02           ` Kim Phillips
2007-09-25 15:24             ` Grant Likely
2007-09-25 22:37     ` Wolfgang Denk
2007-11-19  3:01 ` [U-Boot-Users] Please pull u-boot-mpc83xx.git mpc83xx branch intotesting Liu Dave
2007-11-19  6:57   ` Grant Likely
2007-11-19  7:17     ` Liu Dave
2007-11-19  7:43       ` Stefan Roese
2007-11-19 17:25         ` Kim Phillips
2007-11-19 20:58           ` Wolfgang Denk

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