1. 26 Jan, 2009 2 commits
  2. 25 Jan, 2009 1 commit
  3. 23 Jan, 2009 1 commit
  4. 22 Jan, 2009 1 commit
  5. 13 Jan, 2009 1 commit
  6. 12 Jan, 2009 1 commit
  7. 06 Dec, 2008 1 commit
  8. 05 Dec, 2008 2 commits
  9. 03 Dec, 2008 3 commits
  10. 28 Nov, 2008 2 commits
  11. 18 Oct, 2008 1 commit
  12. 10 Oct, 2008 1 commit
  13. 03 Sep, 2008 1 commit
    • Peter Stuge's avatar
      Only find "unknown .. SPI chip" if no other chip was found · 483b8f0c
      Peter Stuge authored
      
      This removes the false positive matches we've been seeing, and also removes
      the true positive match in case there is more than one flash chip and the 2nd
      or 3rd are unknown - but I think that case is uncommon enough to warrant the
      improvement in the common case. Use flashrom -frc forced read if you have the
      uncommon case, and/or please add the flash chip to the flashchips array.
      
      Corresponding to flashrom svn r313 and coreboot v2 svn r3562.
      Signed-off-by: default avatarPeter Stuge <peter@stuge.se>
      Acked-by: default avatarStefan Reinauer <stepan@coresystems.de>
      483b8f0c
  14. 12 Aug, 2008 1 commit
  15. 02 Aug, 2008 1 commit
  16. 02 Jul, 2008 1 commit
  17. 28 Jun, 2008 1 commit
  18. 27 Jun, 2008 1 commit
  19. 20 Jun, 2008 1 commit
  20. 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
  21. 22 May, 2008 2 commits
  22. 14 May, 2008 1 commit
  23. 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
  24. 03 May, 2008 1 commit
  25. 28 Apr, 2008 1 commit
  26. 17 Mar, 2008 1 commit
  27. 15 Mar, 2008 1 commit
  28. 14 Mar, 2008 2 commits
  29. 13 Mar, 2008 1 commit
  30. 12 Mar, 2008 1 commit
  31. 27 Jan, 2008 1 commit
  32. 22 Jan, 2008 1 commit
  33. 21 Jan, 2008 1 commit