1. 28 Jan, 2011 1 commit
  2. 25 Jan, 2011 1 commit
  3. 24 Jan, 2011 1 commit
  4. 20 Jan, 2011 1 commit
  5. 19 Jan, 2011 1 commit
  6. 17 Jan, 2011 2 commits
  7. 01 Jan, 2011 1 commit
  8. 26 Dec, 2010 2 commits
  9. 13 Dec, 2010 1 commit
  10. 06 Dec, 2010 1 commit
  11. 05 Dec, 2010 2 commits
  12. 04 Dec, 2010 2 commits
  13. 03 Dec, 2010 1 commit
    • Mark Marshall's avatar
      Add support for the Open Graphics Project development card, OGD1, as a SPI flash programmer · 90021f28
      Mark Marshall authored
      The project is in the the process of designing and making a complete,
      open source, graphics card. More info at http://wiki.opengraphics.org.
      
      The first development card is a PCI add in card containing a couple of
      FPGAs and a couple of serial flash chips (amongst other things). The
      FPGAs are called XP10 and S3 (their part numbers). The XP10 contains its
      own flash and does not need to be programmed by flashrom - it ensures
      that the device can enumerate on the PCI bus without needing further
      configuration.
      
      The larger FPGA is the S3. This is configured from a large SPI flash
      (2 MBytes). The second SPI flash is used to store the VGA BIOS. It is
      smaller (128 KBytes). This patch adds support for programming either of
      the two SPI flash chips.
      
      The programmer device takes one configuration option which selects which
      of the two flash chips is accessed. This must be set to either "cprom"
      or "bprom". (The project refers to th...
      90021f28
  14. 02 Dec, 2010 3 commits
  15. 29 Nov, 2010 1 commit
  16. 24 Nov, 2010 1 commit
  17. 23 Nov, 2010 1 commit
  18. 16 Nov, 2010 2 commits
  19. 10 Nov, 2010 5 commits
  20. 09 Nov, 2010 2 commits
  21. 05 Nov, 2010 1 commit
  22. 04 Nov, 2010 1 commit
  23. 02 Nov, 2010 3 commits
  24. 01 Nov, 2010 1 commit
    • Carl-Daniel Hailfinger's avatar
      Add SPI flash emulation capability to the dummy programmer · f68aa8ac
      Carl-Daniel Hailfinger authored
      
      You have to choose between
      - no emulation
      - ST M25P10.RES SPI flash chip (RES, page write)
      - SST SST25VF040.REMS SPI flash chip (REMS, byte write)
      - SST SST25VF032B SPI flash chip (RDID, AAI write)
      Example usage: flashrom -p dummy:emulate=SST25VF032B
      
      Flash image persistence is available as well.
      Example usage: flashrom -p dummy:image=dummy_simulator.rom
      
      Allow setting the max chunksize for page write with the dummy
      programmer.
      Example usage: flashrom -p dummy:spi_write_256_chunksize=5
      
      Flash emulation is compiled in by default. 
      
      This code helped me find and fix various bugs in the SPI write code
      as well as in the testsuite.
      
      Corresponding to flashrom svn r1220.
      Signed-off-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      Acked-by: default avatarDavid Hendricks <dhendrix@google.com>
      f68aa8ac
  25. 29 Oct, 2010 2 commits