Author: uwe
Date: 2009-01-07 13:15:46 +0100 (Wed, 07 Jan 2009)
New Revision: 3849

Modified:
   trunk/util/flashrom/chipset_enable.c
Log:
Add AMD-768 chipset support.

Signed-off-by: Sven Schnelle <[email protected]>
Acked-by: Uwe Hermann <[email protected]>



Modified: trunk/util/flashrom/chipset_enable.c
===================================================================
--- trunk/util/flashrom/chipset_enable.c        2009-01-07 12:11:13 UTC (rev 
3848)
+++ trunk/util/flashrom/chipset_enable.c        2009-01-07 12:15:46 UTC (rev 
3849)
@@ -938,6 +938,7 @@
        {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)


--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to