Add AMD-768 chipset support.

Signed-off-by: Sven Schnelle <svens@stackframe.org>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3849 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Sven Schnelle 2009-01-07 12:15:46 +00:00 committed by Uwe Hermann
parent c84ce73ab8
commit f58691ffb6
1 changed files with 1 additions and 0 deletions

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)