mbox

[U-Boot,GIT,PULL] Please pull u-boot-mpc85xx.git

Message ID Pine.LNX.4.64.1101270047110.28816@localhost.localdomain
State Accepted
Headers show

Pull-request

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

Message

Kumar Gala Jan. 27, 2011, 6:49 a.m. UTC
A bug fix, and I felt that Alex had published code well ahead of merge
window close that this was reasonable to go in (and new board so isn't
going to break anything).

The following changes since commit 8aba9dceebb14144e07d19593111ee3a999c37fc:

  Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS (2011-01-25 22:22:30 +0100)

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

Alex Dubov (1):
      mpq101: initial support for Mercury Computer Systems MPQ101 board

York Sun (1):
      p1022ds: fix pixis_reset altbank

 MAINTAINERS                     |    4 +
 board/mercury/mpq101/Makefile   |   53 ++++++
 board/mercury/mpq101/law.c      |   52 +++++
 board/mercury/mpq101/mpq101.c   |  129 +++++++++++++
 board/mercury/mpq101/tlb.c      |   82 ++++++++
 board/mercury/mpq101/u-boot.lds |  132 +++++++++++++
 boards.cfg                      |    1 +
 include/configs/P1022DS.h       |    2 +-
 include/configs/mpq101.h        |  394 +++++++++++++++++++++++++++++++++++++++
 9 files changed, 848 insertions(+), 1 deletions(-)
 create mode 100644 board/mercury/mpq101/Makefile
 create mode 100644 board/mercury/mpq101/law.c
 create mode 100644 board/mercury/mpq101/mpq101.c
 create mode 100644 board/mercury/mpq101/tlb.c
 create mode 100644 board/mercury/mpq101/u-boot.lds
 create mode 100644 include/configs/mpq101.h

Comments

Wolfgang Denk Jan. 31, 2011, 10:20 p.m. UTC | #1
Dear Kumar Gala,

In message <Pine.LNX.4.64.1101270047110.28816@localhost.localdomain> you wrote:
> A bug fix, and I felt that Alex had published code well ahead of merge
> window close that this was reasonable to go in (and new board so isn't
> going to break anything).
> 
> The following changes since commit 8aba9dceebb14144e07d19593111ee3a999c37fc:
> 
>   Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS (2011-01-25 22:22:30 +0100)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-mpc85xx master
> 
> Alex Dubov (1):
>       mpq101: initial support for Mercury Computer Systems MPQ101 board
> 
> York Sun (1):
>       p1022ds: fix pixis_reset altbank
> 
>  MAINTAINERS                     |    4 +
>  board/mercury/mpq101/Makefile   |   53 ++++++
>  board/mercury/mpq101/law.c      |   52 +++++
>  board/mercury/mpq101/mpq101.c   |  129 +++++++++++++
>  board/mercury/mpq101/tlb.c      |   82 ++++++++
>  board/mercury/mpq101/u-boot.lds |  132 +++++++++++++
>  boards.cfg                      |    1 +
>  include/configs/P1022DS.h       |    2 +-
>  include/configs/mpq101.h        |  394 +++++++++++++++++++++++++++++++++++++++
>  9 files changed, 848 insertions(+), 1 deletions(-)
>  create mode 100644 board/mercury/mpq101/Makefile
>  create mode 100644 board/mercury/mpq101/law.c
>  create mode 100644 board/mercury/mpq101/mpq101.c
>  create mode 100644 board/mercury/mpq101/tlb.c
>  create mode 100644 board/mercury/mpq101/u-boot.lds
>  create mode 100644 include/configs/mpq101.h

Applied, thanks.

Best regards,

Wolfgang Denk