From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 29 Apr 2010 10:23:24 +0200 Subject: [U-Boot] Please pull u-boot-ppc4xx/master Message-ID: <201004291023.24682.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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