summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-05-08 17:50:51 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-05-08 17:50:51 +0000
commit4179d29207c4135eff3901480fd996d2b4c821e6 (patch)
treecb84fd54fda4b364eabbd0f20078e317f0a9f847
parent702218d030d14ddb5029ac816f45ca2b51ebdd12 (diff)
downloadast2050-flashrom-4179d29207c4135eff3901480fd996d2b4c821e6.zip
ast2050-flashrom-4179d29207c4135eff3901480fd996d2b4c821e6.tar.gz
Make chipset list alphabetically ordered as the other lists
Corresponding to flashrom svn r477. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
-rw-r--r--chipset_enable.c79
1 files changed, 40 insertions, 39 deletions
diff --git a/chipset_enable.c b/chipset_enable.c
index f7a41ba..4ba5bda 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -878,62 +878,57 @@ typedef struct penable {
#define OK 0
#define NT 1 /* Not tested */
+/* Please keep this list alphabetically sorted by vendor/device. */
static const FLASH_ENABLE enables[] = {
- {0x1039, 0x0630, NT, "SiS", "SiS630", enable_flash_sis630},
- {0x8086, 0x122e, OK, "Intel", "PIIX", enable_flash_piix4},
- {0x8086, 0x1234, NT, "Intel", "MPIIX", enable_flash_piix4},
- {0x8086, 0x7000, OK, "Intel", "PIIX3", enable_flash_piix4},
- {0x8086, 0x7110, OK, "Intel", "PIIX4/4E/4M", enable_flash_piix4},
+ {0x10B9, 0x1533, OK, "ALi", "M1533", enable_flash_ali_m1533},
+ {0x1022, 0x7440, OK, "AMD", "AMD-768", enable_flash_amd8111},
+ {0x1022, 0x7468, OK, "AMD", "AMD8111", enable_flash_amd8111},
+ {0x1078, 0x0100, OK, "AMD", "CS5530(A)", enable_flash_cs5530},
+ {0x1022, 0x2080, OK, "AMD", "CS5536", enable_flash_cs5536},
+ {0x1022, 0x3000, OK, "AMD", "Elan SC520", get_flashbase_sc520},
+ {0x1002, 0x438D, OK, "AMD", "SB600", enable_flash_sb600},
+ {0x1002, 0x439d, OK, "AMD", "SB700", enable_flash_sb600},
+ {0x100b, 0x0510, NT, "AMD", "SC1100", enable_flash_sc1100},
+ {0x1002, 0x4377, OK, "ATI", "SB400", enable_flash_sb400},
+ {0x1166, 0x0205, OK, "Broadcom", "HT-1000", enable_flash_ht1000},
{0x8086, 0x7198, OK, "Intel", "440MX", enable_flash_piix4},
- {0x8086, 0x2410, OK, "Intel", "ICH", enable_flash_ich_4e},
+ {0x8086, 0x25a1, OK, "Intel", "6300ESB", enable_flash_ich_4e},
+ {0x8086, 0x2670, OK, "Intel", "631xESB/632xESB/3100", enable_flash_ich_dc},
+ {0x8086, 0x5031, OK, "Intel", "EP80579", enable_flash_ich7},
{0x8086, 0x2420, OK, "Intel", "ICH0", enable_flash_ich_4e},
+ {0x8086, 0x3a18, OK, "Intel", "ICH10", enable_flash_ich10},
+ {0x8086, 0x3a1a, OK, "Intel", "ICH10D", enable_flash_ich10},
+ {0x8086, 0x3a14, OK, "Intel", "ICH10DO", enable_flash_ich10},
+ {0x8086, 0x3a16, OK, "Intel", "ICH10R", enable_flash_ich10},
{0x8086, 0x2440, OK, "Intel", "ICH2", enable_flash_ich_4e},
{0x8086, 0x244c, OK, "Intel", "ICH2-M", enable_flash_ich_4e},
- {0x8086, 0x2480, OK, "Intel", "ICH3-S", enable_flash_ich_4e},
{0x8086, 0x248c, OK, "Intel", "ICH3-M", enable_flash_ich_4e},
+ {0x8086, 0x2480, OK, "Intel", "ICH3-S", enable_flash_ich_4e},
{0x8086, 0x24c0, OK, "Intel", "ICH4/ICH4-L", enable_flash_ich_4e},
{0x8086, 0x24cc, OK, "Intel", "ICH4-M", enable_flash_ich_4e},
{0x8086, 0x24d0, OK, "Intel", "ICH5/ICH5R", enable_flash_ich_4e},
- {0x8086, 0x25a1, OK, "Intel", "6300ESB", enable_flash_ich_4e},
- {0x8086, 0x2670, OK, "Intel", "631xESB/632xESB/3100", enable_flash_ich_dc},
{0x8086, 0x2640, OK, "Intel", "ICH6/ICH6R", enable_flash_ich_dc},
{0x8086, 0x2641, OK, "Intel", "ICH6-M", enable_flash_ich_dc},
- {0x8086, 0x5031, OK, "Intel", "EP80579", enable_flash_ich7},
{0x8086, 0x27b0, OK, "Intel", "ICH7DH", enable_flash_ich7},
{0x8086, 0x27b8, OK, "Intel", "ICH7/ICH7R", enable_flash_ich7},
{0x8086, 0x27b9, OK, "Intel", "ICH7M", enable_flash_ich7},
{0x8086, 0x27bd, OK, "Intel", "ICH7MDH", enable_flash_ich7},
- {0x8086, 0x2810, OK, "Intel", "ICH8/ICH8R", enable_flash_ich8},
- {0x8086, 0x2811, OK, "Intel", "ICH8M-E", enable_flash_ich8},
+ {0x8086, 0x2410, OK, "Intel", "ICH", enable_flash_ich_4e},
{0x8086, 0x2812, OK, "Intel", "ICH8DH", enable_flash_ich8},
{0x8086, 0x2814, OK, "Intel", "ICH8DO", enable_flash_ich8},
+ {0x8086, 0x2810, OK, "Intel", "ICH8/ICH8R", enable_flash_ich8},
{0x8086, 0x2815, OK, "Intel", "ICH8M", enable_flash_ich8},
+ {0x8086, 0x2811, OK, "Intel", "ICH8M-E", enable_flash_ich8},
+ {0x8086, 0x2918, OK, "Intel", "ICH9", enable_flash_ich9},
{0x8086, 0x2912, OK, "Intel", "ICH9DH", enable_flash_ich9},
{0x8086, 0x2914, OK, "Intel", "ICH9DO", enable_flash_ich9},
- {0x8086, 0x2916, OK, "Intel", "ICH9R", enable_flash_ich9},
- {0x8086, 0x2917, OK, "Intel", "ICH9M-E", enable_flash_ich9},
- {0x8086, 0x2918, OK, "Intel", "ICH9", enable_flash_ich9},
{0x8086, 0x2919, OK, "Intel", "ICH9M", enable_flash_ich9},
- {0x8086, 0x3a14, OK, "Intel", "ICH10DO", enable_flash_ich10},
- {0x8086, 0x3a16, OK, "Intel", "ICH10R", enable_flash_ich10},
- {0x8086, 0x3a18, OK, "Intel", "ICH10", enable_flash_ich10},
- {0x8086, 0x3a1a, OK, "Intel", "ICH10D", enable_flash_ich10},
- {0x1106, 0x8231, NT, "VIA", "VT8231", enable_flash_vt823x},
- {0x1106, 0x3177, OK, "VIA", "VT8235", enable_flash_vt823x},
- {0x1106, 0x3227, OK, "VIA", "VT8237", enable_flash_vt823x},
- {0x1106, 0x3337, OK, "VIA", "VT8237A", enable_flash_vt823x},
- {0x1106, 0x3372, OK, "VIA", "VT8237S", enable_flash_vt8237s_spi},
- {0x1106, 0x8324, OK, "VIA", "CX700", enable_flash_vt823x},
- {0x1106, 0x0586, OK, "VIA", "VT82C586A/B", enable_flash_amd8111},
- {0x1106, 0x0686, NT, "VIA", "VT82C686A/B", enable_flash_amd8111},
- {0x1078, 0x0100, OK, "AMD", "CS5530(A)", enable_flash_cs5530},
- {0x100b, 0x0510, NT, "AMD", "SC1100", enable_flash_sc1100},
- {0x1039, 0x0008, OK, "SiS", "SiS5595", enable_flash_sis5595},
- {0x1022, 0x2080, OK, "AMD", "CS5536", enable_flash_cs5536},
- {0x1022, 0x7468, OK, "AMD", "AMD8111", enable_flash_amd8111},
- {0x1002, 0x438D, OK, "AMD", "SB600", enable_flash_sb600},
- {0x1002, 0x439d, OK, "AMD", "SB700", enable_flash_sb600},
- {0x10B9, 0x1533, OK, "ALi", "M1533", enable_flash_ali_m1533},
+ {0x8086, 0x2917, OK, "Intel", "ICH9M-E", enable_flash_ich9},
+ {0x8086, 0x2916, OK, "Intel", "ICH9R", enable_flash_ich9},
+ {0x8086, 0x1234, NT, "Intel", "MPIIX", enable_flash_piix4},
+ {0x8086, 0x7000, OK, "Intel", "PIIX3", enable_flash_piix4},
+ {0x8086, 0x7110, OK, "Intel", "PIIX4/4E/4M", enable_flash_piix4},
+ {0x8086, 0x122e, OK, "Intel", "PIIX", enable_flash_piix4},
{0x10de, 0x0050, OK, "NVIDIA", "CK804", enable_flash_ck804}, /* LPC */
{0x10de, 0x0051, OK, "NVIDIA", "CK804", enable_flash_ck804}, /* Pro */
/* Slave, should not be here, to fix known bug for A01. */
@@ -951,10 +946,16 @@ static const FLASH_ENABLE 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},
- {0x1002, 0x4377, OK, "ATI", "SB400", enable_flash_sb400},
- {0x1166, 0x0205, OK, "Broadcom", "HT-1000", enable_flash_ht1000},
- {0x1022, 0x3000, OK, "AMD", "Elan SC520", get_flashbase_sc520},
- {0x1022, 0x7440, OK, "AMD", "AMD-768", enable_flash_amd8111},
+ {0x1039, 0x0008, OK, "SiS", "SiS5595", enable_flash_sis5595},
+ {0x1039, 0x0630, NT, "SiS", "SiS630", enable_flash_sis630},
+ {0x1106, 0x8324, OK, "VIA", "CX700", enable_flash_vt823x},
+ {0x1106, 0x8231, NT, "VIA", "VT8231", enable_flash_vt823x},
+ {0x1106, 0x3177, OK, "VIA", "VT8235", enable_flash_vt823x},
+ {0x1106, 0x3227, OK, "VIA", "VT8237", enable_flash_vt823x},
+ {0x1106, 0x3337, OK, "VIA", "VT8237A", enable_flash_vt823x},
+ {0x1106, 0x3372, OK, "VIA", "VT8237S", enable_flash_vt8237s_spi},
+ {0x1106, 0x0586, OK, "VIA", "VT82C586A/B", enable_flash_amd8111},
+ {0x1106, 0x0686, NT, "VIA", "VT82C686A/B", enable_flash_amd8111},
};
void print_supported_chipsets(void)
OpenPOWER on IntegriCloud