]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/ppc4xx: Make gdsys 405ep boards reset more generic
authorDirk Eibach <eibach@gdsys.de>
Thu, 26 Apr 2012 03:54:22 +0000 (03:54 +0000)
committerStefan Roese <sr@denx.de>
Mon, 30 Apr 2012 13:00:56 +0000 (15:00 +0200)
commit6e9e6c36a6a52562edb3e3b93cbad33f9dfe5585
treed3088a2492fab0d3345bd284755d81b6355174ca
parent00251261e2d285323fc8440563d99c87ae4fc68d
powerpc/ppc4xx: Make gdsys 405ep boards reset more generic

In order to add boards that have different hardware for fpga reset,
any 405ep gdsys board now provides these functions:

void gd405ep_init(void);
void gd405ep_set_fpga_reset(unsigned state);
void gd405ep_setup_hw(void);
int gd405ep_get_fpga_done(unsigned fpga);

Signed-off-by: Dirk Eibach <eibach@gdsys.de>
Cc: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
15 files changed:
board/gdsys/405ep/405ep.c
board/gdsys/405ep/405ep.h [new file with mode: 0644]
board/gdsys/405ep/Makefile
board/gdsys/405ep/dlvision-10g.c
board/gdsys/405ep/io.c
board/gdsys/405ep/iocon.c
board/gdsys/405ep/neo.c [new file with mode: 0644]
board/gdsys/neo/Makefile [deleted file]
board/gdsys/neo/neo.c [deleted file]
boards.cfg
include/configs/dlvision-10g.h
include/configs/io.h
include/configs/iocon.h
include/configs/neo.h
include/gdsys_fpga.h