
Dirk Eibach (6): powerpc/ppc4xx: Adjust environment size on neo powerpc/ppc4xx: Make gdsys 405ep boards reset more generic powerpc/ppc4xx: Adapt gdsys 405ep boards to platform changes powerpc/ppc4xx: Support gdsys dlvision-10g hardware 1.20 powerpc/ppc4xx: Update gdsys board configurations powerpc/ppc4xx: Fix typo in gdsys_fpga.h
board/gdsys/405ep/405ep.c | 42 +++++------ board/gdsys/405ep/405ep.h | 10 +++ board/gdsys/405ep/Makefile | 1 + board/gdsys/405ep/dlvision-10g.c | 76 +++++++++++++++--- board/gdsys/405ep/io.c | 75 +++++++++++++++--- board/gdsys/405ep/iocon.c | 68 +++++++++++++---- board/gdsys/405ep/neo.c | 161 ++++++++++++++++++++++++++++++++++++++ board/gdsys/neo/Makefile | 45 ----------- board/gdsys/neo/neo.c | 102 ------------------------ boards.cfg | 2 +- include/configs/dlvision-10g.h | 9 ++- include/configs/gdppc440etx.h | 4 + include/configs/intip.h | 4 +- include/configs/io.h | 13 +++- include/configs/io64.h | 2 +- include/configs/iocon.h | 9 ++- include/configs/neo.h | 96 +++++++++++++---------- include/gdsys_fpga.h | 13 +++- 18 files changed, 468 insertions(+), 264 deletions(-) create mode 100644 board/gdsys/405ep/405ep.h create mode 100644 board/gdsys/405ep/neo.c delete mode 100644 board/gdsys/neo/Makefile delete mode 100644 board/gdsys/neo/neo.c