From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 25 Oct 2010 17:32:17 +0200 Subject: [U-Boot] Please pull u-boot-ppc4xx/master Message-ID: <201010251732.17729.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 c163f4478ca72f51b28b55f74addc8fe029d7b83: Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master (2010-10-25 08:06:52 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master Dirk Eibach (1): ppc4xx: Add Io and IoCon 405EP board support MAINTAINERS | 2 + board/gdsys/405ep/405ep.c | 93 +++++++++++++++ board/gdsys/405ep/Makefile | 54 +++++++++ board/gdsys/405ep/io.c | 181 +++++++++++++++++++++++++++++ board/gdsys/405ep/iocon.c | 236 ++++++++++++++++++++++++++++++++++++++ board/gdsys/common/Makefile | 58 ++++++++++ board/gdsys/common/fpga.h | 37 ++++++ board/gdsys/common/miiphybb.c | 102 +++++++++++++++++ board/gdsys/common/osd.c | 247 ++++++++++++++++++++++++++++++++++++++++ board/gdsys/common/osd.h | 29 +++++ boards.cfg | 2 + include/configs/io.h | 251 ++++++++++++++++++++++++++++++++++++++++ include/configs/iocon.h | 252 +++++++++++++++++++++++++++++++++++++++++ 13 files changed, 1544 insertions(+), 0 deletions(-) create mode 100644 board/gdsys/405ep/405ep.c create mode 100644 board/gdsys/405ep/Makefile create mode 100644 board/gdsys/405ep/io.c create mode 100644 board/gdsys/405ep/iocon.c create mode 100644 board/gdsys/common/Makefile create mode 100644 board/gdsys/common/fpga.h create mode 100644 board/gdsys/common/miiphybb.c create mode 100644 board/gdsys/common/osd.c create mode 100644 board/gdsys/common/osd.h create mode 100644 include/configs/io.h create mode 100644 include/configs/iocon.h