mbox

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

Message ID AANLkTikwvpMrmsYTwEooFWKwd2rzb_kexLmyObcmL85+@mail.gmail.com
State Accepted
Headers show

Pull-request

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

Message

Nobuhiro Iwamatsu Feb. 3, 2011, 8:05 a.m. UTC
Dear Wolfgang Denk,

Please pull the following changes.

Best regards,
  Nobuhiro

The following changes since commit 6f918bd46482f889f4d94623b09daf659a1974bd:

  Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
(2011-01-31 23:20:32 +0100)

are available in the git repository at:

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

Nobuhiro Iwamatsu (14):
      sh: Remove config.mk for MigoR board
      sh: Remove config.mk for ap325rxa board
      sh: Remove config.mk for r2dplus board
      sh: Remove config.mk for r7780mp board
      sh: Remove config.mk for rsk7203 board
      sh: Remove config.mk for sh7763rdp board
      sh: Remove config.mk for sh7785lcr board
      sh: Remove config.mk for ms7720se board
      sh: Remove config.mk for ms7722se board
      sh: Remove config.mk for ms7750se board
      sh: Remove config.mk for mpr2 board
      sh: Remove config.mk for espt board
      sh: Remove config.mk for shmin board
      sh: sh7785lcr: Fix out of tree building

Yoshihiro Shimoda (6):
      sh: add support the CONFIG_SYS_LDSCRIPT
      README: add description of sh_eth driver
      net: sh_eth: add cache handling
      spi: add support SuperH SPI module
      sh: add support for sh7757lcr board
      change email address in MAINTAINERS

 MAINTAINERS                                        |    3 +-
 README                                             |   17 +
 arch/sh/config.mk                                  |    6 +
 arch/sh/include/asm/cpu_sh4.h                      |    2 +
 arch/sh/include/asm/cpu_sh7757.h                   |  218 ++++++++
 board/espt/config.mk                               |    9 -
 board/mpr2/config.mk                               |   37 --
 board/ms7720se/config.mk                           |   34 --
 board/ms7722se/config.mk                           |   31 --
 board/ms7750se/config.mk                           |   23 -
 board/renesas/ap325rxa/config.mk                   |   26 -
 board/renesas/r2dplus/config.mk                    |   23 -
 board/renesas/r7780mp/config.mk                    |   27 -
 board/renesas/rsk7203/config.mk                    |   28 -
 .../{MigoR/config.mk => sh7757lcr/Makefile}        |   38 +-
 board/renesas/sh7757lcr/lowlevel_init.S            |  558 ++++++++++++++++++++
 board/renesas/sh7757lcr/sh7757lcr.c                |  454 ++++++++++++++++
 board/renesas/sh7757lcr/spi-boot.c                 |  109 ++++
 board/renesas/sh7757lcr/u-boot.lds                 |  101 ++++
 board/renesas/sh7763rdp/config.mk                  |   11 -
 board/renesas/sh7785lcr/Makefile                   |    8 +-
 board/renesas/sh7785lcr/config.mk                  |   31 --
 board/shmin/config.mk                              |   27 -
 boards.cfg                                         |    1 +
 doc/README.sh7757lcr                               |   64 +++
 drivers/net/sh_eth.c                               |    9 +
 drivers/spi/Makefile                               |    1 +
 drivers/spi/sh_spi.c                               |  261 +++++++++
 drivers/spi/sh_spi.h                               |   79 +++
 include/configs/MigoR.h                            |    1 +
 include/configs/ap325rxa.h                         |    2 +
 include/configs/espt.h                             |    1 +
 include/configs/mpr2.h                             |    2 +
 include/configs/ms7720se.h                         |    1 +
 include/configs/ms7722se.h                         |    1 +
 include/configs/ms7750se.h                         |    1 +
 include/configs/r2dplus.h                          |    1 +
 include/configs/r7780mp.h                          |    1 +
 include/configs/rsk7203.h                          |    1 +
 include/configs/sh7757lcr.h                        |  146 +++++
 include/configs/sh7763rdp.h                        |    1 +
 include/configs/sh7785lcr.h                        |    2 +
 include/configs/shmin.h                            |    1 +
 43 files changed, 2075 insertions(+), 323 deletions(-)
 create mode 100644 arch/sh/include/asm/cpu_sh7757.h
 delete mode 100644 board/espt/config.mk
 delete mode 100644 board/mpr2/config.mk
 delete mode 100644 board/ms7720se/config.mk
 delete mode 100644 board/ms7722se/config.mk
 delete mode 100644 board/ms7750se/config.mk
 delete mode 100644 board/renesas/ap325rxa/config.mk
 delete mode 100644 board/renesas/r2dplus/config.mk
 delete mode 100644 board/renesas/r7780mp/config.mk
 delete mode 100644 board/renesas/rsk7203/config.mk
 rename board/renesas/{MigoR/config.mk => sh7757lcr/Makefile} (54%)
 create mode 100644 board/renesas/sh7757lcr/lowlevel_init.S
 create mode 100644 board/renesas/sh7757lcr/sh7757lcr.c
 create mode 100644 board/renesas/sh7757lcr/spi-boot.c
 create mode 100644 board/renesas/sh7757lcr/u-boot.lds
 delete mode 100644 board/renesas/sh7763rdp/config.mk
 delete mode 100644 board/renesas/sh7785lcr/config.mk
 delete mode 100644 board/shmin/config.mk
 create mode 100644 doc/README.sh7757lcr
 create mode 100644 drivers/spi/sh_spi.c
 create mode 100644 drivers/spi/sh_spi.h
 create mode 100644 include/configs/sh7757lcr.h

