summaryrefslogtreecommitdiffstats
path: root/board/esd/common/fpga.c
Commit message (Collapse)AuthorAgeFilesLines
* ppc4xx: Use correct io accessors for esd 405/440 boardsMatthias Fuchs2009-03-201-5/+9
| | | | | | | | | This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32 macros. Also volatile pointer references are replaced by the new accessors. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu> Signed-off-by: Stefan Roese <sr@denx.de>
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-9/+9
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* esd/common/fpga.c: fix indentation.Wolfgang Denk2008-03-091-177/+167
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* esd/common/fpga.c: fix 'assignment of read-only location' errorWolfgang Denk2008-03-091-3/+4
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from ↵Jean-Christophe PLAGNIOL-VILLARD2008-03-081-1/+1
| | | | | | pointer target type Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* esd common updatestroese2004-12-161-25/+50
|
* * Code cleanup:wdenk2003-06-271-43/+43
| | | | | | | | | - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
* Code reworked for PPC405EP support.stroese2003-05-231-21/+16
|
* Initial revisionwdenk2002-11-031-0/+262
OpenPOWER on IntegriCloud