public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [GIT PULL] mpc83xx: reset status, 8360rev2.1 support, mpc8323erdb support, bugfixes
@ 2007-07-27 23:23 Kim Phillips
  2007-08-08 15:21 ` Jerry Van Baren
  2007-08-09 20:39 ` Wolfgang Denk
  0 siblings, 2 replies; 7+ messages in thread
From: Kim Phillips @ 2007-07-27 23:23 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

Please pull the u-boot-testing.git tree.

Then, please do a:

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

to receive the following updates:

Dave Liu (3):
      mpc83xx: Revise the MPC8360EMDS readme doc
      mpc83xx: Fix the align bug of SDMA buffer
      mpc83xx: Add support for the display of reset status

Jerry Van Baren (2):
      mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().
      mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled

Kim Phillips (3):
      mpc83xx: fix 8360 and cpu functions to update fdt being passed
      mpc83xx: fixup generic pci for libfdt
      mpc83xx: add support for the MPC8323E RDB

Lee Nipper (1):
      mpc83xx: Add support for 8360 silicon revision 2.1

Martin Krause (1):
      TQM834x: cleanup configuraton

Timur Tabi (2):
      Update SCCR programming in cpu_init_f() to support all 83xx processors
      FSL I2C driver programs the two I2C busses differently

david.saada (1):
      MPC83xx: Fix makefile to generate config.h file in the build directory

 Makefile                                  |   36 +-
 board/freescale/mpc8323erdb/Makefile      |   50 +++
 board/freescale/mpc8323erdb/config.mk     |   28 ++
 board/freescale/mpc8323erdb/mpc8323erdb.c |  217 +++++++++++
 board/mpc8360emds/mpc8360emds.c           |   11 +-
 board/mpc8360emds/pci.c                   |   22 +-
 cpu/mpc83xx/cpu.c                         |  118 ++++---
 cpu/mpc83xx/cpu_init.c                    |   50 +++-
 cpu/mpc83xx/pci.c                         |   36 ++-
 doc/README.mpc8323erdb                    |   71 ++++
 doc/README.mpc8360emds                    |   23 ++-
 drivers/fsl_i2c.c                         |    3 +-
 drivers/qe/qe.c                           |    2 +-
 drivers/qe/qe.h                           |    2 +-
 include/common.h                          |    2 +
 include/configs/MPC8323ERDB.h             |  583 +++++++++++++++++++++++++++++
 include/configs/TQM834x.h                 |    3 -
 include/mpc83xx.h                         |    4 +
 lib_ppc/board.c                           |    6 +-
 19 files changed, 1173 insertions(+), 94 deletions(-)
 create mode 100644 board/freescale/mpc8323erdb/Makefile
 create mode 100644 board/freescale/mpc8323erdb/config.mk
 create mode 100644 board/freescale/mpc8323erdb/mpc8323erdb.c
 create mode 100644 doc/README.mpc8323erdb
 create mode 100644 include/configs/MPC8323ERDB.h

btw, I think there would be more testing work done if you applied
patches directly to the main u-boot.git tree (bypassing
u-boot-testing.git). I know it would save me (and others) the hassle
of always having to merge it.

Thanks,

Kim

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

end of thread, other threads:[~2007-08-10  8:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-27 23:23 [U-Boot-Users] [GIT PULL] mpc83xx: reset status, 8360rev2.1 support, mpc8323erdb support, bugfixes Kim Phillips
2007-08-08 15:21 ` Jerry Van Baren
2007-08-08 15:49   ` Wolfgang Denk
2007-08-08 15:57     ` Jerry Van Baren
2007-08-09 20:39 ` Wolfgang Denk
2007-08-10  2:33   ` Dave Liu
2007-08-10  8:30     ` Wolfgang Denk

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