All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/3 v3] MIPS: Add VCT board series support (Part 1/3)
Date: Mon, 26 Jan 2009 21:37:08 +0900	[thread overview]
Message-ID: <497DAE74.7050905@ruby.dti.ne.jp> (raw)
In-Reply-To: <1232555079-13526-1-git-send-email-sr@denx.de>

Stefan Roese wrote:
> Signed-off-by: Stefan Roese <sr@denx.de>
> ---
> v3:
> - Added USB EHCI support
> - Added performance enhanced OneNAND read support
> 
> v2:
> - Fixed issues in u-boot.lds mentioned by Andrew Dyer
> 
>  board/micronas/vct/Makefile        |   57 ++++++++
>  board/micronas/vct/bcu.h           |  170 ++++++++++++++++++++++++
>  board/micronas/vct/config.mk       |   31 +++++
>  board/micronas/vct/dcgu.c          |  258 ++++++++++++++++++++++++++++++++++++
>  board/micronas/vct/dcgu.h          |  179 +++++++++++++++++++++++++
>  board/micronas/vct/ebi.c           |   48 +++++++
>  board/micronas/vct/ebi.h           |   95 +++++++++++++
>  board/micronas/vct/ebi_nor_flash.c |  131 ++++++++++++++++++
>  board/micronas/vct/ebi_onenand.c   |  198 +++++++++++++++++++++++++++
>  board/micronas/vct/ebi_smc911x.c   |   94 +++++++++++++
>  10 files changed, 1261 insertions(+), 0 deletions(-)
>  create mode 100644 board/micronas/vct/Makefile
>  create mode 100644 board/micronas/vct/bcu.h
>  create mode 100644 board/micronas/vct/config.mk
>  create mode 100644 board/micronas/vct/dcgu.c
>  create mode 100644 board/micronas/vct/dcgu.h
>  create mode 100644 board/micronas/vct/ebi.c
>  create mode 100644 board/micronas/vct/ebi.h
>  create mode 100644 board/micronas/vct/ebi_nor_flash.c
>  create mode 100644 board/micronas/vct/ebi_onenand.c
>  create mode 100644 board/micronas/vct/ebi_smc911x.c

No objection from me, will apply.

Stefan, I'm going to fold all patches into sinble commit, ok?

  reply	other threads:[~2009-01-26 12:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-21 16:24 [U-Boot] [PATCH 1/3 v3] MIPS: Add VCT board series support (Part 1/3) Stefan Roese
2009-01-26 12:37 ` Shinya Kuribayashi [this message]
2009-01-26 13:15   ` Stefan Roese
2009-01-26 19:48     ` Wolfgang Denk
2009-01-27 14:04       ` Shinya Kuribayashi

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=497DAE74.7050905@ruby.dti.ne.jp \
    --to=skuribay@ruby.dti.ne.jp \
    --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.