Comments

Wolfgang Denk Feb. 3, 2011, 2:04 p.m. UTC | #1
Dear Nobuhiro Iwamatsu,

In message <AANLkTikwvpMrmsYTwEooFWKwd2rzb_kexLmyObcmL85+@mail.gmail.com> you wrote:
> 
> Please pull the following changes.

Thanks.

[This message is just a feature test.]


Best regards,

Wolfgang Denk
Wolfgang Denk Feb. 4, 2011, 7:43 p.m. UTC | #2
Dear Nobuhiro Iwamatsu,

In message <AANLkTikwvpMrmsYTwEooFWKwd2rzb_kexLmyObcmL85+@mail.gmail.com> you wrote:
> 
>   git://git.denx.de/u-boot-sh.git master
> 
> Nobuhiro Iwamatsu (14):
>       sh: Remove config.mk for MigoR board
>       sh: Remove config.mk for ap325rxa board
>       sh: Remove config.mk for r2dplus board
>       sh: Remove config.mk for r7780mp board
>       sh: Remove config.mk for rsk7203 board
>       sh: Remove config.mk for sh7763rdp board
>       sh: Remove config.mk for sh7785lcr board
>       sh: Remove config.mk for ms7720se board
>       sh: Remove config.mk for ms7722se board
>       sh: Remove config.mk for ms7750se board
>       sh: Remove config.mk for mpr2 board
>       sh: Remove config.mk for espt board
>       sh: Remove config.mk for shmin board
>       sh: sh7785lcr: Fix out of tree building
> 
> Yoshihiro Shimoda (6):
>       sh: add support the CONFIG_SYS_LDSCRIPT
>       README: add description of sh_eth driver
>       net: sh_eth: add cache handling
>       spi: add support SuperH SPI module
>       sh: add support for sh7757lcr board
>       change email address in MAINTAINERS
> 
>  MAINTAINERS                                        |    3 +-
>  README                                             |   17 +
>  arch/sh/config.mk                                  |    6 +
>  arch/sh/include/asm/cpu_sh4.h                      |    2 +
>  arch/sh/include/asm/cpu_sh7757.h                   |  218 ++++++++
>  board/espt/config.mk                               |    9 -
>  board/mpr2/config.mk                               |   37 --
>  board/ms7720se/config.mk                           |   34 --
>  board/ms7722se/config.mk                           |   31 --
>  board/ms7750se/config.mk                           |   23 -
>  board/renesas/ap325rxa/config.mk                   |   26 -
>  board/renesas/r2dplus/config.mk                    |   23 -
>  board/renesas/r7780mp/config.mk                    |   27 -
>  board/renesas/rsk7203/config.mk                    |   28 -
>  .../{MigoR/config.mk => sh7757lcr/Makefile}        |   38 +-
>  board/renesas/sh7757lcr/lowlevel_init.S            |  558 ++++++++++++++++++++
>  board/renesas/sh7757lcr/sh7757lcr.c                |  454 ++++++++++++++++
>  board/renesas/sh7757lcr/spi-boot.c                 |  109 ++++
>  board/renesas/sh7757lcr/u-boot.lds                 |  101 ++++
>  board/renesas/sh7763rdp/config.mk                  |   11 -
>  board/renesas/sh7785lcr/Makefile                   |    8 +-
>  board/renesas/sh7785lcr/config.mk                  |   31 --
>  board/shmin/config.mk                              |   27 -
>  boards.cfg                                         |    1 +
>  doc/README.sh7757lcr                               |   64 +++
>  drivers/net/sh_eth.c                               |    9 +
>  drivers/spi/Makefile                               |    1 +
>  drivers/spi/sh_spi.c                               |  261 +++++++++
>  drivers/spi/sh_spi.h                               |   79 +++
>  include/configs/MigoR.h                            |    1 +
>  include/configs/ap325rxa.h                         |    2 +
>  include/configs/espt.h                             |    1 +
>  include/configs/mpr2.h                             |    2 +
>  include/configs/ms7720se.h                         |    1 +
>  include/configs/ms7722se.h                         |    1 +
>  include/configs/ms7750se.h                         |    1 +
>  include/configs/r2dplus.h                          |    1 +
>  include/configs/r7780mp.h                          |    1 +
>  include/configs/rsk7203.h                          |    1 +
>  include/configs/sh7757lcr.h                        |  146 +++++
>  include/configs/sh7763rdp.h                        |    1 +
>  include/configs/sh7785lcr.h                        |    2 +
>  include/configs/shmin.h                            |    1 +
>  43 files changed, 2075 insertions(+), 323 deletions(-)
>  create mode 100644 arch/sh/include/asm/cpu_sh7757.h
>  delete mode 100644 board/espt/config.mk
>  delete mode 100644 board/mpr2/config.mk
>  delete mode 100644 board/ms7720se/config.mk
>  delete mode 100644 board/ms7722se/config.mk
>  delete mode 100644 board/ms7750se/config.mk
>  delete mode 100644 board/renesas/ap325rxa/config.mk
>  delete mode 100644 board/renesas/r2dplus/config.mk
>  delete mode 100644 board/renesas/r7780mp/config.mk
>  delete mode 100644 board/renesas/rsk7203/config.mk
>  rename board/renesas/{MigoR/config.mk => sh7757lcr/Makefile} (54%)
>  create mode 100644 board/renesas/sh7757lcr/lowlevel_init.S
>  create mode 100644 board/renesas/sh7757lcr/sh7757lcr.c
>  create mode 100644 board/renesas/sh7757lcr/spi-boot.c
>  create mode 100644 board/renesas/sh7757lcr/u-boot.lds
>  delete mode 100644 board/renesas/sh7763rdp/config.mk
>  delete mode 100644 board/renesas/sh7785lcr/config.mk
>  delete mode 100644 board/shmin/config.mk
>  create mode 100644 doc/README.sh7757lcr
>  create mode 100644 drivers/spi/sh_spi.c
>  create mode 100644 drivers/spi/sh_spi.h
>  create mode 100644 include/configs/sh7757lcr.h

Applied, thanks.

Best regards,

Wolfgang Denk