All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Wu <davidwu@arcturusnetworks.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/7] Add uCdimm and Mercury's EP2500 support
Date: Wed, 07 Apr 2010 20:00:15 -0400	[thread overview]
Message-ID: <op.vatgyplzqigx4y@cyprus.local> (raw)

Hi list,

This is my first time to submit a patch to this list. I hope it is in the
correct format. All these patches are based on the Mar. 15's git tree plus
16 patches from TsiChung.

David Wu (7):
   Colfdfire MCF5282: enable icache if CONFIG_SYS_ENABLE_ICACHE is
     defined
   AT49BV322A Flash: the erase regions are in the wrong order.
   added Mercury EP2500 board support It uses the mcf5282 processor with
     real time clock and EEPROM.
   Adding uC5272 dimm module support
   adding uC5274/5275 dimm module support
   adding uC5282 dimm module support
   adding credit for uC5272, uC5274/5275 and uC5282

  CREDITS                           |    2 +-
  Makefile                          |  114 ++
  board/Arcturus/uC5272/Makefile    |   44 +
  board/Arcturus/uC5272/config.mk   |    1 +
  board/Arcturus/uC5272/u-boot.lds  |  142 +++
  board/Arcturus/uC5272/uC5272.c    |   57 +
  board/Arcturus/uC5275/Makefile    |   44 +
  board/Arcturus/uC5275/config.mk   |   23 +
  board/Arcturus/uC5275/u-boot.lds  |  139 +++
  board/Arcturus/uC5275/uC5275.c    |  118 +++
  board/Arcturus/uC5282/Makefile    |   44 +
  board/Arcturus/uC5282/cfm_flash.c |  201 ++++
  board/Arcturus/uC5282/cfm_flash.h |   42 +
  board/Arcturus/uC5282/config.mk   |   23 +
  board/Arcturus/uC5282/flash.c     | 2087  
+++++++++++++++++++++++++++++++++++++
  board/Arcturus/uC5282/u-boot.lds  |  140 +++
  board/Arcturus/uC5282/uC5282.c    |   98 ++
  board/Mercury/ep2500/Makefile     |   44 +
  board/Mercury/ep2500/config.mk    |   23 +
  board/Mercury/ep2500/ep2500.c     |  191 ++++
  board/Mercury/ep2500/u-boot.lds   |  140 +++
  cpu/mcf52x2/cpu_init.c            |    6 +-
  drivers/mtd/cfi_flash.c           |    4 +-
  include/configs/EP2500.h          |  297 ++++++
  include/configs/uC5272.h          |  354 +++++++
  include/configs/uC5275.h          |  263 +++++
  include/configs/uC5282.h          |  299 ++++++
  27 files changed, 4936 insertions(+), 4 deletions(-)
  create mode 100644 board/Arcturus/uC5272/Makefile
  create mode 100644 board/Arcturus/uC5272/config.mk
  create mode 100644 board/Arcturus/uC5272/u-boot.lds
  create mode 100644 board/Arcturus/uC5272/uC5272.c
  create mode 100644 board/Arcturus/uC5275/Makefile
  create mode 100644 board/Arcturus/uC5275/config.mk
  create mode 100644 board/Arcturus/uC5275/u-boot.lds
  create mode 100644 board/Arcturus/uC5275/uC5275.c
  create mode 100644 board/Arcturus/uC5282/Makefile
  create mode 100644 board/Arcturus/uC5282/cfm_flash.c
  create mode 100644 board/Arcturus/uC5282/cfm_flash.h
  create mode 100644 board/Arcturus/uC5282/config.mk
  create mode 100644 board/Arcturus/uC5282/flash.c
  create mode 100644 board/Arcturus/uC5282/u-boot.lds
  create mode 100644 board/Arcturus/uC5282/uC5282.c
  create mode 100644 board/Mercury/ep2500/Makefile
  create mode 100644 board/Mercury/ep2500/config.mk
  create mode 100644 board/Mercury/ep2500/ep2500.c
  create mode 100644 board/Mercury/ep2500/u-boot.lds
  create mode 100644 include/configs/EP2500.h
  create mode 100644 include/configs/uC5272.h
  create mode 100644 include/configs/uC5275.h
  create mode 100644 include/configs/uC5282.h

                 reply	other threads:[~2010-04-08  0:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=op.vatgyplzqigx4y@cyprus.local \
    --to=davidwu@arcturusnetworks.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.