Commit b5d677b5 authored by Sven Schnelle's avatar Sven Schnelle Committed by Uwe Hermann
Browse files

Add AMD-768 chipset support


Corresponding to flashrom svn r372 and coreboot v2 svn r3849.
Signed-off-by: default avatarSven Schnelle <svens@stackframe.org>
Acked-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
parent ed2352b3
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment