From: Yoshinori Sato <ysato@users.sourceforge.jp>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/5] Add target EDOSK2674
Date: Wed, 02 Mar 2011 16:39:38 +0900 [thread overview]
Message-ID: <87zkpe9dj9.wl%ysato@users.sourceforge.jp> (raw)
Hi lists,
This patches added new target EDOSK2674.
Please comments.
Thanks.
Yoshinori Sato (5):
Add h8300 architecture part1 - core
Add h8300 architecture part2 - headers
Add h8300 architecture part3 - misc
standard SCI support
Add target edosk2674
arch/h8300/config.mk | 35 +++++++
arch/h8300/cpu/h8300s/Makefile | 53 ++++++++++
arch/h8300/cpu/h8300s/config.mk | 26 +++++
arch/h8300/cpu/h8300s/cpu.c | 83 +++++++++++++++
arch/h8300/cpu/h8300s/interrupts.c | 38 +++++++
arch/h8300/cpu/h8300s/start.S | 87 ++++++++++++++++
arch/h8300/cpu/h8300s/watchdog.c | 36 +++++++
arch/h8300/include/asm/bitops.h | 186 ++++++++++++++++++++++++++++++++++
arch/h8300/include/asm/byteorder.h | 6 +
arch/h8300/include/asm/config.h | 26 +++++
arch/h8300/include/asm/global_data.h | 55 ++++++++++
arch/h8300/include/asm/io.h | 178 ++++++++++++++++++++++++++++++++
arch/h8300/include/asm/posix_types.h | 123 ++++++++++++++++++++++
arch/h8300/include/asm/processor.h | 4 +
arch/h8300/include/asm/ptrace.h | 64 ++++++++++++
arch/h8300/include/asm/string.h | 41 ++++++++
arch/h8300/include/asm/types.h | 62 +++++++++++
arch/h8300/include/asm/u-boot.h | 41 ++++++++
arch/h8300/include/asm/unaligned.h | 10 ++
arch/h8300/lib/Makefile | 43 ++++++++
arch/h8300/lib/board.c | 158 +++++++++++++++++++++++++++++
arch/h8300/lib/bootm.c | 70 +++++++++++++
arch/h8300/lib/time.c | 87 ++++++++++++++++
board/edosk2674/Makefile | 48 +++++++++
board/edosk2674/config.mk | 25 +++++
board/edosk2674/edosk2674.c | 63 ++++++++++++
board/edosk2674/lowlevel_init.S | 84 +++++++++++++++
board/edosk2674/u-boot.lds | 84 +++++++++++++++
boards.cfg | 1 +
common/cmd_bdinfo.c | 20 ++++
common/cmd_bootm.c | 2 +
drivers/net/lan91c96.h | 21 ++++
drivers/serial/serial_sh.c | 74 ++++++++++++--
drivers/serial/serial_sh.h | 93 ++++++-----------
examples/standalone/Makefile | 3 +-
examples/standalone/stubs.c | 20 ++++-
include/configs/edosk2674.h | 104 +++++++++++++++++++
include/image.h | 5 +
38 files changed, 2086 insertions(+), 73 deletions(-)
create mode 100644 arch/h8300/config.mk
create mode 100644 arch/h8300/cpu/h8300s/Makefile
create mode 100644 arch/h8300/cpu/h8300s/config.mk
create mode 100644 arch/h8300/cpu/h8300s/cpu.c
create mode 100644 arch/h8300/cpu/h8300s/interrupts.c
create mode 100644 arch/h8300/cpu/h8300s/start.S
create mode 100644 arch/h8300/cpu/h8300s/watchdog.c
create mode 100644 arch/h8300/include/asm/bitops.h
create mode 100644 arch/h8300/include/asm/byteorder.h
create mode 100644 arch/h8300/include/asm/config.h
create mode 100644 arch/h8300/include/asm/global_data.h
create mode 100644 arch/h8300/include/asm/io.h
create mode 100644 arch/h8300/include/asm/posix_types.h
create mode 100644 arch/h8300/include/asm/processor.h
create mode 100644 arch/h8300/include/asm/ptrace.h
create mode 100644 arch/h8300/include/asm/string.h
create mode 100644 arch/h8300/include/asm/types.h
create mode 100644 arch/h8300/include/asm/u-boot.h
create mode 100644 arch/h8300/include/asm/unaligned.h
create mode 100644 arch/h8300/lib/Makefile
create mode 100644 arch/h8300/lib/board.c
create mode 100644 arch/h8300/lib/bootm.c
create mode 100644 arch/h8300/lib/time.c
create mode 100644 board/edosk2674/Makefile
create mode 100644 board/edosk2674/config.mk
create mode 100644 board/edosk2674/edosk2674.c
create mode 100644 board/edosk2674/lowlevel_init.S
create mode 100644 board/edosk2674/u-boot.lds
create mode 100644 include/configs/edosk2674.h
--
1.7.2.3
next reply other threads:[~2011-03-02 7:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-02 7:39 Yoshinori Sato [this message]
2011-04-20 22:17 ` [U-Boot] [PATCH 0/5] Add target EDOSK2674 Wolfgang Denk
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=87zkpe9dj9.wl%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