public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Yoshinori Sato <ysato@users.sourceforge.jp>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/6] Add target board MS7206SE
Date: Thu, 13 Feb 2014 23:13:39 +0900	[thread overview]
Message-ID: <1392300825-18782-1-git-send-email-ysato@users.sourceforge.jp> (raw)

Hi.
I updated MS7206SE support.
Please review and comment

Changes v2
cleanup for checkpatch.pl

Yoshinori Sato (6):
  Add MS7206SE support
  Add MS7206SE ethernet support
  Add SH7206 support
  SH2A cache support
  Module enabler cleanup
  Various update

 arch/sh/config.mk                      |   3 +
 arch/sh/cpu/sh2/Makefile               |   6 ++
 arch/sh/cpu/sh2/cache-sh2a.c           | 145 +++++++++++++++++++++++++++++++++
 arch/sh/cpu/sh2/config.mk              |   4 +-
 arch/sh/cpu/sh2/cpu.c                  |  58 +++----------
 arch/sh/cpu/sh2/nocache.c              |  36 ++++++++
 arch/sh/cpu/sh2/start.S                |   2 +-
 arch/sh/include/asm/cpu_sh2.h          |  15 ++--
 arch/sh/include/asm/cpu_sh2a.h         |  16 ++++
 arch/sh/include/asm/cpu_sh7206.h       |  75 +++++++++++++++++
 board/renesas/ms7206se/Makefile        |  10 +++
 board/renesas/ms7206se/lowlevel_init.S | 124 ++++++++++++++++++++++++++++
 board/renesas/ms7206se/ms7206se.c      |  43 ++++++++++
 boards.cfg                             |   1 +
 drivers/net/smc91111.h                 |  31 ++++++-
 include/configs/ms7206se.h             |  95 +++++++++++++++++++++
 16 files changed, 605 insertions(+), 59 deletions(-)
 create mode 100644 arch/sh/cpu/sh2/cache-sh2a.c
 create mode 100644 arch/sh/cpu/sh2/nocache.c
 create mode 100644 arch/sh/include/asm/cpu_sh2a.h
 create mode 100644 arch/sh/include/asm/cpu_sh7206.h
 create mode 100644 board/renesas/ms7206se/Makefile
 create mode 100644 board/renesas/ms7206se/lowlevel_init.S
 create mode 100644 board/renesas/ms7206se/ms7206se.c
 create mode 100644 include/configs/ms7206se.h

-- 
1.8.5.3

             reply	other threads:[~2014-02-13 14:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-13 14:13 Yoshinori Sato [this message]
2014-02-13 14:13 ` [U-Boot] [PATCH v2 1/6] Add MS7206SE support Yoshinori Sato
2014-02-13 14:13 ` [U-Boot] [PATCH v2 2/6] Add MS7206SE ethernet support Yoshinori Sato
2015-01-30 21:29   ` Joe Hershberger
2014-02-13 14:13 ` [U-Boot] [PATCH v2 3/6] Add SH7206 support Yoshinori Sato
2014-02-13 14:13 ` [U-Boot] [PATCH v2 4/6] SH2A cache support Yoshinori Sato
2014-02-13 14:13 ` [U-Boot] [PATCH v2 5/6] Module enabler cleanup Yoshinori Sato
2014-02-13 14:13 ` [U-Boot] [PATCH v2 6/6] Various update Yoshinori Sato

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=1392300825-18782-1-git-send-email-ysato@users.sourceforge.jp \
    --to=ysato@users.sourceforge.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox