1. 18 Oct, 2008 1 commit
  2. 19 Aug, 2008 1 commit
  3. 21 Jul, 2008 1 commit
    • Peter Stuge's avatar
      Winbond W39V040C and MSI K8T Neo2-F · cce2682d
      Peter Stuge authored
      
      W39V040C does standard JEDEC commands except chip erase so add a small driver.
      probe_w39v040c() prints the block lock pin status when a chip is found.
      
      The Neo2 board enable matches on 8237-internal IDE and onboard NIC PCI IDs.
      
      Many thanks to Daniel McLellan for testing all of this on hardware!
      Build tested by Uwe.
      
      Corresponding to flashrom svn r304 and coreboot v2 svn r3431.
      Signed-off-by: default avatarPeter Stuge <peter@stuge.se>
      Acked-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
      cce2682d
  4. 05 Jul, 2008 1 commit
  5. 02 Jul, 2008 2 commits
  6. 13 Jun, 2008 1 commit
  7. 11 Jun, 2008 1 commit
  8. 22 May, 2008 3 commits
  9. 17 Mar, 2008 1 commit
  10. 13 Mar, 2008 1 commit
  11. 12 Mar, 2008 1 commit
  12. 20 Feb, 2008 1 commit
  13. 09 Feb, 2008 1 commit
  14. 27 Jan, 2008 1 commit
  15. 18 Jan, 2008 1 commit
  16. 04 Jan, 2008 1 commit
  17. 04 Dec, 2007 1 commit
  18. 02 Dec, 2007 1 commit
  19. 17 Oct, 2007 1 commit
  20. 16 Oct, 2007 2 commits
  21. 15 Oct, 2007 1 commit
  22. 12 Oct, 2007 1 commit
  23. 02 Oct, 2007 1 commit
  24. 27 Sep, 2007 1 commit
  25. 29 Aug, 2007 1 commit
  26. 23 Aug, 2007 2 commits
  27. 11 Aug, 2007 1 commit
  28. 04 Jul, 2007 1 commit
  29. 05 Jun, 2007 2 commits
  30. 20 May, 2007 1 commit
  31. 09 May, 2007 1 commit
  32. 04 May, 2007 1 commit
    • Luc Verhaegen's avatar
      Add WinBond Super IO helpers · 7977f4ef
      Luc Verhaegen authored
      
      * These helpers severely clear up winbond superio usage.
      * Removed board_iwill_dk8_htx as it can be replaced by
        board_agami_aruma (Mondrian Nuessle).
      * Renamed board_agami_aruma to w83627hf_gpio24_raise.
      * Clarified comments in w83627hf_gpio24_raise, and added
        some things from the old iwill code.
      * Moved all board functions name argument to const.
        (warning breaks build)
      * Moved iwill entry in board_pciid_enables.
      
      Corresponding to flashrom svn r107 and coreboot v2 svn r2627.
      Signed-off-by: default avatarLuc Verhaegen <libv@skynet.be>
      Acked-by: default avatarPeter Stuge <peter@stuge.se>
      7977f4ef
  33. 03 May, 2007 1 commit
  34. 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