[U-Boot] Pull request: u-boot-sh/master

Hi Tom,
Please pull u-boot-sh master branch.
Best regards, Nobuhiro
The following changes since commit 095728803eedfce850a2f85828f79500cb09979e:
Merge branch 'master' of git://git.denx.de/u-boot-net (2012-12-17 18:39:50 -0700)
are available in the git repository at:
git://git.denx.de/u-boot-sh master
for you to fetch changes up to bb474b8187878181493b4ba1d422fb83df9b4335:
serial_sh: Add support Renesas SH7752 (2012-12-20 13:20:17 +0900)
---------------------------------------------------------------- Yoshihiro Shimoda (2): sh: add support for sh7752evb board serial_sh: Add support Renesas SH7752
MAINTAINERS | 1 + arch/sh/include/asm/cpu_sh4.h | 2 + arch/sh/include/asm/cpu_sh7752.h | 211 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ board/renesas/sh7752evb/Makefile | 36 ++++++++++ board/renesas/sh7752evb/lowlevel_init.S | 460 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ board/renesas/sh7752evb/sh7752evb.c | 330 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ board/renesas/sh7752evb/spi-boot.c | 116 ++++++++++++++++++++++++++++++ board/renesas/sh7752evb/u-boot.lds | 97 +++++++++++++++++++++++++ boards.cfg | 1 + doc/README.sh7752evb | 67 +++++++++++++++++ drivers/serial/serial_sh.h | 2 +- include/configs/sh7752evb.h | 153 +++++++++++++++++++++++++++++++++++++++ 12 files changed, 1475 insertions(+), 1 deletion(-) create mode 100644 arch/sh/include/asm/cpu_sh7752.h create mode 100644 board/renesas/sh7752evb/Makefile create mode 100644 board/renesas/sh7752evb/lowlevel_init.S create mode 100644 board/renesas/sh7752evb/sh7752evb.c create mode 100644 board/renesas/sh7752evb/spi-boot.c create mode 100644 board/renesas/sh7752evb/u-boot.lds create mode 100644 doc/README.sh7752evb create mode 100644 include/configs/sh7752evb.h

On Thu, Dec 20, 2012 at 02:12:32PM +0900, Nobuhiro Iwamatsu wrote:
Hi Tom,
Please pull u-boot-sh master branch.
Best regards, Nobuhiro
The following changes since commit 095728803eedfce850a2f85828f79500cb09979e:
Merge branch 'master' of git://git.denx.de/u-boot-net (2012-12-17 18:39:50 -0700)
are available in the git repository at:
git://git.denx.de/u-boot-sh master
for you to fetch changes up to bb474b8187878181493b4ba1d422fb83df9b4335:
serial_sh: Add support Renesas SH7752 (2012-12-20 13:20:17 +0900)
Yoshihiro Shimoda (2): sh: add support for sh7752evb board serial_sh: Add support Renesas SH7752
MAINTAINERS | 1 + arch/sh/include/asm/cpu_sh4.h | 2 + arch/sh/include/asm/cpu_sh7752.h | 211 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ board/renesas/sh7752evb/Makefile | 36 ++++++++++ board/renesas/sh7752evb/lowlevel_init.S | 460 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ board/renesas/sh7752evb/sh7752evb.c | 330 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ board/renesas/sh7752evb/spi-boot.c | 116 ++++++++++++++++++++++++++++++ board/renesas/sh7752evb/u-boot.lds | 97 +++++++++++++++++++++++++ boards.cfg | 1 + doc/README.sh7752evb | 67 +++++++++++++++++ drivers/serial/serial_sh.h | 2 +- include/configs/sh7752evb.h | 153 +++++++++++++++++++++++++++++++++++++++ 12 files changed, 1475 insertions(+), 1 deletion(-) create mode 100644 arch/sh/include/asm/cpu_sh7752.h create mode 100644 board/renesas/sh7752evb/Makefile create mode 100644 board/renesas/sh7752evb/lowlevel_init.S create mode 100644 board/renesas/sh7752evb/sh7752evb.c create mode 100644 board/renesas/sh7752evb/spi-boot.c create mode 100644 board/renesas/sh7752evb/u-boot.lds create mode 100644 doc/README.sh7752evb create mode 100644 include/configs/sh7752evb.h
Applied to u-boot/master, thanks!
participants (2)
-
Nobuhiro Iwamatsu
-
Tom Rini