1
0
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:
Sven Schnelle 2009-01-07 12:15:46 +00:00 committed by Uwe Hermann
parent ed2352b3b6
commit b5d677b5e3

View File

@ -938,6 +938,7 @@ static const FLASH_ENABLE enables[] = {
{0x1002, 0x4377, "ATI SB400", enable_flash_sb400},
{0x1166, 0x0205, "Broadcom HT-1000", enable_flash_ht1000},
{0x1022, 0x3000, "AMD Elan SC520", get_flashbase_sc520},
{0x1022, 0x7440, "AMD AMD-768", enable_flash_amd8111},
};
void print_supported_chipsets(void)