Commit 3e0774dc authored by Uwe Hermann's avatar Uwe Hermann
Browse files

Add chipset support for VIA VT82C596 by adding a PCI ID


This is successfully tested by me on the Elitegroup P6VAP-A+ board.

Corresponding to flashrom svn r732.
Signed-off-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
Acked-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
parent a06287c9
......@@ -1046,6 +1046,7 @@ const struct penable chipset_enables[] = {
{0x1106, 0x3337, OK, "VIA", "VT8237A", enable_flash_vt823x},
{0x1106, 0x3372, OK, "VIA", "VT8237S", enable_flash_vt8237s_spi},
{0x1106, 0x8353, OK, "VIA", "VX800", enable_flash_vt8237s_spi},
{0x1106, 0x0596, OK, "VIA", "VT82C596", enable_flash_amd8111},
{0x1106, 0x0586, OK, "VIA", "VT82C586A/B", enable_flash_amd8111},
{0x1106, 0x0686, NT, "VIA", "VT82C686A/B", enable_flash_amd8111},
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment