1. 13 Dec, 2009 1 commit
    • Carl-Daniel Hailfinger's avatar
      Internal (onboard) programming was the only feature which could not be disabled · 66ef4e5f
      Carl-Daniel Hailfinger authored
      
      Make various pieces of code conditional on support for internal
      programming. Code shared between PCI device programmers and onboard
      programming is now conditional as well.
      
      It is now possible to build only with dummy support:
      make CONFIG_INTERNAL=no CONFIG_NIC3COM=no CONFIG_SATASII=no
      CONFIG_DRKAISER=no CONFIG_SERPROG=no CONFIG_FT2232SPI=no
      
      This allows building for a specific use case only, and it also
      facilitates porting to a new architecture because it is possible to
      focus on highlevel code only.
      
      Note: Either internal or dummy programmer needs to be compiled in due to
      the current behaviour of always picking a default programmer if -p is
      not specified. Picking an arbitrary external programmer as default  
      wouldn't make sense.
      
      Build and runtime tested in all 1024 possible build combinations. The
      only failures are by design as mentioned above.
      
      Corresponding to flashrom svn r797.
      Signed-off-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      Acked-by: default avatarSean Nelson <audiohacked@gmail.com>
      66ef4e5f
  2. 01 Dec, 2009 1 commit
  3. 17 Nov, 2009 1 commit
  4. 15 Nov, 2009 1 commit
  5. 14 Nov, 2009 1 commit
  6. 06 Oct, 2009 2 commits
  7. 25 Sep, 2009 1 commit
  8. 16 Sep, 2009 2 commits
  9. 02 Sep, 2009 1 commit
  10. 31 Aug, 2009 1 commit
  11. 30 Aug, 2009 1 commit
  12. 20 Aug, 2009 1 commit
    • Uwe Hermann's avatar
      Various board status updates · a02d6664
      Uwe Hermann authored
      Mark the following boards as OK (no board-enable needed):
      
       - Tyan S2466 (reported by Oliver Niesner <oli@servebbs.net>)
         http://www.flashrom.org/pipermail/flashrom/2009-August/000211.html
      
      
      
      Mark the following boards as non-working for now:
      
       - ASRock K7VT4A+ (reported by Udu Ogah <putlinuxonit@gmail.com>)
         Chipset detect, but no chip.
       
       - ASUS M2N68 (reported by Udu Ogah <putlinuxonit@gmail.com>)
         Chipset detect, but no chip.
       
       - ASUS A7V600-X (reported by Udu Ogah <putlinuxonit@gmail.com>)
         Chipset and chip detected, writes don't work. Board-enable required.
      
      Also, add some missing board URLs and fix incorrect board names.
      
      Corresponding to flashrom svn r695.
      Signed-off-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
      Acked-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
      a02d6664
  13. 22 Jul, 2009 1 commit
  14. 04 Jul, 2009 1 commit
  15. 03 Jul, 2009 2 commits
  16. 28 Jun, 2009 1 commit
  17. 23 Jun, 2009 1 commit
  18. 22 Jun, 2009 1 commit
  19. 20 Jun, 2009 1 commit
    • Uwe Hermann's avatar
      Various wiki output changes · a2d05012
      Uwe Hermann authored
      
       - Move board_info_url struct to print.c, doesn't have to be global.
      
       - Simplify flashrom.c a bit by moving stuff to print.c.
         Eliminate two now-useless mini-functions in print.c.
      
       - Add a note that the wiki page contents are semi-automatically generated.
      
       - Mention date of last wiki page update as well as the flashrom revision
         that was used to generate the wiki output.
      
       - Also generate list of supported laptops in -z output now.
      
       - Add some more board URLs.
      
       - Add a boards_notes[] table to allow for arbitrary footnotes/comments for
         each board in the table. All notes will automatically be turned into
         wiki footnotes with correct numbers and will appear at the end of the
         respective table.
      
      Corresponding to flashrom svn r615.
      Signed-off-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
      Acked-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
      a2d05012
  20. 19 Jun, 2009 2 commits
  21. 18 Jun, 2009 1 commit
  22. 17 Jun, 2009 1 commit