aboutsummaryrefslogtreecommitdiff
path: root/common/spartan3.c
AgeCommit message (Collapse)AuthorFilesLines
2008-08-13common: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-4/+0
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2008-01-09Fix MSB check in Xilinx Spartan slave serial modeMatthias Fuchs1-1/+1
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2008-01-09Add pre and post configuration callbacks for Spartan FPGAsMatthias Fuchs1-2/+16
This patch adds a post configuration callback for Spartan2/3 FPGAs. pre and post configuration callback are now optional and not called when the function pointer is set to NULL. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2008-01-09Improve configuration of FPGA subsystemMatthias Fuchs1-1/+1
This patch removes the FPGA subsystem configuration through the CONFIG_FPGA bitmask configuration option. See README for the new options: CONFIG_FPGA, CONFIG_FPGA_<vendor>, CONFIG_FPGA_<family> Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2007-11-17Fix a bug in the slave serial programming mode for the XilinxWolfgang Denk1-1/+1
Spartan2/3 FPGAs. The old code used "< 0" on a "char" type to test if the most significant bit was set, which did not work on any architecture where "char" defaulted to be an unsigned type. Based on a patch by Angelos Manousaridis <amanous@inaccessnetworks.com> Signed-off-by: Wolfgang Denk <wd@denx.de>
2005-09-25CleanupWolfgang Denk1-1/+1
2005-09-25Add Xilinx Spartan3 family FPGA supportWolfgang Denk1-0/+658
Patch by Kurt Stremerch, 14 February 2005