1. Dec 05, 2021
  2. Dec 04, 2021
  3. Sep 26, 2021
    • Jeff Epler's avatar
      no need to override dh_clean · e81c39da
      Jeff Epler authored
      This was used to remove non-source files that were used by the Windows
      build of mesaflash.  These files were removed from git, so there's no
      need to handle them specially when running `debian/rules clean`.
      e81c39da
  4. Jun 29, 2021
  5. May 28, 2021
  6. May 26, 2021
  7. May 11, 2021
  8. May 10, 2021
  9. May 08, 2021
  10. May 07, 2021
  11. May 05, 2021
  12. May 04, 2021
  13. Apr 29, 2021
    • Jeff Epler's avatar
      Enable PCI device enumeration on Compute Module 4 · b594a7d4
      Jeff Epler authored
       * The PCI offset may be a 64-bit number like 0x600000000, which needs
         to fit in off_t (for mmap) and board_struct.mem_base
       * off_t is only 64-bits with -D_FILE_OFFSET_BITS=64
         (which is not the default in 2021!!!)
       * This requires the offset to be printed as a uint64_t
       * mmap was not checked for failure
      
      After this change, I can detect a 5i24 plugged into the 1x slot of
      a Raspberry Pi Compute Module 4 IO board with 2GB RAM compute module.
      That's the only operation I tried.
      b594a7d4
  14. Apr 11, 2021
  15. Apr 03, 2021
  16. Mar 07, 2021
  17. Mar 01, 2021
  18. Feb 23, 2021
  19. Feb 01, 2021