]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/ppc4xx: Use generic accessor functions for gdsys FPGA
authorDirk Eibach <eibach@gdsys.de>
Wed, 26 Jun 2013 14:04:26 +0000 (16:04 +0200)
committerStefan Roese <sr@denx.de>
Thu, 25 Jul 2013 17:35:42 +0000 (19:35 +0200)
commitaba27acf6711dce0ef1507f2f9f02a80d70a45da
treef77350104f847ab46c990c7119cb705f51089a09
parentaaf5e825606a70ddc8fca8e366d8c16a6fd3cc7c
powerpc/ppc4xx: Use generic accessor functions for gdsys FPGA

A set of accessor functions was added to be able to access not only
memory mapped FPGA in a generic way.

Thanks to Wolfgang Denk for getting this sorted properly.

Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc>
Signed-off-by: Stefan Roese <sr@denx.de>
16 files changed:
board/gdsys/405ep/405ep.c
board/gdsys/405ep/dlvision-10g.c
board/gdsys/405ep/io.c
board/gdsys/405ep/iocon.c
board/gdsys/405ep/neo.c
board/gdsys/405ex/405ex.c
board/gdsys/405ex/io64.c
board/gdsys/common/Makefile
board/gdsys/common/fpga.c [new file with mode: 0644]
board/gdsys/common/osd.c
include/configs/dlvision-10g.h
include/configs/io.h
include/configs/io64.h
include/configs/iocon.h
include/configs/neo.h
include/gdsys_fpga.h