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>
This commit is contained in:
parent
bc06691a3b
commit
d9b5d897d7
|
@ -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}}},
|
||||
|
|
Loading…
Reference in New Issue