[U-Boot] [GIT PULL] Please pull u-boot-mpc85xx.git
Kumar Gala
galak at kernel.crashing.org
Thu Jan 27 07:49:13 CET 2011
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
More information about the U-Boot
mailing list