On Mon, 16 Jul 2012 13:57:36 +0200 Stefan Tauner <[email protected]> wrote:
> Above all we need to work on the support for the VIA chipset (VT8251), > but IBM won't be able to help us with that. I have no news regarding > that. Hello again, i have a patch for you to test. It tries to add support for the VT8251 by using the code for similar VIA chipsets. We are pretty confident that it will work although we could not verify it against a datasheet (yet). The Renesas chip might still be a problem, but we hopefully be able to take one step forward. Please apply the attached patch to the current subversion head and send us the output of flashrom -V -p internal:laptop=this_is_not_a_laptop and if that finds a chip also the output of flashrom -V -p internal:laptop=this_is_not_a_laptop -r testfile.bin Please don't try to write or erase yet! -- Kind regards/Mit freundlichen Grüßen, Stefan Tauner
>From 1957a458e59fc47696bea07e10bb3a8da6f649a1 Mon Sep 17 00:00:00 2001 From: Stefan Tauner <[email protected]> Date: Mon, 16 Jul 2012 20:19:21 +0200 Subject: [PATCH] Add support for VIA VT8251. Untested and just a guess... Signed-off-by: Stefan Tauner <[email protected]> --- chipset_enable.c | 1 + 1 file changed, 1 insertion(+) diff --git a/chipset_enable.c b/chipset_enable.c index 5cfcd1b..0e9c825 100644 --- a/chipset_enable.c +++ b/chipset_enable.c @@ -1267,6 +1267,7 @@ const struct penable chipset_enables[] = { {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, 0x3287, NT, "VIA", "VT8251", enable_flash_vt823x}, {0x1106, 0x8231, NT, "VIA", "VT8231", enable_flash_vt823x}, {0x1106, 0x8324, OK, "VIA", "CX700", enable_flash_vt823x}, {0x1106, 0x8353, OK, "VIA", "VX800/VX820", enable_flash_vt8237s_spi}, -- Kind regards, Stefan Tauner
_______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
