1. 19 Mar, 2010 10 commits
  2. 17 Mar, 2010 1 commit
  3. 14 Mar, 2010 1 commit
  4. 13 Mar, 2010 1 commit
  5. 11 Mar, 2010 1 commit
  6. 09 Mar, 2010 1 commit
  7. 07 Mar, 2010 4 commits
  8. 03 Mar, 2010 1 commit
  9. 28 Feb, 2010 1 commit
  10. 27 Feb, 2010 1 commit
  11. 24 Feb, 2010 1 commit
  12. 04 Feb, 2010 3 commits
  13. 31 Jan, 2010 1 commit
  14. 28 Jan, 2010 1 commit
    • Uwe Hermann's avatar
      The GIGABYTE GA-7ZM has a maximum decode size (parallel chips) of 512 KB · b1bd3e85
      Uwe Hermann authored
      
      Add this information to the new field in the board-enable table. We match the
      board via two sets of PCI IDs. However, as we don't need a board-enable
      function for this board (it works out of the box; well, at least if you remove
      the JP9 jumper on the board), change the code to allow NULL as value for
      the board-enable function. There will likely be more boards in the future where
      we want to record a maximum decode size but which don't need a board-enable.
      
      This is hardware-tested on the GIGABYTE GA-7ZM by successfully writing a 512KB
      image of random bytes to a chip in this board.
      
      Corresponding to flashrom svn r885.
      Signed-off-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
      Acked-by: default avatarSean Nelson <audiohacked@gmail.com>
      b1bd3e85
  15. 20 Jan, 2010 3 commits
  16. 09 Jan, 2010 2 commits
  17. 23 Dec, 2009 2 commits
  18. 22 Dec, 2009 2 commits
  19. 18 Dec, 2009 1 commit
  20. 17 Dec, 2009 1 commit
    • Carl-Daniel Hailfinger's avatar
      Use the maximum decode size infrastructure · 2a9e2455
      Carl-Daniel Hailfinger authored
      
      - Detect max FWH size for Intel
        631xESB/632xESB/3100/ICH6/ICH7/ICH8/ICH9/ICH10.
      - Move IDSEL override before decode size checking for the chipsets
        listed above or flashrom will complain based on old values.
      - Adjust supported flash buses for the chipsets listed above (none of
        them supports LPC or Parallel).
      - Detect max parallel size for AMD/National Semiconductor CS5530.
      - Adjust supported flash buses for CS5530/CS5530A.
      - Set board-specific max decode size for Elitegroup K7VTA3.
      - Set board-specific max decode size for Shuttle AK38N.
      
      Corresponding to flashrom svn r806.
      Signed-off-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      Acked-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
      2a9e2455
  21. 14 Dec, 2009 1 commit