mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-28 23:43:42 +02:00
Adding support for flashing system with Nvidia MCP67
Corresponding to flashrom svn r298 and coreboot v2 svn r3414. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de>
This commit is contained in:
parent
57890c1e06
commit
7f27464c8a
@ -750,6 +750,7 @@ static const FLASH_ENABLE enables[] = {
|
|||||||
{0x10de, 0x0365, "NVIDIA MCP55", enable_flash_mcp55}, /* LPC */
|
{0x10de, 0x0365, "NVIDIA MCP55", enable_flash_mcp55}, /* LPC */
|
||||||
{0x10de, 0x0366, "NVIDIA MCP55", enable_flash_mcp55}, /* LPC */
|
{0x10de, 0x0366, "NVIDIA MCP55", enable_flash_mcp55}, /* LPC */
|
||||||
{0x10de, 0x0367, "NVIDIA MCP55", enable_flash_mcp55}, /* Pro */
|
{0x10de, 0x0367, "NVIDIA MCP55", enable_flash_mcp55}, /* Pro */
|
||||||
|
{0x10de, 0x0548, "NVIDIA MCP67", enable_flash_mcp55},
|
||||||
{0x1002, 0x4377, "ATI SB400", enable_flash_sb400},
|
{0x1002, 0x4377, "ATI SB400", enable_flash_sb400},
|
||||||
{0x1166, 0x0205, "Broadcom HT-1000", enable_flash_ht1000},
|
{0x1166, 0x0205, "Broadcom HT-1000", enable_flash_ht1000},
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user