1. 08 Aug, 2010 1 commit
    • Uwe Hermann's avatar
      Various cosmetic and coding-style fixes · 48ec1b17
      Uwe Hermann authored
      
       - Fix incorrect whitespace, indentation, and coding style in some places.
      
       - Drop '/**' Doxygen comments, we don't use Doxygen. Even if we would use
         it, the comments are useless as we don't have any Doxygen markup in there.
      
       - Use consistent vendor name spelling as per current website (NVIDIA,
         abit, GIGABYTE).
      
       - Use consistent / common format for "Suited for:" lines in board_enable.c.
      
       - Add some missing 'void's in functions taking no arguments.
      
       - Add missing fullstops in sentences, remove them from non-sentences (lists).
      
      Corresponding to flashrom svn r1134.
      Signed-off-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
      Acked-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
      48ec1b17
  2. 29 Jul, 2010 1 commit
  3. 21 Jul, 2010 1 commit
  4. 06 Jul, 2010 1 commit
  5. 02 Jul, 2010 1 commit
  6. 07 Jun, 2010 1 commit
    • Uwe Hermann's avatar
      Various manpage fixes and improvements · 9ff514d2
      Uwe Hermann authored
      
       - Use [<vendor>:]<board>], not [<vendor>:]<part>], which is more clear.
      
       - Mention TSOP48 chips in the description.
      
       - Highlight various additional parts in the manpage which were missing
         so far (i.e., make them bold), including cmdline switches and others.
      
       - Mention that you can use -VV.
      
       - Fix name of the now-renamed 'Supported mainboards' section in -L output.
      
       - Mention that ft2232_spi and buspirate_spi only support SPI chips.
      
       - Readability and cosmetic improvements, add missing escapes, fix typos.
      
      Corresponding to flashrom svn r1038.
      Signed-off-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
      Acked-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      9ff514d2
  7. 31 May, 2010 1 commit
  8. 24 May, 2010 1 commit
  9. 15 May, 2010 1 commit
  10. 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
  11. 25 Mar, 2010 2 commits
  12. 13 Mar, 2010 1 commit
  13. 12 Mar, 2010 1 commit
  14. 07 Mar, 2010 2 commits
  15. 21 Feb, 2010 1 commit
  16. 03 Jan, 2010 1 commit
  17. 24 Nov, 2009 1 commit
  18. 30 Sep, 2009 1 commit
    • Uwe Hermann's avatar
      Add initial support for flashing some NVIDIA graphics cards · 2bc98f6c
      Uwe Hermann authored
      
      The new option is '-p gfxnvidia', rest of the interface is as usual.
      
      I tested a successful identify and read on a "RIVA TNT2 Model 64/Model 64 Pro"
      card for now, erase and write did NOT work properly so far!
      
      Please do not attempt to write/erase cards yet, unless you can recover!
      
      In addition to the NVIDIA handling code it was required to call
      programmer_shutdown() in a lot more places, otherwise the graphics card
      will be disabled in the init function, but never enabled again as the
      shutdown function is not called.
      The shutdown handling may be changed to use atexit() later.
      
      Corresponding to flashrom svn r737.
      Signed-off-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
      Acked-by: default avatarLuc Verhaegen <libv@skynet.be>
      2bc98f6c
  19. 02 Sep, 2009 1 commit
  20. 19 Aug, 2009 1 commit
  21. 18 Aug, 2009 2 commits
  22. 30 Jul, 2009 1 commit
  23. 11 Jul, 2009 2 commits
  24. 01 Jul, 2009 1 commit
  25. 28 Jun, 2009 1 commit
  26. 24 Jun, 2009 2 commits
  27. 19 Jun, 2009 2 commits
  28. 16 Jun, 2009 1 commit
  29. 12 Jun, 2009 1 commit
  30. 02 Jun, 2009 1 commit
  31. 01 Jun, 2009 1 commit
  32. 31 May, 2009 1 commit
  33. 22 May, 2009 1 commit
  34. 19 May, 2009 1 commit