aboutsummaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
authorOskar Enoksson <enok@lysator.liu.se>2014-02-02 12:23:52 +0100
committerRudolf Marek <r.marek@assembler.cz>2014-02-03 22:24:17 +0100
commitd9b5d897d7f05d0ee8f9411628b757beea990b4b (patch)
tree15a52d7ad6b83ad9442bc9ecb37ab09f891db892 /src/cpu
parentbc06691a3bcb799954074bbff8846db5fd31afe6 (diff)
cpu/amd/model_fxx: Add coolnquiet for two new (old) AMD K8 models
The added CPU's are OSA248CEP5AU and a OSP280 processors. The OSP280 VID/FID numbers have been found by experimentation and extrapolation/guesses from similar models. It has been verified to work fine under Linux (OpenSuse 12.2, kernel 3.4.63-2.44) with four different test-processors. Windows is untested. Change-Id: I3afa1cba5f55c8a78917b3636382af7706a80fee Signed-off-by: Oskar Enoksson <enok@lysator.liu.se> Reviewed-on: http://review.coreboot.org/5095 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Rudolf Marek <r.marek@assembler.cz>
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/amd/model_fxx/powernow_acpi.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cpu/amd/model_fxx/powernow_acpi.c b/src/cpu/amd/model_fxx/powernow_acpi.c
index 02e03069f1..ab7497aacd 100644
--- a/src/cpu/amd/model_fxx/powernow_acpi.c
+++ b/src/cpu/amd/model_fxx/powernow_acpi.c
@@ -478,6 +478,10 @@ struct cpuentry entr[] = {
{850, 0x14, 0x20f51, 0x10, 0x10, 853,
{{2200, 1350, 853}, {2000, 1300, 827},
{1800, 1250, 702}, {1000, 1100, 301}}},
+ /* OSA248CEP5AU */
+ {248, 0x10, 0x00f5a, 0xe, 0xe, 890,
+ {{2000, 1400, 700}, {1800, 1300, 470},
+ {1000, 1200, 280}}},
/* begin OSK246FAA5BL */
{246, 0x12, 0x20f51, 0xc, 0xc, 547,
{{1800, 1350, 461}, {1000, 1100, 223}}},
@@ -561,6 +565,10 @@ struct cpuentry entr[] = {
{180, 0x2c, 0x20f32, 0x10, 0x10, 1100,
{{2200, 1300, 1056}, {2000, 1250, 891},
{1800, 1200, 748}, {1000, 1100, 466}}},
+ /* OSP280 */
+ {280, 0x31, 0x20f12, 0x10, 0x10, 680,
+ {{2200, 1250, 650}, {2000, 1200, 574},
+ {1800, 1150, 433}, {1000, 1100, 220}}},
/* AMA3000BEX5AR */
{3000, 0x4, 0xf4a, 0xa, 0x0, 815,
{{1600, 1400, 570}, {800, 1100, 190}}},