[coreboot] r3849 - trunk/util/flashrom

svn at coreboot.org svn at coreboot.org
Wed Jan 7 13:15:46 CET 2009


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 <svens at stackframe.org>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



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)





More information about the coreboot mailing list