1. 15 Apr, 2012 2 commits
  2. 14 Apr, 2012 4 commits
  3. 13 Mar, 2012 1 commit
  4. 10 Mar, 2012 1 commit
  5. 08 Mar, 2012 1 commit
  6. 06 Mar, 2012 1 commit
  7. 03 Mar, 2012 1 commit
  8. 01 Mar, 2012 1 commit
  9. 27 Feb, 2012 1 commit
  10. 25 Feb, 2012 2 commits
  11. 24 Feb, 2012 1 commit
  12. 22 Feb, 2012 1 commit
    • Stefan Tauner's avatar
      Fix SFDP probing · 75adf32a
      Stefan Tauner authored
      
      Sfdp_add_uniform_eraser checks for existing erasers. Due to a bug it
      looked for eraser slots that have no erase functions set instead of
      those that have one set.
      
      Postpone adding an erase function for the special 4k block erase
      opcode until we know the flash chip size and add an additional check
      to sfdp_add_uniform_eraser.
      
      Fix the output of the parameter table contents.
      
      This patch fixes the index used to retrieve the eraser types, which
      was off one double word.
      
      Refine some messages and add a few further debugging prints.
      
      Corresponding to flashrom svn r1505.
      Signed-off-by: default avatarStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
      Acked-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      75adf32a
  13. 18 Feb, 2012 1 commit
  14. 17 Feb, 2012 3 commits
  15. 16 Feb, 2012 6 commits
  16. 15 Feb, 2012 1 commit
  17. 13 Feb, 2012 1 commit
  18. 12 Feb, 2012 1 commit
  19. 08 Feb, 2012 1 commit
    • Carl-Daniel Hailfinger's avatar
      SPI command black-/ignorelisting for the flash chip emulator in the dummy programmer · 1b83be5c
      Carl-Daniel Hailfinger authored
      
      Usage:
      flashrom -p dummy:spi_blacklist=commandlist
      flashrom -p dummy:spi_ignorelist=commandlist
      
      If commandlist is 0302, flashrom will refuse (blacklist) or ignore
      (ignorelist) command 0x03 (READ) and command 0x02 (WRITE). The
      commandlist can be up to 512 bytes (256 commands) long.
      Specifying flash chip emulation is a good idea to get useful results.
      
      Very useful for testing corner cases if you don't own a locked down
      Intel chipset and want to simulate such a thing.
      
      Example usage:
      dd if=/dev/zeros bs=1024k count=4 of=dummy_simulator.rom
      dd if=/dev/urandom bs=1024k count=4 of=randomimage.rom
      flashrom -p dummy:emulate=SST25VF032B,image=dummy_simulator.rom,\
      spi_blacklist=20,spi_ignorelist=52 -w randomimage.rom -V
      
      Corresponding to flashrom svn r1490.
      Signed-off-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      Acked-by: default avatarDavid Hendricks <dhendrix@google.com>
      1b83be5c
  20. 07 Feb, 2012 1 commit
  21. 03 Feb, 2012 1 commit
  22. 31 Jan, 2012 1 commit
  23. 19 Jan, 2012 1 commit
  24. 12 Jan, 2012 1 commit
  25. 11 Jan, 2012 1 commit
  26. 04 Jan, 2012 1 commit
  27. 25 Dec, 2011 2 commits