1. 07 Apr, 2015 1 commit
  2. 30 Mar, 2015 1 commit
  3. 06 Oct, 2014 2 commits
  4. 19 Sep, 2014 9 commits
  5. 14 Jul, 2014 1 commit
  6. 07 Jul, 2014 4 commits
  7. 01 Jul, 2014 2 commits
    • Tomasz Wlostowski's avatar
      kernel: set/clear HAS_GOLDEN/HAS_CUSTOM flags when changing gateware · 1521ff29
      Tomasz Wlostowski authored
      The driver was not setting HAS_GOLDEN/HAS_CUSTOM flags when changing gatewares. This made
      EEPROM reprogramming impossible as the svec_[read|write]_ee functions thought that golden bitstream
      is never loaded.
      1521ff29
    • Tomasz Wlostowski's avatar
      kernel: userspace gateware loading via sysfs · 335e1019
      Tomasz Wlostowski authored
      This patch allows to load an userspace-provided bitstream to a SVEC card through sysfs attributes.
      It does not rely on kernel firmware loader mechanism (so the gateware files are not restricted
      to /lib/firmware directory). Userspace communication is ensured through firmware_blob and firmware_cmd
      sysfs entries. The former inputs the bitstream in PAGESIZEd chunks, the latter receives gateware update start/finish commands.
      335e1019
  8. 12 Jun, 2014 1 commit
  9. 11 Jun, 2014 1 commit
  10. 12 May, 2014 1 commit
  11. 11 May, 2014 1 commit
  12. 09 May, 2014 1 commit
  13. 02 Apr, 2014 5 commits
  14. 01 Apr, 2014 1 commit
  15. 26 Mar, 2014 1 commit
  16. 25 Mar, 2014 1 commit
  17. 06 Mar, 2014 6 commits
  18. 17 Jan, 2014 1 commit
    • Juan David González Cobas's avatar
      bugfix: bad vme_addr validation · bec5f8e4
      Juan David González Cobas authored
      The new vme_addr sysfs attribute had incorrect validation:
      it was the old value stored in the card structure who was
      validated by mistake. Moreover, the vme_addr is an offset,
      so it has to be compared with the configured size, not
      the end of the (absolute) vme address range of the board.
      bec5f8e4