1. 10 Jan, 2015 2 commits
  2. 12 Sep, 2013 1 commit
  3. 11 Sep, 2013 1 commit
  4. 27 Mar, 2013 1 commit
  5. 09 Aug, 2012 1 commit
    • Carl-Daniel Hailfinger's avatar
      Portability fixes and cleanups · 60d9bd26
      Carl-Daniel Hailfinger authored
      
      Move Mac OS X IOKit/DirectHW availability checks in the Makefile from
      compiler check to pciutils check.
      
      Print the compiler error messages for feature detection.
      
      Add DOS libpci in the Makefile includes only if a PCI-based programmer
      was requested.
      
      Restrict mmap usage in ich_descriptors_tool to Unix style systems.
      
      Build ich_descriptors_tool with the correct .exe extension on
      DOS/Windows.
      
      Build ich_descriptors_tool by default on x86. (Patch by Stefan Tauner)
      
      Print the Windows version instead of "unknown machine" on Windows.
      
      Don't #define our own __DARWIN__, use the standard OS X detection
      method.
      
      Update the README.
      
      Add more generated files to svn:ignore
      
      Corresponding to flashrom svn r1567.
      Signed-off-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      Acked-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      60d9bd26
  6. 14 Apr, 2012 1 commit
  7. 08 Oct, 2010 1 commit
  8. 06 Oct, 2010 1 commit
  9. 05 Oct, 2010 1 commit
  10. 02 Jul, 2010 1 commit
  11. 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
  12. 25 Mar, 2010 1 commit
  13. 21 Mar, 2010 1 commit
  14. 16 Feb, 2010 1 commit
  15. 08 Jan, 2010 1 commit
  16. 03 Jan, 2010 1 commit
  17. 03 Oct, 2009 1 commit
  18. 24 Aug, 2009 1 commit
  19. 18 Aug, 2009 1 commit
  20. 17 Aug, 2009 1 commit
  21. 30 Jul, 2009 1 commit
  22. 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
  23. 04 Jun, 2009 1 commit
  24. 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
  25. 22 May, 2009 1 commit
  26. 19 May, 2009 1 commit
  27. 05 May, 2009 1 commit
  28. 03 May, 2009 1 commit
  29. 01 May, 2009 2 commits
  30. 23 Apr, 2009 1 commit
  31. 20 Apr, 2009 1 commit
  32. 11 Apr, 2009 1 commit
  33. 10 Apr, 2009 1 commit
  34. 26 Jan, 2009 1 commit
  35. 11 Jan, 2009 1 commit
  36. 22 Jun, 2008 3 commits