Dear [email protected], In message <[email protected]> you wrote: > From: Dirk Eibach <[email protected]> > > Board support for the Guntermann & Drunck Io64. > > Signed-off-by: Dirk Eibach <[email protected]> > --- > arch/powerpc/lib/board.c | 7 + > board/gdsys/405ex/405ex.c | 250 +++++++++++++++++ > board/gdsys/405ex/405ex.h | 10 + > board/gdsys/405ex/Makefile | 53 ++++ > board/gdsys/405ex/chip_config.c | 96 +++++++ > board/gdsys/405ex/io64.c | 381 ++++++++++++++++++++++++++ > board/gdsys/common/Makefile | 1 + > board/gdsys/common/miiphybb.c | 58 ++++- > boards.cfg | 1 + > include/configs/io64.h | 565 > +++++++++++++++++++++++++++++++++++++++ > include/gdsys_fpga.h | 19 ++ > 11 files changed, 1433 insertions(+), 8 deletions(-) > create mode 100644 board/gdsys/405ex/405ex.c > create mode 100644 board/gdsys/405ex/405ex.h > create mode 100644 board/gdsys/405ex/Makefile > create mode 100644 board/gdsys/405ex/chip_config.c > create mode 100644 board/gdsys/405ex/io64.c > create mode 100644 include/configs/io64.h
Also, entry to MAINTAINERS missing. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] All I ask is a chance to prove that money can't make me happy. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

