mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-29 07:53:44 +02:00
Add AMD-768 chipset support
Corresponding to flashrom svn r372 and coreboot v2 svn r3849. Signed-off-by: Sven Schnelle <svens@stackframe.org> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
parent
ed2352b3b6
commit
b5d677b5e3
@ -938,6 +938,7 @@ static const FLASH_ENABLE enables[] = {
|
|||||||
{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},
|
||||||
{0x1022, 0x3000, "AMD Elan SC520", get_flashbase_sc520},
|
{0x1022, 0x3000, "AMD Elan SC520", get_flashbase_sc520},
|
||||||
|
{0x1022, 0x7440, "AMD AMD-768", enable_flash_amd8111},
|
||||||
};
|
};
|
||||||
|
|
||||||
void print_supported_chipsets(void)
|
void print_supported_chipsets(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user