public inbox for linux-sh@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] Add support for new board: SH-2007
@ 2010-06-18 11:01 Hitoshi Mitake
  2010-06-21  6:22 ` Paul Mundt
  2010-06-21  7:58 ` Hitoshi Mitake
  0 siblings, 2 replies; 3+ messages in thread
From: Hitoshi Mitake @ 2010-06-18 11:01 UTC (permalink / raw)
  To: linux-sh

This patch series add support of SH-2007.
I brought these changes from the out-of-tree kernel
provided by the manufacture of this board, ITO Inc.
Website of company: http://www.itonet.co.jp/
The URL of kernel: http://ms-n.org/sh-linux/kernel/

Adding support of new board is trivial,
but as I'll describe, 4/4 of this series contains
some dirty and mysterious fixes.

v3: I fixed this series according to advice by
    Nobuhiro-san and Magnus. Thanks!

v4: IDE support is disabled as temporary solution.
    Testers are welcome!

Hitoshi Mitake (4):
  Add the directory mach-sh2007 for SH-2007 board support
  Adds default configuration for SH-2007. This default configuration is
    nfs boot oriented.
  Modify Makefile and Kconfig for enabling and building SH-2007 related
    files.
  Very dirty and easy fix for sh-sci.

 arch/sh/Makefile                    |    1 +
 arch/sh/boards/Kconfig              |   11 +
 arch/sh/boards/mach-sh2007/Makefile |    1 +
 arch/sh/boards/mach-sh2007/setup.c  |  317 ++++++++
 arch/sh/configs/sh2007_defconfig    | 1357 +++++++++++++++++++++++++++++++++++
 arch/sh/tools/mach-types            |    1 +
 drivers/serial/sh-sci.h             |   17 +-
 7 files changed, 1701 insertions(+), 4 deletions(-)
 create mode 100644 arch/sh/boards/mach-sh2007/Makefile
 create mode 100644 arch/sh/boards/mach-sh2007/setup.c
 create mode 100644 arch/sh/configs/sh2007_defconfig


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

end of thread, other threads:[~2010-06-21  7:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-18 11:01 [PATCH v4 0/4] Add support for new board: SH-2007 Hitoshi Mitake
2010-06-21  6:22 ` Paul Mundt
2010-06-21  7:58 ` Hitoshi Mitake

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