1. 13 Jul, 2013 4 commits
  2. 11 Jul, 2013 1 commit
    • Stefan Tauner's avatar
      print_wiki: Fixes, explanation re · 1c356bb6
      Stefan Tauner authored
      
      Flash chips, links to footnotes.
      
       - Escape mainboard notes in the wiki output with <nowiki> (this became
      necessary because MediaWiki started to convert <mark@zl2tod.net> to
      <mark>). - Add explanations at the top of the flash chip table in the
      wiki. - Add links to the footnotes of mainboards and laptops similarly
      to what MediaWiki does: link from the reference to the footnote and
      vice versa too. Also, check for truncations of the footnotes due to the
      limited buffer. - Fix a typo introduced in r1555.
      
      Corresponding to flashrom svn r1694.
      Signed-off-by: default avatarStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
      Acked-by: default avatarStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
      1c356bb6
  3. 28 Jun, 2013 13 commits
  4. 23 Jun, 2013 1 commit
  5. 20 Jun, 2013 1 commit
    • Stefan Tauner's avatar
      Fix unlocking function for most Atmel AT2[56]D* chips · cecb2c56
      Stefan Tauner authored
      
      I broke unlocking them correctly in r1635 while refactoring (NB: the
      commit log including the overly selfconfident statement about the
      "bug in spi_disable_blockprotect_at25df()").
      
      Affected chips have per sector protection bits and the write protection bits
      in the status register do indicate if none, some or all sectors are protected.
      It is possible to globally (un)lock all sectors at once but in a way that was
      not anticipated when refactoring the spi25 unlocking functions into
      spi_disable_blockprotect_generic(). To globally unprotect not only the
      protection bits (2 and 3) have 0 to be written to them but also bits 4 and 5
      which normally would not be touched by spi_disable_blockprotect_generic().
      Some of the chips also support a permanent lockdown with fuses which we
      do not handle yet.
      
      To fix this without copying the whole method I introduce another mask
      parameter to spi_disable_blockprotect_generic() namely unprotect_mask.
      See verbose comments inline for details.
      
      Also, prettyprint the status register after trying to disable the block
      protection fails.
      
      Corresponding to flashrom svn r1679.
      Signed-off-by: default avatarStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
      Tested-by: default avatarChi Zhang <zhangchi866@gmail.com>
      Acked-by: default avatarStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
      cecb2c56
  6. 16 Jun, 2013 1 commit
  7. 09 Jun, 2013 1 commit
  8. 01 Jun, 2013 1 commit
  9. 23 May, 2013 1 commit
  10. 03 May, 2013 1 commit
  11. 01 May, 2013 1 commit
  12. 19 Apr, 2013 2 commits
  13. 13 Apr, 2013 1 commit
  14. 07 Apr, 2013 1 commit
  15. 05 Apr, 2013 1 commit
  16. 01 Apr, 2013 8 commits
  17. 27 Mar, 2013 1 commit