1. 25 Oct, 2007 1 commit
  2. 22 Oct, 2007 2 commits
  3. 18 Oct, 2007 1 commit
  4. 16 Oct, 2007 1 commit
  5. 15 Oct, 2007 1 commit
  6. 02 Oct, 2007 1 commit
  7. 09 Sep, 2007 2 commits
  8. 30 Aug, 2007 2 commits
  9. 29 Aug, 2007 1 commit
  10. 23 Aug, 2007 1 commit
  11. 25 Jul, 2007 1 commit
  12. 24 Jul, 2007 1 commit
  13. 24 May, 2007 1 commit
  14. 23 May, 2007 1 commit
  15. 21 May, 2007 1 commit
  16. 09 May, 2007 1 commit
  17. 28 Apr, 2007 1 commit
  18. 06 Apr, 2007 1 commit
  19. 04 Apr, 2007 1 commit
    • Luc Verhaegen's avatar
      Split flash_enable.c into chipset_enable.c and board_enable.c · 8e3a6001
      Luc Verhaegen authored
      
      This splits up the ROM Write enable code into chipset specific and
      board specific parts. This of course means that a lot of code is
      plainly moved about.
      
      * Allows for linuxbios name matching and pci-subsystem id matching.
        The latter uses a double set to properly distuinguish boards despite
        of some known vendors being lax about it.
      * Fixes GPIO15 being raised on every VT8235 southbridge, regardless of what
        that line actually controls; rom on EPIA-M, backlight on mitac 8999 laptop.
      * Adds flashrom support for Asus A7V400-MX (KM400 + VT8235)
      * Island aruma was renamed agami aruma, the board specific code now got
        adjusted. A set of pci-ids was retrieved from source code.
      
      Corresponding to flashrom svn r99 and coreboot v2 svn r2581.
      Signed-off-by: default avatarLuc Verhaegen <libv@skynet.be>
      Acked-by: default avatarStefan Reinauer <stepan@coresystems.de>
      8e3a6001
  20. 01 Apr, 2007 2 commits
  21. 02 Mar, 2007 1 commit
  22. 06 Feb, 2007 1 commit
  23. 27 Jan, 2007 1 commit
  24. 22 Jan, 2007 1 commit
  25. 21 Nov, 2006 3 commits
  26. 20 Nov, 2006 1 commit
  27. 07 Oct, 2006 1 commit
  28. 31 Jul, 2006 1 commit
  29. 19 Jul, 2006 1 commit
  30. 30 Jun, 2006 1 commit
  31. 25 Jun, 2006 1 commit
  32. 14 Jun, 2006 1 commit
  33. 31 Mar, 2006 2 commits
    • Scott Tsai's avatar
      Multiple unrelated changes · 023af76b
      Scott Tsai authored
      
      * SST_49LF040B flash support for flashrom
      * add ICH4-M support to flashrom
      
      Corresponding to flashrom svn r52 and coreboot v2 svn r2230.
      Signed-off-by: default avatarScott Tsai <scott.tsai@arima.com.tw>
      023af76b
    • Stefan Reinauer's avatar
      Multiple unrelated changes · 86de2830
      Stefan Reinauer authored
      * support for Winbond W39V040A
      * Support for ATI SB400 (RS480 chipset)
      * Support for Intel ICH7 (from Scott Tsai <scott.tsai@arima.com.tw>)
      
      Corresponding to flashrom svn r51 and coreboot v2 svn r2229.
      86de2830