1. 28 Apr, 2010 1 commit
    • Carl-Daniel Hailfinger's avatar
      One of the problems is that --force had multiple meanings · 27023768
      Carl-Daniel Hailfinger authored
      
      - Force chip read by faking probe success.
      - Force chip access even if the chip is bigger than max decode size for
        the flash bus.
      - Force erase even if erase is known bad.
      - Force write even if write is known bad.
      - Force writing even if cbtable tells us that this is the wrong image
        for this board.
      
      This patch cleans up --force usage:
      - Remove any suggestions to use --force for probe/read from flashrom
        output.
      - Don't talk about "success" or "Found chip" if the chip is forced.
      - Add a new internal programmer parameter boardmismatch=force. This
        overrides any mismatch detection from cbtable/image comparisons.
      - Add a new internal programmer parameter laptop=force_I_want_a_brick.
      - Adjust the documentation for --force.
      - Clean up the man page a bit whereever it talks about --force or
        laptops.
      
      Additional changes in this patch:
      - Add warnings about laptops to the documentation.
      - Abort if a laptop is detected. Can be overridden with the programmer
      parameter mentioned above.
      - Add "Portable" to the list of DMI strings indicating laptops.
      - Check if a chip specified with -c is known to flashrom.
      - Programmer parameter reliability and consistency fixes.
      - More paranoid self-checks.
      - Improve documentation.
      
      Corresponding to flashrom svn r996.
      Signed-off-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      Acked-by: default avatarMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>
      27023768
  2. 25 Mar, 2010 1 commit
  3. 21 Mar, 2010 1 commit
  4. 16 Feb, 2010 1 commit
  5. 08 Jan, 2010 1 commit
  6. 03 Jan, 2010 1 commit
  7. 03 Oct, 2009 1 commit
  8. 24 Aug, 2009 1 commit
  9. 18 Aug, 2009 1 commit
  10. 17 Aug, 2009 1 commit
  11. 30 Jul, 2009 1 commit
  12. 12 Jun, 2009 1 commit
    • Carl-Daniel Hailfinger's avatar
      This patch introduces two new targets which are designed to make the life of packagers easier · a23041cc
      Carl-Daniel Hailfinger authored
      
      In particular, it should no longer be necessary to patch the makefile
      for hassle-free compilation.
      
      The targets are:
      make export
      make tarball
      Both preserve svn revisions and the exported tree does not depend on
      subversion in any way or shape.
      
      Documentation for this feature has been added to README.
      
      We need this for five reasons:
      1. Packagers currently have to patch flashrom source to compile it on
      systems without subversion. We should make it easier for them.
      2. Snapshot tarballs currently have a .svn 1.5 directory included but
      this will cause errors for users with older svn 1.4. Not requiring
      subversion for snapshot compilation is best.
      3. Since packagers seldom the svn revision in their fixup patches, some
      packages out there have incorrect or no revision, only major version
      numbers.
      4. Releasing a new version of flashrom needs too many changes to the
      makefile which have to be reverted instantly after the release. That is
      unnecessary churn.
      5. Making a release is easy with the change. Update the major version,
      then run "make tarball".
      
      Corresponding to flashrom svn r587.
      
      Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>  
      Acked-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
      a23041cc
  13. 04 Jun, 2009 1 commit
  14. 28 May, 2009 1 commit
    • Uwe Hermann's avatar
      Random flashrom updates · d1129ac7
      Uwe Hermann authored
      
       - Add explicit installation instructions in the README.
      
       - Code cleanups, coding style fixes, drop dead code.
      
       - Drop duplicate board listings from -L output (some boards were explicitly
         recorded in boards_ok[] _and_ implicitly via the board-enables table.
      
       - Add MS-xxxx numbers to MSI boards where we can find that info.
      
       - Fix typo, "K8T Neo2" should have been "K8T Neo2-F" actually, at least
         according to the comment of w83627thf_gpio4_4_raise_2e() which says
         "Suited for: MSI K8T Neo2-F".
      
      Corresponding to flashrom svn r554.
      Signed-off-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
      Acked-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
      d1129ac7
  15. 22 May, 2009 1 commit
  16. 19 May, 2009 1 commit
  17. 05 May, 2009 1 commit
  18. 03 May, 2009 1 commit
  19. 01 May, 2009 2 commits
  20. 23 Apr, 2009 1 commit
  21. 20 Apr, 2009 1 commit
  22. 11 Apr, 2009 1 commit
  23. 10 Apr, 2009 1 commit
  24. 26 Jan, 2009 1 commit
  25. 11 Jan, 2009 1 commit
  26. 22 Jun, 2008 3 commits
  27. 27 Jan, 2008 2 commits
  28. 18 Jan, 2008 2 commits
  29. 02 Dec, 2007 1 commit
  30. 18 Oct, 2007 1 commit
  31. 16 Oct, 2007 1 commit
  32. 30 Aug, 2007 2 commits
  33. 11 Aug, 2007 1 commit
  34. 27 Jul, 2007 1 commit