In message <[EMAIL PROTECTED]> 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 -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] Bus error -- please leave by the rear door. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ U-Boot-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/u-boot-users
