summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd/model_fxx
diff options
context:
space:
mode:
authorRudolf Marek <r.marek@assembler.cz>2009-02-14 15:40:23 +0000
committerRudolf Marek <r.marek@assembler.cz>2009-02-14 15:40:23 +0000
commitf997b5554acd2c3ddcc9080b78a834853e59c783 (patch)
tree07cc8a4b9cb8c10d1613870fab1c5fade633e677 /src/cpu/amd/model_fxx
parent66948f7e8c3e2e89c5fd8a7b0b4c7bc112553aa0 (diff)
downloadcoreboot-staging-f997b5554acd2c3ddcc9080b78a834853e59c783.zip
coreboot-staging-f997b5554acd2c3ddcc9080b78a834853e59c783.tar.gz
Following patch adds dynamically generated P-States infrastructure as well as
M2V-MX SE as example how to do that. It is based on AMD code and mine code for ACPI generation. Signed-off-by: Rudolf Marek <r.marek@assembler.cz> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3946 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/amd/model_fxx')
-rw-r--r--src/cpu/amd/model_fxx/Config.lb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/amd/model_fxx/Config.lb b/src/cpu/amd/model_fxx/Config.lb
index 60463e3..550716b 100644
--- a/src/cpu/amd/model_fxx/Config.lb
+++ b/src/cpu/amd/model_fxx/Config.lb
@@ -20,3 +20,4 @@ driver model_fxx_init.o
object apic_timer.o
object model_fxx_update_microcode.o
object processor_name.o
+object powernow_acpi.o
OpenPOWER on IntegriCloud