[U-Boot] Please pull u-boot-ppc4xx/master
Stefan Roese
sr at denx.de
Mon Oct 25 17:32:17 CEST 2010
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
More information about the U-Boot
mailing list