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

Nobuhiro Iwamatsu iwamatsu at nigauri.org
Mon Jun 9 22:30:13 CEST 2008


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




More information about the U-Boot mailing list