diff options
author | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2013-08-13 22:10:41 +0000 |
---|---|---|
committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2013-08-13 22:10:41 +0000 |
commit | dbac46c3efd6858212280c7ae6854bb0c9f93b7a (patch) | |
tree | 8188320a07f63b187c21f902ac238fe7a513225c /board_enable.c | |
parent | 20a36baf56afac4896c8abe5a94dbe974a25dbc9 (diff) | |
download | flashrom-dbac46c3efd6858212280c7ae6854bb0c9f93b7a.tar.gz flashrom-dbac46c3efd6858212280c7ae6854bb0c9f93b7a.tar.bz2 flashrom-dbac46c3efd6858212280c7ae6854bb0c9f93b7a.zip |
Add a bunch of new/tested stuff and various small changes 19
Tested mainboards:
OK:
- ASUS P8H77-V LE
http://www.flashrom.org/pipermail/flashrom/2013-June/011127.html
- HP Pegatron IPMEL-AE (Evans-GL6)
Reported by Idwer on IRC
- MSI MS-7379 (G31M)
http://paste.flashrom.org/view.php?id=1726
- MSI MS-7816 (H87-G43)
http://www.flashrom.org/pipermail/flashrom/2013-July/011349.html
- MSI MS-9830 (IM-945GSE-A, A9830IMS)
http://paste.flashrom.org/view.php?id=1730
- Supermicro X8SAX
http://paste.flashrom.org/view.php?id=1717
NOT OK:
- Intel D2700MUD
http://paste.flashrom.org/view.php?id=1723
- Intel DQ45CB
http://www.flashrom.org/pipermail/flashrom/2013-August/011369.html
Chipsets:
- Add PCI ID for Intel's Coleto Creek.
- Mark Intel H87 (0x8c4a) as OK.
http://www.flashrom.org/pipermail/flashrom/2013-July/011349.html
Miscellaneous:
- ichspi: Fix printing address ranges if space is divided by FPB.
- Tiny other stuff.
Corresponding to flashrom svn r1709.
Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'board_enable.c')
-rw-r--r-- | board_enable.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board_enable.c b/board_enable.c index d3460c1f4..074cabb89 100644 --- a/board_enable.c +++ b/board_enable.c @@ -2235,6 +2235,7 @@ static int it8718f_gpio63_raise(void) * Suited for all boards with ambiguous DMI chassis information, which should be * whitelisted because they are known to work: * - ASRock IMB-A180(-H) + * - Intel D945GCNL * - MSC Q7 Tunnel Creek Module (Q7-TCTC) */ static int p2_not_a_laptop(void) |