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.
Signed-off-by: Nils Jacobs <[email protected]>
n...@debian:~/flashrom$ sudo flashrom
flashrom v0.9.1-r727
No coreboot table found.
Found chipset "AMD CS5536_2", enabling flash write... OK.
This chipset supports the following protocols: Non-SPI.
Calibrating delay loop... OK.
Found chip "SST SST49LF020A" (256 KB, LPC) at physical address 0xfffc0000.
===
This flash part has status UNTESTED for operations: PROBE READ ERASE WRITE
Please email a report to [email protected] if any of the above operations
work correctly for you with this flash part. Please include the flashrom
output with the additional -V option for all operations you tested (-V, -rV,
-wV, -EV), and mention which mainboard you tested. Thanks for your help!
===
No operations were specified.
n...@debian:~/flashrom$
Nils
Index: chipset_enable.c
===================================================================
--- chipset_enable.c (revision 727)
+++ chipset_enable.c (working copy)
@@ -972,6 +972,7 @@
{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_2", 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},
_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom