[U-Boot-Users] [GIT PULL v2][SH] Please pull git://www.denx.de/git/u-boot-sh.git/

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 (8): 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 sh: Update SuperH SCIF driver sh: Remove CONFIG_COMMANDS from MS7720SE config file
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 | 42 +++++-- 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 | 127 ++++++++++++++++++ 23 files changed, 1568 insertions(+), 16 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

In message 20080117220231.6793ee1e.iwamatsu@nigauri.org you wrote:
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 (8): 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 sh: Update SuperH SCIF driver sh: Remove CONFIG_COMMANDS from MS7720SE config file
Yoshihiro Shimoda (3): sh: Add support SH3 and SH7720 sh: Add support for SH7720 in serial_sh driver. sh: Add support for MS7720RP02 board
Done, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Nobuhiro Iwamatsu
-
Wolfgang Denk