From d9b5d897d7f05d0ee8f9411628b757beea990b4b Mon Sep 17 00:00:00 2001 From: Oskar Enoksson Date: Sun, 2 Feb 2014 12:23:52 +0100 Subject: 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 Reviewed-on: http://review.coreboot.org/5095 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Rudolf Marek --- src/cpu/amd/model_fxx/powernow_acpi.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/cpu') 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}}}, -- cgit v1.2.3