mbox

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

Message ID CABMQnVJ0MUOqvQvaih=UEJ-=X=x66EGPhgU1yycJUt-RgV57Yg@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-sh master

Message

Nobuhiro Iwamatsu Dec. 18, 2013, 7:56 a.m. UTC
Dear Tom Rini.

Please pull u-boot-sh master branch.

Best regards,
  Nobuhiro

The following changes since commit fd44194945714a478fab6407c04453caaef0bac9:

  Prepare v2014.01-rc2 (2013-12-16 13:07:05 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-sh master

for you to fetch changes up to f3bf212abc4139f12b472e97c1992ab32671b609:

  serial_sh: add support for SH7753 (2013-12-18 16:50:00 +0900)

----------------------------------------------------------------
Yoshihiro Shimoda (3):
      sh: add support for sh7753evb board
      net: sh-eth: add support for SH7753
      serial_sh: add support for SH7753

 arch/sh/include/asm/cpu_sh4.h           |   2 +
 arch/sh/include/asm/cpu_sh7753.h        | 197
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/renesas/sh7753evb/Makefile        |   7 +++
 board/renesas/sh7753evb/lowlevel_init.S | 416
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/renesas/sh7753evb/sh7753evb.c     | 326
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/renesas/sh7753evb/spi-boot.c      | 134
++++++++++++++++++++++++++++++++++++++++++++++
 board/renesas/sh7753evb/u-boot.lds      |  81 ++++++++++++++++++++++++++++
 boards.cfg                              |   1 +
 doc/README.sh7753evb                    |  67 +++++++++++++++++++++++
 drivers/net/sh_eth.h                    |   8 ++-
 drivers/serial/serial_sh.h              |   4 +-
 include/configs/sh7753evb.h             | 137
+++++++++++++++++++++++++++++++++++++++++++++++
 12 files changed, 1377 insertions(+), 3 deletions(-)
 create mode 100644 arch/sh/include/asm/cpu_sh7753.h
 create mode 100644 board/renesas/sh7753evb/Makefile
 create mode 100644 board/renesas/sh7753evb/lowlevel_init.S
 create mode 100644 board/renesas/sh7753evb/sh7753evb.c
 create mode 100644 board/renesas/sh7753evb/spi-boot.c
 create mode 100644 board/renesas/sh7753evb/u-boot.lds
 create mode 100644 doc/README.sh7753evb
 create mode 100644 include/configs/sh7753evb.h

Comments

Tom Rini Dec. 18, 2013, 2:56 p.m. UTC | #1
On Wed, Dec 18, 2013 at 04:56:42PM +0900, Nobuhiro Iwamatsu wrote:

> Dear Tom Rini.
> 
> Please pull u-boot-sh master branch.
> 
> Best regards,
>   Nobuhiro
> 
> The following changes since commit fd44194945714a478fab6407c04453caaef0bac9:
> 
>   Prepare v2014.01-rc2 (2013-12-16 13:07:05 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sh master
> 
> for you to fetch changes up to f3bf212abc4139f12b472e97c1992ab32671b609:
> 
>   serial_sh: add support for SH7753 (2013-12-18 16:50:00 +0900)
> 
> ----------------------------------------------------------------
> Yoshihiro Shimoda (3):
>       sh: add support for sh7753evb board
>       net: sh-eth: add support for SH7753
>       serial_sh: add support for SH7753
> 
>  arch/sh/include/asm/cpu_sh4.h           |   2 +
>  arch/sh/include/asm/cpu_sh7753.h        | 197
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  board/renesas/sh7753evb/Makefile        |   7 +++
>  board/renesas/sh7753evb/lowlevel_init.S | 416
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  board/renesas/sh7753evb/sh7753evb.c     | 326
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  board/renesas/sh7753evb/spi-boot.c      | 134
> ++++++++++++++++++++++++++++++++++++++++++++++
>  board/renesas/sh7753evb/u-boot.lds      |  81 ++++++++++++++++++++++++++++
>  boards.cfg                              |   1 +
>  doc/README.sh7753evb                    |  67 +++++++++++++++++++++++
>  drivers/net/sh_eth.h                    |   8 ++-
>  drivers/serial/serial_sh.h              |   4 +-
>  include/configs/sh7753evb.h             | 137
> +++++++++++++++++++++++++++++++++++++++++++++++
>  12 files changed, 1377 insertions(+), 3 deletions(-)
>  create mode 100644 arch/sh/include/asm/cpu_sh7753.h
>  create mode 100644 board/renesas/sh7753evb/Makefile
>  create mode 100644 board/renesas/sh7753evb/lowlevel_init.S
>  create mode 100644 board/renesas/sh7753evb/sh7753evb.c
>  create mode 100644 board/renesas/sh7753evb/spi-boot.c
>  create mode 100644 board/renesas/sh7753evb/u-boot.lds
>  create mode 100644 doc/README.sh7753evb
>  create mode 100644 include/configs/sh7753evb.h

Applied to u-boot/master, thanks!