aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/cs5536
diff options
context:
space:
mode:
authorEdwin Beasant <edwin_beasant@virtensys.com>2010-01-27 19:20:29 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-01-27 19:20:29 +0000
commit4355beb893d4f7c8e9cac0c1e972e05229d63418 (patch)
treea3cb24b00ea2a325097e14251452271e9707b1bb /src/southbridge/amd/cs5536
parent87d0c542b64c417971e375dc762e80298b8c6dc6 (diff)
Add the MSR writes that are needed to provide VGA legacy routing for the Geode LX
Add appropriate Kconfig defines to provide 8mb of VGA ram allocation Add the Kconfig defines to cover TSC calibration from TIMER2 and UDELAY setup Two small warning removals about excessive prototyping. Signed-off-by: Edwin Beasant <edwin_beasant@virtensys.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5059 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd/cs5536')
-rw-r--r--src/southbridge/amd/cs5536/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/southbridge/amd/cs5536/Kconfig b/src/southbridge/amd/cs5536/Kconfig
index 1e0c3126d3..9835e608df 100644
--- a/src/southbridge/amd/cs5536/Kconfig
+++ b/src/southbridge/amd/cs5536/Kconfig
@@ -20,3 +20,12 @@
config SOUTHBRIDGE_AMD_CS5536
bool
+select TSC_X86RDTSC_CALIBRATE_WITH_TIMER2
+
+config UDELAY_TSC
+ bool
+ default y
+ depends on SOUTHBRIDGE_AMD_CS5536
+
+
+