diff options
author | wdenk <wdenk> | 2004-02-23 23:54:43 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-02-23 23:54:43 +0000 |
commit | 028ab6b598b628326116acd88e0f35aa9f526d12 (patch) | |
tree | 0d54315bd92d713a405004b6e36fca8d2b7c53e3 /README | |
parent | 63e73c9a8ed5b32d9c4067ffaad953e9a8fe8f0a (diff) |
* Patch by Peter Ryser, 20 Feb 2004:
Add support for the Xilinx ML300 platform
* Patch by Stephan Linz, 17 Feb 2004:
Fix watchdog support for NIOS
* Patch by Josh Fryman, 16 Feb 2004:
Fix byte-swapping for cfi_flash.c for different bus widths
* Patch by Jon Diekema, 14 Jeb 2004:
Remove duplicate "FPGA Support" notes from the README file
Diffstat (limited to 'README')
-rw-r--r-- | README | 54 |
1 files changed, 0 insertions, 54 deletions
@@ -1159,60 +1159,6 @@ The following options need to be configured: CONFIG_FPGA - Used to specify the types of FPGA devices. For - example, - #define CONFIG_FPGA CFG_XILINX_VIRTEX2 - - CFG_FPGA_PROG_FEEDBACK - - Enable printing of hash marks during FPGA - configuration. - - CFG_FPGA_CHECK_BUSY - - Enable checks on FPGA configuration interface busy - status by the configuration function. This option - will require a board or device specific function to - be written. - - CONFIG_FPGA_DELAY - - If defined, a function that provides delays in the - FPGA configuration driver. - - CFG_FPGA_CHECK_CTRLC - - Allow Control-C to interrupt FPGA configuration - - CFG_FPGA_CHECK_ERROR - - Check for configuration errors during FPGA bitfile - loading. For example, abort during Virtex II - configuration if the INIT_B line goes low (which - indicated a CRC error). - - CFG_FPGA_WAIT_INIT - - Maximum time to wait for the INIT_B line to deassert - after PROB_B has been deasserted during a Virtex II - FPGA configuration sequence. The default time is 500 mS. - - CFG_FPGA_WAIT_BUSY - - Maximum time to wait for BUSY to deassert during - Virtex II FPGA configuration. The default is 5 mS. - - CFG_FPGA_WAIT_CONFIG - - Time to wait after FPGA configuration. The default is - 200 mS. - -- FPGA Support: CONFIG_FPGA_COUNT - - Specify the number of FPGA devices to support. - - CONFIG_FPGA - Used to specify the types of FPGA devices. For example, #define CONFIG_FPGA CFG_XILINX_VIRTEX2 |