1. 19 Mar, 2010 7 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 2 commits
  22. 09 Dec, 2009 2 commits
    • Luc Verhaegen's avatar
      Boards: Tighten up ID match list · a7e30503
      Luc Verhaegen authored
      
      Tighten up board id match table in preparation of upcoming matching
      changes.
      
      Some boards are deliberately broken so that we will receive reports
      or can remove support later (for instance, for agami aruma, which,
      probably is no longer available in the wild).
      
      * Acorp 6A815EPD: make autodetectable.
      * Agami Aruma: remove bogus subsystem ids. Due to lacking secondary
        main id, this match will break soon.
      * GIGABYTE GA-2761GXDK: Add secondary main id. Subsystem ids are not
        possible as they are all copies of the main ids. Will still require
        -m.
      * GIGABYTE GA-M57SLI-S4: add full set of subsystem ids. Will keep
        match name for coreboot name matching.
      * GIGABYTE GA-M61P-S3: Add secondary main id. Remove name match.
        Probably has good subsystem ids, but no info was found. So
        deliberately broken match.
      * GIGABYTE GA-MA790FX-DQ6: pointless name match.
      * IBM x3455: add full ids, remove name match.
      * Kontron 986LCD-M: remove full id match as it is bogus. Kontron is
        an embedded vendor and does not bother with subsystem ids, so
        make this board name match only.
      * MSI MS-6590 (KT4 Ultra): remove name match.
      * MSI MS-7135 (K8N Neo3): add full id set, keep name match for
        coreboot.
      * VIA EPIA-N/NL: remove name match.
      * VIA PC3500G: remove name match.
      
      Corresponding to flashrom svn r796.
      Signed-off-by: default avatarLuc Verhaegen <libv@skynet.be>
      Acked-by: default avatarSean Nelson <audiohacked@gmail.com>
      a7e30503
    • David Bartley's avatar
      Boards: Add Asus M2V-MX · f58d364f
      David Bartley authored
      
      Expands via vt823x gpio support to also accept gpio5.
      
      Corresponding to flashrom svn r795.
      Signed-off-by: default avatarDavid Bartley <dtbartle@csclub.uwaterloo.ca>
      Acked-by: default avatarLuc Verhaegen <libv@skynet.be>
      f58d364f