Re: [U-Boot] [PATCH v2 0/7] Add support for PDM360NG board

2010-03-21 Thread Wolfgang Denk
Dear Anatolij Gustschin,

In message 1268755808-24931-1-git-send-email-ag...@denx.de you wrote:
 This patch series intend to support MPC5121e based
 PDM360NG board. Patches preceding the actual board
 support patch 6 prepare needed infrastructure for
 the PDM360NG board.

Argh... so I applied an old version of these patches.  OK, I can still
undo this; no damage done except wasted work and time.

To avoid this in the future please make sure to use proper threading
when you resubmit a patch series - this new submission was in no way
linked to your previous one.  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: w...@denx.de
Quantum Mechanics is God's version of Trust me.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH v2 0/7] Add support for PDM360NG board

2010-03-16 Thread Anatolij Gustschin
This patch series intend to support MPC5121e based
PDM360NG board. Patches preceding the actual board
support patch 6 prepare needed infrastructure for
the PDM360NG board.

Changes since first version:
 - addressed comments, detailed log of changes is
   provided in patch description.

NOTE:
 - if splashscreen is used, another fix should also
   be applied, see patch
   http://lists.denx.de/pipermail/u-boot/2010-March/068505.html

 - for RLE8 BMP support see patch
   http://lists.denx.de/pipermail/u-boot/2010-March/068476.html

Anatolij Gustschin (7):
  mpc512x: make MEM IO Control configuration a board config option
  mpc512x: add multi serial PSC support
  mpc5121: add PSC serial communication routines
  fdt_support: add partitions fixup in mtd node
  mpc5121: add common post_word_load/store code
  mpc5121: add support for PDM360NG board
  mpc5121: cpu/mpc512x/diu.c: fix warnings

 MAKEALL |1 +
 Makefile|3 +
 board/freescale/common/fsl_diu_fb.c |   29 ++-
 board/pdm360ng/Makefile |   52 
 board/pdm360ng/config.mk|   24 ++
 board/pdm360ng/pdm360ng.c   |  525 +++
 board/pdm360ng/post.c   |   75 +
 common/cmd_mtdparts.c   |2 +-
 common/fdt_support.c|  219 +++
 common/serial.c |   23 ++
 cpu/mpc512x/Makefile|1 +
 cpu/mpc512x/commproc.c  |   25 ++
 cpu/mpc512x/diu.c   |   18 +-
 cpu/mpc512x/fixed_sdram.c   |2 +-
 cpu/mpc512x/serial.c|  353 ++--
 include/asm-ppc/immap_512x.h|  112 
 include/configs/aria.h  |2 +
 include/configs/mecp5123.h  |2 +
 include/configs/mpc5121-common.h|   52 
 include/configs/mpc5121ads.h|2 +
 include/configs/pdm360ng.h  |  520 ++
 include/fdt_support.h   |2 +
 include/jffs2/load_kernel.h |1 +
 include/mtd_node.h  |   11 +
 include/post.h  |1 +
 include/serial.h|   15 +
 post/tests.c|4 +
 27 files changed, 1981 insertions(+), 95 deletions(-)
 create mode 100644 board/pdm360ng/Makefile
 create mode 100644 board/pdm360ng/config.mk
 create mode 100644 board/pdm360ng/pdm360ng.c
 create mode 100644 board/pdm360ng/post.c
 create mode 100644 cpu/mpc512x/commproc.c
 create mode 100644 include/configs/mpc5121-common.h
 create mode 100644 include/configs/pdm360ng.h
 create mode 100644 include/mtd_node.h

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot