1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 23:22:37 +02:00

List AMD SB850 as supported (it has the same PCI ID as SB700)

Success report at
http://flashrom.org/pipermail/flashrom/2011-March/006072.html

Corresponding to flashrom svn r1285.

Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Acked-by: Idwer Vollering <vidwer@gmail.com>
This commit is contained in:
Stefan Tauner 2011-04-02 11:47:21 +00:00 committed by Carl-Daniel Hailfinger
parent 12a04eb5d6
commit 7700051fee

View File

@ -1011,7 +1011,7 @@ const struct penable chipset_enables[] = {
{0x1022, 0x2090, OK, "AMD", "CS5536", enable_flash_cs5536}, {0x1022, 0x2090, OK, "AMD", "CS5536", enable_flash_cs5536},
{0x1022, 0x3000, OK, "AMD", "Elan SC520", get_flashbase_sc520}, {0x1022, 0x3000, OK, "AMD", "Elan SC520", get_flashbase_sc520},
{0x1002, 0x438D, OK, "AMD", "SB600", enable_flash_sb600}, {0x1002, 0x438D, OK, "AMD", "SB600", enable_flash_sb600},
{0x1002, 0x439d, OK, "AMD", "SB700/SB710/SB750", enable_flash_sb600}, {0x1002, 0x439d, OK, "AMD", "SB700/SB710/SB750/SB850", enable_flash_sb600},
{0x100b, 0x0510, NT, "AMD", "SC1100", enable_flash_sc1100}, {0x100b, 0x0510, NT, "AMD", "SC1100", enable_flash_sc1100},
{0x1002, 0x4377, OK, "ATI", "SB400", enable_flash_sb400}, {0x1002, 0x4377, OK, "ATI", "SB400", enable_flash_sb400},
{0x1166, 0x0200, OK, "Broadcom", "OSB4", enable_flash_osb4}, {0x1166, 0x0200, OK, "Broadcom", "OSB4", enable_flash_osb4},