mirror of
https://review.coreboot.org/flashrom.git
synced 2025-08-16 03:44:41 +02:00
Add AMD Hudson chipset-enable
AMD Hudson has different vendor/device IDs than AMD SBx00, handle that properly. Corresponding to flashrom svn r1422. Signed-off-by: Wang Qing Pei <wangqingpei@gmail.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:

committed by
Uwe Hermann

parent
09ebd52e01
commit
6e9e2ee2f4
@@ -1058,6 +1058,7 @@ const struct penable chipset_enables[] = {
|
||||
{0x1022, 0x3000, OK, "AMD", "Elan SC520", get_flashbase_sc520},
|
||||
{0x1022, 0x7440, OK, "AMD", "AMD-768", enable_flash_amd8111},
|
||||
{0x1022, 0x7468, OK, "AMD", "AMD8111", enable_flash_amd8111},
|
||||
{0x1022, 0x780e, OK, "AMD", "Hudson", enable_flash_sb600},
|
||||
{0x1039, 0x0406, NT, "SiS", "501/5101/5501", enable_flash_sis501},
|
||||
{0x1039, 0x0496, NT, "SiS", "85C496+497", enable_flash_sis85c496},
|
||||
{0x1039, 0x0530, NT, "SiS", "530", enable_flash_sis530},
|
||||
|
Reference in New Issue
Block a user