[U-Boot] Please pull u-boot-ppc4xx/master
Stefan Roese
sr at denx.de
Thu Apr 29 10:23:24 CEST 2010
The following changes since commit 3699c28e6d16b563629c285311a0ce62a2c4c5d0:
Merge branch 'master' of git://git.denx.de/u-boot-video (2010-04-28 00:10:41 +0200)
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Larry Johnson (1):
Fix typos in Korat board console output
Stefan Roese (3):
ppc4xx: Add missing APC405 to MAKEALL
ppc4xx: Add support for ICON board (PPC440SPe)
ppc4xx: Fix APC405 build breakage
MAINTAINERS | 1 +
MAKEALL | 2 +
Makefile | 3 +
board/korat/korat.c | 6 +-
board/mosaixtech/icon/Makefile | 53 ++++++
board/mosaixtech/icon/chip_config.c | 55 ++++++
board/mosaixtech/icon/config.mk | 34 ++++
board/mosaixtech/icon/icon.c | 319 +++++++++++++++++++++++++++++++++++
board/mosaixtech/icon/init.S | 88 ++++++++++
include/configs/APC405.h | 1 +
include/configs/icon.h | 308 +++++++++++++++++++++++++++++++++
11 files changed, 867 insertions(+), 3 deletions(-)
create mode 100644 board/mosaixtech/icon/Makefile
create mode 100644 board/mosaixtech/icon/chip_config.c
create mode 100644 board/mosaixtech/icon/config.mk
create mode 100644 board/mosaixtech/icon/icon.c
create mode 100644 board/mosaixtech/icon/init.S
create mode 100644 include/configs/icon.h
More information about the U-Boot
mailing list