1. 15 May, 2010 1 commit
  2. 25 Mar, 2010 2 commits
  3. 24 Mar, 2010 6 commits
  4. 14 Mar, 2010 1 commit
  5. 09 Mar, 2010 1 commit
  6. 23 Dec, 2009 1 commit
    • Luc Verhaegen's avatar
      Chipset/Board: vt8237: Set All mem cycles to LPC in chipset enable · 73d21194
      Luc Verhaegen authored
      
      Only done for VT8237R (possibly needed for VT8237 too), VT8235 does
      not need this (even if the original bios does so: Asus A7V8X-MX SE,
      MSI KT4V were verified).
      
      This then opens a floodgate of cleanups in the board enables.
      * EPIA SP board enable vanishes, taking EPIA CN match with it.
      * Asus A7V8X-MX/Tyan S2498 board enable then equals
        w836xx_memw_enable_2e
      * AOpen vKM400Am-S board enable then equals it8705_rom_write_enable
      * Epia M board enable becomes via_vt823x_gpio15_raise
      * Epia N board enable becomes via_vt823x_gpio9_raise
      * Asus M2V-MX board enable becomes via_vt823x_gpio5_raise
      * vt823x_gpio_set becomes via_vt823x_gpio_set, and now detects ISA
        bridge itself, in concordance with intel ich and nvidia mcp gpio.
      
      Corresponding to flashrom svn r815.
      Signed-off-by: default avatarLuc Verhaegen <libv@skynet.be>
      Acked-by: default avatarSean Nelson <audiohacked@gmail.com>
      Acked-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      73d21194
  7. 14 Dec, 2009 2 commits
  8. 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
  9. 01 Dec, 2009 1 commit
  10. 17 Nov, 2009 1 commit
  11. 15 Nov, 2009 1 commit
  12. 14 Nov, 2009 1 commit
  13. 06 Oct, 2009 2 commits
  14. 25 Sep, 2009 1 commit
  15. 16 Sep, 2009 2 commits
  16. 02 Sep, 2009 1 commit
  17. 31 Aug, 2009 1 commit
  18. 30 Aug, 2009 1 commit
  19. 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
  20. 22 Jul, 2009 1 commit
  21. 04 Jul, 2009 1 commit
  22. 03 Jul, 2009 2 commits
  23. 28 Jun, 2009 1 commit
  24. 23 Jun, 2009 1 commit
  25. 22 Jun, 2009 1 commit
  26. 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
  27. 19 Jun, 2009 2 commits
  28. 18 Jun, 2009 1 commit
  29. 17 Jun, 2009 1 commit