[LinuxBIOS] [PATCH] flashrom: Support for MCP55 and SST49LFXXXC chips

Add support for the SST-49LF004C, SST-49LF008C, SST-49LF016C in flashrom. Also add suport for NVIDIA MCP55. Signed-off-by: Yinghai Lu <yinghai.lu@amd.com> Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> --- I tried to extract only the relevant changes out of Yinghai's code. Please review (especially check whether I forgot some code) and test whether it works. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org

Add support for the SST-49LF004C, SST-49LF008C, SST-49LF016C in flashrom. Also add suport for NVIDIA MCP55. Signed-off-by: Yinghai Lu <yinghai.lu@amd.com> Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Peter Stuge <peter@stuge.se>

Hi Uwe, Uwe Hermann wrote:
Add support for the SST-49LF004C, SST-49LF008C, SST-49LF016C in flashrom. Also add suport for NVIDIA MCP55.
I tried to extract only the relevant changes out of Yinghai's code. Please review (especially check whether I forgot some code) and test whether it works.
--- util/flashrom/flash_enable.c (Revision 2536) +++ util/flashrom/flash_enable.c (Arbeitskopie) @@ -432,9 +472,13 @@
{0x10de, 0x0260, "NVidia MCP51", enable_flash_ck804}, {0x10de, 0x0261, "NVidia MCP51", enable_flash_ck804}, + // {0x10de, 0x0261, "NVIDIA C51", enable_flash_ck804}, // YHLU {0x10de, 0x0262, "NVidia MCP51", enable_flash_ck804}, {0x10de, 0x0263, "NVidia MCP51", enable_flash_ck804},
Why did you comment out this PCI ID combination? Regards, Carl-Daniel -- http://www.hailfinger.org/
participants (3)
-
Carl-Daniel Hailfinger
-
Peter Stuge
-
Uwe Hermann