1. 09 May, 2009 2 commits
  2. 08 May, 2009 3 commits
  3. 07 May, 2009 1 commit
  4. 04 May, 2009 1 commit
  5. 01 May, 2009 2 commits
  6. 28 Apr, 2009 1 commit
  7. 24 Apr, 2009 1 commit
  8. 09 Feb, 2009 1 commit
    • Peter Stuge's avatar
      Fix broken flash chip base address logic · 816139e0
      Peter Stuge authored
      
      Elan SC520 requries us to deal with flash chip base addresses at locations
      other than top of 4GB. The logic for that was incorrectly triggered also when
      a board had more than one flash chip. This patch will honor flashbase only when
      probing for the first flash chip on the board, and look at top of 4GB for later
      chips.
      
      Corresponding to flashrom svn r415 and coreboot v2 svn r3932.
      Signed-off-by: default avatarPeter Stuge <peter@stuge.se>
      Acked-by: default avatarMyles Watson <mylesgw@gmail.com>
      816139e0
  9. 28 Jan, 2009 1 commit
  10. 26 Jan, 2009 2 commits
  11. 25 Jan, 2009 1 commit
  12. 23 Jan, 2009 1 commit
  13. 22 Jan, 2009 1 commit
  14. 13 Jan, 2009 1 commit
  15. 12 Jan, 2009 1 commit
  16. 06 Dec, 2008 1 commit
  17. 05 Dec, 2008 2 commits
  18. 03 Dec, 2008 3 commits
  19. 28 Nov, 2008 2 commits
  20. 18 Oct, 2008 1 commit
  21. 10 Oct, 2008 1 commit
  22. 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
  23. 12 Aug, 2008 1 commit
  24. 02 Aug, 2008 1 commit
  25. 02 Jul, 2008 1 commit
  26. 28 Jun, 2008 1 commit
  27. 27 Jun, 2008 1 commit
  28. 20 Jun, 2008 1 commit
  29. 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
  30. 22 May, 2008 2 commits