<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Hi Rudolf, <br>
</p>
<p><br>
</p>
<p>thanks for your answer. <br>
</p>
<p>I checked the output and it seems like the CPU is detected correct by coreboot
<br>
</p>
<p></p>
<div><br>
</div>
<div><span style="font-family: Consolas,Courier,monospace;">CPU_CLUSTER: 0 init ...
</span><br>
<span style="font-family: Consolas,Courier,monospace;">start_eip=0x00001000, code_size=0x00000031
</span><br>
<span style="font-family: Consolas,Courier,monospace;">Initializing CPU #0 </span>
<br>
<span style="font-family: Consolas,Courier,monospace;">CPU: vendor AMD device fc0
</span><br>
<span style="font-family: Consolas,Courier,monospace;">CPU: family 0f, model 0c, stepping 00
</span><br>
<span style="font-family: Consolas,Courier,monospace;">Enabling cache </span><br>
<span style="font-family: Consolas,Courier,monospace;">CPU ID 0x80000001: fc0 </span>
<br>
<span style="font-family: Consolas,Courier,monospace;">MTRR: Physical address space:</span></div>
<p></p>
<p><br>
</p>
<p>But I have also seen that <span>CONFIG_K8_REV_F_SUPPORT</span> is not set in .config
<br>
</p>
<p>Do I need to set it? and where ? <span>src/mainboard/asus/k8v-x/Kconfig?</span></p>
<p><span><br>
</span></p>
<p><span>I copied my coreboot.output to <a href="https://pastebin.com/raw/yFM1qXxq" class="OWAAutoLink" id="LPlnk796742" previewremoved="true">
https://pastebin.com/raw/yFM1qXxq</a><br>
</span></p>
<p><span>and my .config to <a href="https://pastebin.com/raw/KH69Vhzg" class="OWAAutoLink" id="LPlnk740474" previewremoved="true">
https://pastebin.com/raw/KH69Vhzg</a> maybe you can see more than me.</span></p>
<p><span><br>
</span></p>
<p><span>Thanks, <br>
</span></p>
<p><span>Michael<br>
</span></p>
<p><span></span><br>
</p>
<p><br>
</p>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<div>
<hr style="display:inline-block; width:98%" tabindex="-1">
<div id="x_divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" color="#000000" face="Calibri, sans-serif"><b>Von:</b> Rudolf Marek <r.marek@assembler.cz><br>
<b>Gesendet:</b> Mittwoch, 16. August 2017 08:41<br>
<b>An:</b> coreboot@coreboot.org; michael.graichen@hotmail.com<br>
<b>Betreff:</b> Re: [coreboot] Howto enable AMD Cool'n'Quiet support</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Hi,<br>
<br>
> I checked coreboot.rom-file and my vendor BIOS for that but can't find it.<br>
<br>
The coreboot provides the _PSS ACPI objects and not that PSB table. I guess you <br>
miss the _PSS objects for some reason.<br>
<br>
> Did I miss to enable something in make menuconfig? Can someone give me a hint <br>
> how to find the missing blob.<br>
<br>
If your CPU is pre rev F family 0xf, the _PSS object is generated using a <br>
hardcoded table. Perhaps your CPU is missing there. See powernow_acpi.c<br>
coreboot should also complain if the CPU is missing there:<br>
<br>
"Unknown CPU, please update the powernow_acpi.c"<br>
<br>
Thanks<br>
Rudolf<br>
<br>
</div>
</span></font></div>
</div>
</body>
</html>