diff options
author | Rudolf Marek <r.marek@assembler.cz> | 2009-02-14 15:40:23 +0000 |
---|---|---|
committer | Rudolf Marek <r.marek@assembler.cz> | 2009-02-14 15:40:23 +0000 |
commit | f997b5554acd2c3ddcc9080b78a834853e59c783 (patch) | |
tree | 07cc8a4b9cb8c10d1613870fab1c5fade633e677 /src/cpu | |
parent | 66948f7e8c3e2e89c5fd8a7b0b4c7bc112553aa0 (diff) | |
download | coreboot-f997b5554acd2c3ddcc9080b78a834853e59c783.tar.xz |
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')
-rw-r--r-- | src/cpu/amd/model_fxx/Config.lb | 1 |
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 60463e3e62..550716bc38 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 |