1. 27 Jun, 2008 1 commit
  2. 20 Jun, 2008 1 commit
  3. 18 Jun, 2008 1 commit
    • Peter Stuge's avatar
      Force read unknown flash chips · 7ffbc6f9
      Peter Stuge authored
      
      When flash chip detection fails, it is still useful and possible to read the
      flash chip contents. If no flash chip is found in normal probes and the
      -f -r -c CHIPNAME options are given, a successful probe for the specified
      chip is forced, and then flashrom reads the flash chip using either the read
      function for the specified chip, or if there is none, a simple memcpy().
      
      The patch also moves the global variable int force in flashrom.c into main()
      and passes it as a parameter to layout.c:show_id(), which was the only other
      function that used the variable. This is needed to avoid confusion with the
      new parameter int force which is added to flashrom.c:probe_flash() and used
      to force probe success for the chip named in char *chip_to_probe.
      
      Corresponding to flashrom svn r259 and coreboot v2 svn r3367.
      Signed-off-by: default avatarPeter Stuge <peter@stuge.se>
      Acked-by: default avatarWard Vandewege <ward@gnu.org>
      7ffbc6f9
  4. 22 May, 2008 2 commits
  5. 14 May, 2008 1 commit
  6. 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
  7. 03 May, 2008 1 commit
  8. 28 Apr, 2008 1 commit
  9. 17 Mar, 2008 1 commit
  10. 15 Mar, 2008 1 commit
  11. 14 Mar, 2008 2 commits
  12. 13 Mar, 2008 1 commit
  13. 12 Mar, 2008 1 commit
  14. 27 Jan, 2008 1 commit
  15. 22 Jan, 2008 1 commit
  16. 21 Jan, 2008 1 commit
  17. 18 Jan, 2008 1 commit
  18. 11 Jan, 2008 1 commit
  19. 17 Oct, 2007 1 commit
  20. 04 Oct, 2007 1 commit
  21. 09 Sep, 2007 1 commit
  22. 29 Aug, 2007 1 commit
  23. 23 Aug, 2007 2 commits
  24. 24 May, 2007 2 commits
  25. 23 May, 2007 2 commits
  26. 09 May, 2007 1 commit
  27. 14 Apr, 2007 1 commit
  28. 11 Apr, 2007 1 commit
  29. 06 Apr, 2007 1 commit
  30. 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
  31. 22 Mar, 2007 1 commit
  32. 06 Feb, 2007 1 commit
  33. 21 Nov, 2006 1 commit
  34. 07 Oct, 2006 1 commit
  35. 03 Aug, 2006 1 commit