1. 22 May, 2008 1 commit
  2. 14 May, 2008 1 commit
  3. 08 May, 2008 1 commit
    • Claus Gindhart's avatar
      Probe for up to 3 flash chips · 2fd11d6a
      Claus Gindhart authored
      
      Currently there is an ongoing technology migration from LPC/FWH to SPI chips.
      For this reason some boards have multiple chips of different technologies
      onboard. This patch makes flashrom probe for up to 3 chips and if more than
      one chip is found flashrom exits, asking the user to specify -c.
      
      [root@localhost src]# ./flashrom
      ...
      Multiple flash chips were detected: SST49LF008A M25P16@ICH9
      Please specify which chip to use with the -c <chipname> option.
      [root@localhost src]# 
      
      Corresponding to flashrom svn r222 and coreboot v2 svn r3291.
      Signed-off-by: default avatarClaus Gindhart <claus.gindhart@kontron.com>
      Signed-off-by: default avatarPeter Stuge <peter@stuge.se>
      Acked-by: default avatarClaus Gindhart <claus.gindhart@kontron.com>
      2fd11d6a
  4. 03 May, 2008 1 commit
  5. 28 Apr, 2008 1 commit
  6. 17 Mar, 2008 1 commit
  7. 15 Mar, 2008 1 commit
  8. 14 Mar, 2008 2 commits
  9. 13 Mar, 2008 1 commit
  10. 12 Mar, 2008 1 commit
  11. 27 Jan, 2008 1 commit
  12. 22 Jan, 2008 1 commit
  13. 21 Jan, 2008 1 commit
  14. 18 Jan, 2008 1 commit
  15. 11 Jan, 2008 1 commit
  16. 17 Oct, 2007 1 commit
  17. 04 Oct, 2007 1 commit
  18. 09 Sep, 2007 1 commit
  19. 29 Aug, 2007 1 commit
  20. 23 Aug, 2007 2 commits
  21. 24 May, 2007 2 commits
  22. 23 May, 2007 2 commits
  23. 09 May, 2007 1 commit
  24. 14 Apr, 2007 1 commit
  25. 11 Apr, 2007 1 commit
  26. 06 Apr, 2007 1 commit
  27. 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
  28. 22 Mar, 2007 1 commit
  29. 06 Feb, 2007 1 commit
  30. 21 Nov, 2006 1 commit
  31. 07 Oct, 2006 1 commit
  32. 03 Aug, 2006 1 commit
  33. 16 Mar, 2006 1 commit
    • Stefan Reinauer's avatar
      Multiple unrelated changes · fcb63687
      Stefan Reinauer authored
      - speed up flash verification by only printing 1 of 4096 addresses
      - support for flashing technologic system ts5300 SBC (needs -DTS5300 in
        the makefile)
      
      Corresponding to flashrom svn r47 and coreboot v2 svn r2205.
      fcb63687
  34. 04 Jan, 2006 1 commit
  35. 18 Dec, 2005 1 commit
    • Stefan Reinauer's avatar
      Multiple unrelated changes · e3705282
      Stefan Reinauer authored
      * make -v switch print debug messages.
      * do case insensitive comparison of mainboards, as wished on the
        mailinglist
      
      Corresponding to flashrom svn r37 and coreboot v2 svn r2146.
      e3705282
  36. 26 Nov, 2005 1 commit