summaryrefslogtreecommitdiffstats
path: root/chipset_enable.c
diff options
context:
space:
mode:
authorNils Jacobs <njacobs8@hetnet.nl>2009-09-23 02:09:23 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-09-23 02:09:23 +0000
commite715c7b42c693419342c9492b999c407fc46cc40 (patch)
tree38c935cf63f8faee0ea347c358f88252ff508a8e /chipset_enable.c
parent2912426bf4e1c2533ff8dd56bca657002f14a9c1 (diff)
downloadast2050-flashrom-e715c7b42c693419342c9492b999c407fc46cc40.zip
ast2050-flashrom-e715c7b42c693419342c9492b999c407fc46cc40.tar.gz
Enable flashrom on Wyse Winterm S50
On the Wyse Winterm S50 lspci doesn`t show the cs5536 hostbridge and so flashrom doesn`t detect the cs5536. This patch is adding the cs5536 isa id [1022:2090] for chip detect. Corresponding to flashrom svn r729. Signed-off-by: Nils Jacobs <njacobs8@hetnet.nl> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'chipset_enable.c')
-rw-r--r--chipset_enable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/chipset_enable.c b/chipset_enable.c
index 8dcaf0b..4ab9ce5 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -972,6 +972,7 @@ const struct penable chipset_enables[] = {
{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, 0x2090, 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/SB710/SB750", enable_flash_sb600},
OpenPOWER on IntegriCloud