summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-11-15 17:20:21 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-11-15 17:20:21 +0000
commit6a0269e49199a4118bbcf549d92dac8103d76084 (patch)
treec6ca4168309657b3f0cf749364b18b2665cd828e
parent9f46cfca38fad1c35c02bddfaa1f5325e5cd5354 (diff)
downloadast2050-flashrom-6a0269e49199a4118bbcf549d92dac8103d76084.zip
ast2050-flashrom-6a0269e49199a4118bbcf549d92dac8103d76084.tar.gz
Mark Elitegroup K7S5A as supported
Mark SiS 735 as supported. Remove "SiS" from the model number to avoid printing it twice. Reported by Adrian Glaubitz. Corresponding to flashrom svn r760. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
-rw-r--r--chipset_enable.c56
-rw-r--r--print.c1
2 files changed, 29 insertions, 28 deletions
diff --git a/chipset_enable.c b/chipset_enable.c
index 286ab2f..7038ea8 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -1155,34 +1155,34 @@ const struct penable chipset_enables[] = {
{0x10de, 0x0366, OK, "NVIDIA", "MCP55", enable_flash_mcp55}, /* LPC */
{0x10de, 0x0367, OK, "NVIDIA", "MCP55", enable_flash_mcp55}, /* Pro */
{0x10de, 0x0548, OK, "NVIDIA", "MCP67", enable_flash_mcp55},
- {0x1039, 0x0496, NT, "SiS", "SiS 85C496+497", enable_flash_sis85c496},
- {0x1039, 0x0406, NT, "SiS", "SiS 501/5101/5501", enable_flash_sis501},
- {0x1039, 0x5511, NT, "SiS", "SiS 5511", enable_flash_sis5511},
- {0x1039, 0x5596, NT, "SiS", "SiS 5596", enable_flash_sis5596},
- {0x1039, 0x5571, NT, "SiS", "SiS 5571", enable_flash_sis530},
- {0x1039, 0x5591, NT, "SiS", "SiS 5591/5592", enable_flash_sis530},
- {0x1039, 0x5597, NT, "SiS", "SiS 5597/5598/5581/5120", enable_flash_sis530},
- {0x1039, 0x0530, NT, "SiS", "SiS 530", enable_flash_sis530},
- {0x1039, 0x5600, NT, "SiS", "SiS 600", enable_flash_sis530},
- {0x1039, 0x0620, NT, "SiS", "SiS 620", enable_flash_sis530},
- {0x1039, 0x0540, NT, "SiS", "SiS 540", enable_flash_sis540},
- {0x1039, 0x0630, NT, "SiS", "SiS 630", enable_flash_sis630},
- {0x1039, 0x0635, NT, "SiS", "SiS 635", enable_flash_sis630},
- {0x1039, 0x0640, NT, "SiS", "SiS 640", enable_flash_sis630},
- {0x1039, 0x0645, NT, "SiS", "SiS 645", enable_flash_sis630},
- {0x1039, 0x0646, NT, "SiS", "SiS 645DX", enable_flash_sis630},
- {0x1039, 0x0648, NT, "SiS", "SiS 648", enable_flash_sis630},
- {0x1039, 0x0650, NT, "SiS", "SiS 650", enable_flash_sis630},
- {0x1039, 0x0651, NT, "SiS", "SiS 651", enable_flash_sis630},
- {0x1039, 0x0655, NT, "SiS", "SiS 655", enable_flash_sis630},
- {0x1039, 0x0730, NT, "SiS", "SiS 730", enable_flash_sis630},
- {0x1039, 0x0733, NT, "SiS", "SiS 733", enable_flash_sis630},
- {0x1039, 0x0735, NT, "SiS", "SiS 735", enable_flash_sis630},
- {0x1039, 0x0740, NT, "SiS", "SiS 740", enable_flash_sis630},
- {0x1039, 0x0745, NT, "SiS", "SiS 745", enable_flash_sis630},
- {0x1039, 0x0746, NT, "SiS", "SiS 746", enable_flash_sis630},
- {0x1039, 0x0748, NT, "SiS", "SiS 748", enable_flash_sis630},
- {0x1039, 0x0755, NT, "SiS", "SiS 755", enable_flash_sis630},
+ {0x1039, 0x0496, NT, "SiS", "85C496+497", enable_flash_sis85c496},
+ {0x1039, 0x0406, NT, "SiS", "501/5101/5501", enable_flash_sis501},
+ {0x1039, 0x5511, NT, "SiS", "5511", enable_flash_sis5511},
+ {0x1039, 0x5596, NT, "SiS", "5596", enable_flash_sis5596},
+ {0x1039, 0x5571, NT, "SiS", "5571", enable_flash_sis530},
+ {0x1039, 0x5591, NT, "SiS", "5591/5592", enable_flash_sis530},
+ {0x1039, 0x5597, NT, "SiS", "5597/5598/5581/5120", enable_flash_sis530},
+ {0x1039, 0x0530, NT, "SiS", "530", enable_flash_sis530},
+ {0x1039, 0x5600, NT, "SiS", "600", enable_flash_sis530},
+ {0x1039, 0x0620, NT, "SiS", "620", enable_flash_sis530},
+ {0x1039, 0x0540, NT, "SiS", "540", enable_flash_sis540},
+ {0x1039, 0x0630, NT, "SiS", "630", enable_flash_sis630},
+ {0x1039, 0x0635, NT, "SiS", "635", enable_flash_sis630},
+ {0x1039, 0x0640, NT, "SiS", "640", enable_flash_sis630},
+ {0x1039, 0x0645, NT, "SiS", "645", enable_flash_sis630},
+ {0x1039, 0x0646, NT, "SiS", "645DX", enable_flash_sis630},
+ {0x1039, 0x0648, NT, "SiS", "648", enable_flash_sis630},
+ {0x1039, 0x0650, NT, "SiS", "650", enable_flash_sis630},
+ {0x1039, 0x0651, NT, "SiS", "651", enable_flash_sis630},
+ {0x1039, 0x0655, NT, "SiS", "655", enable_flash_sis630},
+ {0x1039, 0x0730, NT, "SiS", "730", enable_flash_sis630},
+ {0x1039, 0x0733, NT, "SiS", "733", enable_flash_sis630},
+ {0x1039, 0x0735, OK, "SiS", "735", enable_flash_sis630},
+ {0x1039, 0x0740, NT, "SiS", "740", enable_flash_sis630},
+ {0x1039, 0x0745, NT, "SiS", "745", enable_flash_sis630},
+ {0x1039, 0x0746, NT, "SiS", "746", enable_flash_sis630},
+ {0x1039, 0x0748, NT, "SiS", "748", enable_flash_sis630},
+ {0x1039, 0x0755, NT, "SiS", "755", enable_flash_sis630},
{0x1106, 0x8324, OK, "VIA", "CX700", enable_flash_vt823x},
{0x1106, 0x8231, NT, "VIA", "VT8231", enable_flash_vt823x},
{0x1106, 0x3074, NT, "VIA", "VT8233", enable_flash_vt823x},
diff --git a/print.c b/print.c
index f10e364..4da070a 100644
--- a/print.c
+++ b/print.c
@@ -260,6 +260,7 @@ const struct board_info boards_ok[] = {
{ "ASUS", "P6T Deluxe V2", },
{ "A-Trend", "ATC-6220", },
{ "BCOM", "WinNET100", },
+ { "Elitegroup", "K7S5A", },
{ "Elitegroup", "P6VAP-A+", },
{ "GIGABYTE", "GA-6BXC", },
{ "GIGABYTE", "GA-6BXDU", },
OpenPOWER on IntegriCloud