1. 19 Mar, 2010 1 commit
  2. 17 Mar, 2010 3 commits
  3. 16 Mar, 2010 7 commits
  4. 15 Mar, 2010 1 commit
  5. 14 Mar, 2010 2 commits
  6. 13 Mar, 2010 3 commits
  7. 12 Mar, 2010 1 commit
  8. 11 Mar, 2010 1 commit
  9. 09 Mar, 2010 2 commits
  10. 08 Mar, 2010 1 commit
    • Carl-Daniel Hailfinger's avatar
      Write granularity is chip specific · e8e369fc
      Carl-Daniel Hailfinger authored
      
      The following write granularities exist according to my datasheet
      survey: - 1 bit. Each bit can be cleared individually. - 1 byte. A byte
      can be written once. Further writes to an already written byte cause
      the contents to be either undefined or to stay unchanged. - 128 bytes.
      If less than 128 bytes are written, the rest will be erased. Each write
      to a 128-byte region will trigger an automatic erase before anything is
      written. Very uncommon behaviour. - 256 bytes. If less than 256 bytes
      are written, the contents of the unwritten bytes are undefined.
      
      Note that chips with default 256-byte writes, which keep the original
      contents for unwritten bytes, have a granularity of 1 byte.
      
      Handle 1-bit, 1-byte and 256-byte write granularity.
      
      Corresponding to flashrom svn r927.
      Signed-off-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      Acked-by: default avatarSean Nelson <audiohacked@gmail.com>
      Acked-by: default avatarDavid Hendricks <dhendrix@google.com>
      e8e369fc
  11. 07 Mar, 2010 5 commits
  12. 05 Mar, 2010 1 commit
  13. 03 Mar, 2010 1 commit
  14. 28 Feb, 2010 1 commit
  15. 27 Feb, 2010 2 commits
  16. 26 Feb, 2010 3 commits
  17. 25 Feb, 2010 1 commit
  18. 24 Feb, 2010 3 commits
  19. 22 Feb, 2010 1 commit