[coreboot] [commit] r6386 - trunk/src/northbridge/amd

repository service svn at coreboot.org
Sun Feb 27 03:48:42 CET 2011


Author: stuge
Date: Sun Feb 27 03:48:41 2011
New Revision: 6386
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6386

Log:
Add 300 MHz and 500 MHz HT frequency limits

Needed to build successfully with Expert mode enabled.

Signed-off-by: Xavi Drudis Ferran <xdrudis at tinet.cat>
Acked-by: Peter Stuge <peter at stuge.se>

Modified:
   trunk/src/northbridge/amd/Kconfig

Modified: trunk/src/northbridge/amd/Kconfig
==============================================================================
--- trunk/src/northbridge/amd/Kconfig	Sun Feb 27 00:29:44 2011	(r6385)
+++ trunk/src/northbridge/amd/Kconfig	Sun Feb 27 03:48:41 2011	(r6386)
@@ -24,8 +24,12 @@
 
 config LIMIT_HT_SPEED_200
 	bool "Limit HT frequency to 200MHz"
+config LIMIT_HT_SPEED_300
+	bool "Limit HT frequency to 300MHz"
 config LIMIT_HT_SPEED_400
 	bool "Limit HT frequency to 400MHz"
+config LIMIT_HT_SPEED_500
+	bool "Limit HT frequency to 500MHz"
 config LIMIT_HT_SPEED_600
 	bool "Limit HT frequency to 600MHz"
 config LIMIT_HT_SPEED_800




More information about the coreboot mailing list