1. 07 Jul, 2014 4 commits
  2. 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
  3. 12 Jun, 2014 1 commit
  4. 11 Jun, 2014 1 commit
  5. 12 May, 2014 1 commit
  6. 11 May, 2014 1 commit
  7. 09 May, 2014 1 commit
  8. 02 Apr, 2014 5 commits
  9. 01 Apr, 2014 1 commit
  10. 26 Mar, 2014 1 commit
  11. 25 Mar, 2014 1 commit
  12. 06 Mar, 2014 6 commits
  13. 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
  14. 10 Dec, 2013 2 commits
  15. 08 Dec, 2013 3 commits
  16. 22 Nov, 2013 3 commits
  17. 18 Nov, 2013 1 commit
  18. 24 Oct, 2013 1 commit
  19. 27 Sep, 2013 4 commits