mbox

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

Message ID AANLkTimctjDrn7Lgdw4UUwzeVM=WPd2xnE4-WDWWOvH2@mail.gmail.com
State Accepted
Headers show

Pull-request

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

Message

Nobuhiro Iwamatsu March 16, 2011, 1:18 a.m. UTC
Dear Wolfgang Denk.

Please pull from u-boot-sh/master.

The following changes since commit cc1dd33f273f8c96cbd7539b4a2d1d7aa12773cd:

  mpc8[5/6]xx: Ensure POST word does not get reset (2011-03-13 11:24:44 -0500)

are available in the git repository at:
  git://git.denx.de/u-boot-sh.git master

Nobuhiro Iwamatsu (2):
      sh: Add handling of CONFIG_SYS_NO_FLASH for board.c
      sh: Add KEEP order to start.o section

Yoshihiro Shimoda (1):
      net: sh_eth: add support for SH7757's ETHER

 arch/sh/cpu/sh2/u-boot.lds |    2 +-
 arch/sh/cpu/sh3/u-boot.lds |    2 +-
 arch/sh/cpu/sh4/u-boot.lds |    2 +-
 arch/sh/lib/board.c        |    8 +++++-
 drivers/net/sh_eth.c       |   37 +++++++++++++++++++++++++++++-
 drivers/net/sh_eth.h       |   53 +++++++++++++++++++++++++++++++++++++++++--
 6 files changed, 96 insertions(+), 8 deletions(-)

Comments

Wolfgang Denk March 21, 2011, 8:38 p.m. UTC | #1
Dear Nobuhiro Iwamatsu,

In message <AANLkTimctjDrn7Lgdw4UUwzeVM=WPd2xnE4-WDWWOvH2@mail.gmail.com> you wrote:
> Dear Wolfgang Denk.
> 
> Please pull from u-boot-sh/master.
> 
> The following changes since commit cc1dd33f273f8c96cbd7539b4a2d1d7aa12773cd=
> :
> 
>   mpc8[5/6]xx: Ensure POST word does not get reset (2011-03-13 11:24:44 -05=
> 00)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-sh.git master
> 
> Nobuhiro Iwamatsu (2):
>       sh: Add handling of CONFIG_SYS_NO_FLASH for board.c
>       sh: Add KEEP order to start.o section
> 
> Yoshihiro Shimoda (1):
>       net: sh_eth: add support for SH7757's ETHER
> 
>  arch/sh/cpu/sh2/u-boot.lds |    2 +-
>  arch/sh/cpu/sh3/u-boot.lds |    2 +-
>  arch/sh/cpu/sh4/u-boot.lds |    2 +-
>  arch/sh/lib/board.c        |    8 +++++-
>  drivers/net/sh_eth.c       |   37 +++++++++++++++++++++++++++++-
>  drivers/net/sh_eth.h       |   53 ++++++++++++++++++++++++++++++++++++++++=
> +--
>  6 files changed, 96 insertions(+), 8 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk