1. Apr 15, 2020
  2. Sep 15, 2019
  3. Feb 28, 2018
  4. Apr 28, 2017
  5. Oct 23, 2016
  6. Oct 16, 2016
  7. Jul 05, 2016
  8. Jul 03, 2016
  9. Jul 02, 2016
  10. Jul 01, 2016
    • Michael's avatar
      Merge pull request #12 from jepler/issue4 · 8bf79c04
      Michael authored
      pci: Cannot use memcpy() for PCI accesses
      8bf79c04
    • Jeff Epler's avatar
      pci: Cannot use memcpy() for PCI accesses · b60c5a2a
      Jeff Epler authored
      On some platforms (such as Debian Jessie amd64), this leads to failures
      like this:
      
          $ sudo mesaflash --device 5i24 --write 5i24_16_svst4_8.bit
          Checking file... OK
            File type: BIT file
          Erasing sector 0 for boot block
          BootBlock installed
          Failed to write valid boot sector
      
          You must power cycle board or use --reload command to load updated firmware.
      
      I twigged to this fact upon seeing '__memcpy_sse2_unaligned' in the
      debugger, which put me in mind of the fix we applied 3 years ago
      in linuxcnc at commit 12ba77d3b.
      
      Closes #4.
      b60c5a2a
  11. Mar 30, 2016
    • Jeff Epler's avatar
      make: fix dependency problem · 175effe0
      Jeff Epler authored
      
      
      When building with a large "-j" value, the build could fail with a message like
          gcc -o mesaflash mesaflash.o libanyio.a -lpci -lm
          gcc: error: libanyio.a: No such file or directory
          Makefile:70: recipe for target 'mesaflash' failed
          make: *** [mesaflash] Error 1
      make mesaflash explicitly depend on libanyio.a to avoid this.
      
      Signed-off-by: default avatarJeff Epler <jepler@unpythonic.net>
      175effe0
  12. Dec 21, 2015
  13. Oct 08, 2015
  14. Oct 07, 2015
  15. Sep 28, 2015