During an intensive IRC session about two weeks ago I got all the help I needed to patch in support for this fairly rare thin client motherboard that I happen to own. I've tested reading, writing and verifying and everything seem to work, so I'm submitting the patch.
Also attaching lspci and superiotool output as requested.
Regards, Daniel
Am Sonntag, den 21.03.2010, 00:50 +0100 schrieb Daniel Brandt:
{0x1106, 0x3123, 0x1106, 0x3123, 0x1106, 0x3059, 0x1106, 0x4161, [...], w836xx_memw_enable_4e},
The audio chip ID (1106/3059/1106/4161) will clash with the ASRock K7VT2 (see your lspci dump and http://www.flashrom.org/pipermail/flashrom/2009-November/000924.html ) But fate is nice to us: The ASRock board doesn't have CLE266 integrated graphics and thus a different north bridge, so your match does not apply. The ASRock board has a Winbond SuperI/O at 0x2E, so it definitely is not just relabeled.
Acked-by: Michael Karcher flashrom@mkarcher.dialup.fu-berlin.de
Am Sonntag, den 21.03.2010, 01:37 +0100 schrieb Michael Karcher:
Am Sonntag, den 21.03.2010, 00:50 +0100 schrieb Daniel Brandt:
{0x1106, 0x3123, 0x1106, 0x3123, 0x1106, 0x3059, 0x1106, 0x4161, [...], w836xx_memw_enable_4e},
The audio chip ID (1106/3059/1106/4161) will clash with the ASRock K7VT2 (see your lspci dump and http://www.flashrom.org/pipermail/flashrom/2009-November/000924.html ) But fate is nice to us: The ASRock board doesn't have CLE266 integrated graphics and thus a different north bridge, so your match does not apply. The ASRock board has a Winbond SuperI/O at 0x2E, so it definitely is not just relabeled.
Acked-by: Michael Karcher flashrom@mkarcher.dialup.fu-berlin.de
r962
Regards, Michael Karcher