1. May 10, 2021
  2. May 08, 2021
  3. May 07, 2021
  4. May 05, 2021
  5. May 04, 2021
    • Jeff Epler's avatar
      Add --dbname# commandline argument · 32f823b2
      Jeff Epler authored
      This can be used to improve the output of `--readhmid` by specifying
      daughtercards that are attached at each header.
      
      For example, `mesaflash --device 5i25 --dbname1 7i76`
      32f823b2
    • Jeff Epler's avatar
      Remove files needed only for Windows · 8dfaba0b
      Jeff Epler authored
      I asked Peter whether building mesaflash on Windows was important to him, and
      he said he has not used it for a long time.
      
      I don't like carrying these files, especially the binary files without clear
      links to their source.  So let's remove them.
      
      (These files also wouldn't be suitable for modern 64-bit versions of Windows,
      which would be virtually any current system.)
      8dfaba0b
    • Jeff Epler's avatar
      Merge pull request #46 from jepler/cm4-pci · a0f3c26a
      Jeff Epler authored
      Enable PCI device enumeration on Compute Module 4
      a0f3c26a
    • Jeff Epler's avatar
      Respond to review comments · 0359666e
      Jeff Epler authored
      0359666e
  6. 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
  7. Apr 11, 2021
  8. Apr 03, 2021
  9. Mar 07, 2021
  10. Mar 01, 2021
  11. Feb 23, 2021
  12. Feb 01, 2021
  13. Jan 31, 2021
  14. Nov 28, 2020
  15. Jul 02, 2020
  16. Jul 01, 2020
  17. Jun 08, 2020
  18. May 23, 2020
  19. May 16, 2020
  20. May 15, 2020