1. 18 May, 2011 1 commit
  2. 08 May, 2011 1 commit
  3. 04 May, 2011 1 commit
  4. 14 Apr, 2011 1 commit
  5. 07 Mar, 2011 1 commit
  6. 06 Mar, 2011 4 commits
  7. 05 Mar, 2011 1 commit
  8. 04 Feb, 2011 1 commit
  9. 25 Jan, 2011 1 commit
  10. 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 the two chips as "cprom" / "bprom",
      "s3" and "bios" are more readable alternatives).
      
      Add support for SST SST25VF010 (REMS). Mark SST SST25VF016B as tested
      for write.
      
      Corresponding to flashrom svn r1241.
      Signed-off-by: default avatarMark Marshall <mark.marshall@csr.com>
      Acked-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      90021f28
  11. 02 Dec, 2010 1 commit
  12. 18 Oct, 2010 1 commit
  13. 15 Oct, 2010 1 commit
  14. 07 Oct, 2010 1 commit
  15. 06 Oct, 2010 1 commit
  16. 05 Oct, 2010 3 commits
  17. 16 Sep, 2010 1 commit
  18. 15 Sep, 2010 1 commit
  19. 14 Sep, 2010 2 commits
  20. 13 Sep, 2010 4 commits
  21. 11 Sep, 2010 1 commit
  22. 10 Sep, 2010 2 commits
  23. 07 Sep, 2010 2 commits
  24. 05 Sep, 2010 1 commit
  25. 04 Sep, 2010 1 commit
  26. 03 Sep, 2010 1 commit
    • Idwer Vollering's avatar
      Add Intel Gigabit NIC SPI flashing support · 004f4b79
      Idwer Vollering authored
      
      Tested on a 82541PI (0x8086, 0x107c) using 32-bit hardware.
      
      The last line in nicintel_request_spibus() could be changed so that FL_BUSY
      is used instead.
      
      Shortened sample log:
      [...]
      Found "Intel 82541PI Gigabit Ethernet Controller" (8086:107c, BDF 01:03.0).
      Found chip "ST M25P10.RES" (128 KB, SPI) at physical address 0xfffe0000.
      Multiple flash chips were detected: M25P05.RES M25P10.RES
      Please specify which chip to use with the -c <chipname> option.
      [...]
      
      Corresponding to flashrom svn r1151.
      Signed-off-by: default avatarIdwer Vollering <vidwer@gmail.com>
      Acked-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
      004f4b79
  27. 01 Sep, 2010 1 commit
  28. 15 Aug, 2010 2 commits