[U-Boot-Users] Pull request: u-boot-sh

The following changes since commit 8155efbd7ae9c65564ca98affe94631d612ae088: Wolfgang Denk (1): Merge branch 'master' of ssh://mercury/home/wd/git/u-boot/master
are available in the git repository at:
git://git.denx.de/u-boot-sh.git master
Nobuhiro Iwamatsu (3): sh: SH7763 SCIF support sh: Add support Renesas SH7763 sh: Renesas Solutions SH7763RDP board support
MAINTAINERS | 1 + MAKEALL | 1 + Makefile | 5 + board/sh7763rdp/Makefile | 47 +++++ board/sh7763rdp/config.mk | 11 ++ board/sh7763rdp/lowlevel_init.S | 351 +++++++++++++++++++++++++++++++++++++++ board/sh7763rdp/sh7763rdp.c | 76 +++++++++ board/sh7763rdp/u-boot.lds | 106 ++++++++++++ drivers/serial/serial_sh.c | 128 ++++++++------ include/asm-sh/cpu_sh4.h | 2 + include/asm-sh/cpu_sh7763.h | 51 ++++++ include/configs/sh7763rdp.h | 126 ++++++++++++++ 12 files changed, 850 insertions(+), 55 deletions(-) create mode 100644 board/sh7763rdp/Makefile create mode 100644 board/sh7763rdp/config.mk create mode 100644 board/sh7763rdp/lowlevel_init.S create mode 100644 board/sh7763rdp/sh7763rdp.c create mode 100644 board/sh7763rdp/u-boot.lds create mode 100644 include/asm-sh/cpu_sh7763.h create mode 100644 include/configs/sh7763rdp.h

In message 20080610053013.6005d1f9.iwamatsu@nigauri.org you wrote:
The following changes since commit 8155efbd7ae9c65564ca98affe94631d612ae088: Wolfgang Denk (1): Merge branch 'master' of ssh://mercury/home/wd/git/u-boot/master
are available in the git repository at:
git://git.denx.de/u-boot-sh.git master
Nobuhiro Iwamatsu (3): sh: SH7763 SCIF support sh: Add support Renesas SH7763 sh: Renesas Solutions SH7763RDP board support
MAINTAINERS | 1 + MAKEALL | 1 + Makefile | 5 + board/sh7763rdp/Makefile | 47 +++++ board/sh7763rdp/config.mk | 11 ++ board/sh7763rdp/lowlevel_init.S | 351 +++++++++++++++++++++++++++++++++++++++ board/sh7763rdp/sh7763rdp.c | 76 +++++++++ board/sh7763rdp/u-boot.lds | 106 ++++++++++++ drivers/serial/serial_sh.c | 128 ++++++++------ include/asm-sh/cpu_sh4.h | 2 + include/asm-sh/cpu_sh7763.h | 51 ++++++ include/configs/sh7763rdp.h | 126 ++++++++++++++ 12 files changed, 850 insertions(+), 55 deletions(-) create mode 100644 board/sh7763rdp/Makefile create mode 100644 board/sh7763rdp/config.mk create mode 100644 board/sh7763rdp/lowlevel_init.S create mode 100644 board/sh7763rdp/sh7763rdp.c create mode 100644 board/sh7763rdp/u-boot.lds create mode 100644 include/asm-sh/cpu_sh7763.h create mode 100644 include/configs/sh7763rdp.h
Applied, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Nobuhiro Iwamatsu
-
Wolfgang Denk