1. 01 8月, 2011 1 次提交
    • W
      fpga: constify to fix build warning · e6a857da
      Wolfgang Denk 提交于
      Fix compiler warning:
      
      cmd_fpga.c:318: warning: passing argument 3 of 'fit_image_get_data'
      from incompatible pointer type
      
      Adding the needed 'const' here entails a whole bunch of additonal
      changes all over the FPGA code.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Andre Schwarz <andre.schwarz@matrix-vision.de>
      Cc: Murray Jensen <Murray.Jensen@csiro.au>
      Acked-by: Andre Schwarz<andre.schwarz@matrix-vision.de>
      e6a857da
  2. 09 12月, 2010 1 次提交
  3. 01 12月, 2010 1 次提交
  4. 25 3月, 2010 1 次提交
    • W
      add block write function to spartan3 slave serial load · 89083346
      Wolfgang Wegner 提交于
      Using seperate function calls for each bit-bang of slave serial
      load can be painfully slow. This patch adds the possibility to
      supply a block write function that loads the complete block of
      data in one call (like it can already be done with Altera FPGAs).
      On an MCF5373L (240 MHz) loading an XC3S4000 this reduces the load
      time from around 15 seconds to around 3 seconds
      
      Signed-off-by: Wolfgang Wegner <w.wegner at astro-kom.de>
      89083346
  5. 03 10月, 2009 1 次提交
  6. 23 9月, 2008 2 次提交
  7. 21 5月, 2008 1 次提交
    • W
      Big white-space cleanup. · 53677ef1
      Wolfgang Denk 提交于
      This commit gets rid of a huge amount of silly white-space issues.
      Especially, all sequences of SPACEs followed by TAB characters get
      removed (unless they appear in print statements).
      
      Also remove all embedded "vim:" and "vi:" statements which hide
      indentation problems.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      53677ef1
  8. 09 1月, 2008 2 次提交
  9. 11 8月, 2007 1 次提交
  10. 25 9月, 2005 1 次提交