[U-Boot-Users] [SH] Please pull git://www.denx.de/git/u-boot-sh.git/
Nobuhiro Iwamatsu
iwamatsu at nigauri.org
Tue Jan 15 18:56:28 CET 2008
The following changes since commit 5dd372a23d12003276dddf7f9604154fd522ae73:
Wolfgang Denk (1):
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
are available in the git repository at:
git://www.denx.de/git/u-boot-sh.git/ master
Nobuhiro Iwamatsu (6):
sh: Add MS7720SE to MAKEALL
sh: Fix board name in MS7720SE's config.mk
sh: Add maintainer of MS7720SE to the MAINTAINER file
sh: Add support of map_physmem() and unmap_physmem() to SuperH
sh: Add support SH7710/SH7712
pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driver
Yoshihiro Shimoda (3):
sh: Add support SH3 and SH7720
sh: Add support for SH7720 in serial_sh driver.
sh: Add support for MS7720RP02 board
MAINTAINERS | 4 +
MAKEALL | 5 +-
Makefile | 8 +
board/ms7720se/Makefile | 51 ++++++++
board/ms7720se/config.mk | 34 +++++
board/ms7720se/lowlevel_init.S | 268 +++++++++++++++++++++++++++++++++++++++
board/ms7720se/ms7720se.c | 60 +++++++++
board/ms7720se/u-boot.lds | 108 ++++++++++++++++
cpu/sh3/Makefile | 49 +++++++
cpu/sh3/cache.c | 112 ++++++++++++++++
cpu/sh3/config.mk | 31 +++++
cpu/sh3/cpu.c | 84 ++++++++++++
cpu/sh3/interrupts.c | 42 ++++++
cpu/sh3/start.S | 77 +++++++++++
cpu/sh3/time.c | 103 +++++++++++++++
cpu/sh3/watchdog.c | 33 +++++
drivers/pcmcia/marubun_pcmcia.c | 6 +-
drivers/serial/serial_sh.c | 36 ++++-
include/asm-sh/cpu_sh3.h | 42 ++++++
include/asm-sh/cpu_sh7710.h | 64 +++++++++
include/asm-sh/cpu_sh7720.h | 207 ++++++++++++++++++++++++++++++
include/asm-sh/io.h | 27 ++++
include/configs/ms7720se.h | 134 +++++++++++++++++++
23 files changed, 1574 insertions(+), 11 deletions(-)
create mode 100644 board/ms7720se/Makefile
create mode 100644 board/ms7720se/config.mk
create mode 100644 board/ms7720se/lowlevel_init.S
create mode 100644 board/ms7720se/ms7720se.c
create mode 100644 board/ms7720se/u-boot.lds
create mode 100644 cpu/sh3/Makefile
create mode 100644 cpu/sh3/cache.c
create mode 100644 cpu/sh3/config.mk
create mode 100644 cpu/sh3/cpu.c
create mode 100644 cpu/sh3/interrupts.c
create mode 100644 cpu/sh3/start.S
create mode 100644 cpu/sh3/time.c
create mode 100644 cpu/sh3/watchdog.c
create mode 100644 include/asm-sh/cpu_sh3.h
create mode 100644 include/asm-sh/cpu_sh7710.h
create mode 100644 include/asm-sh/cpu_sh7720.h
create mode 100644 include/configs/ms7720se.h
More information about the U-Boot
mailing list