<p>Michael van der Westhuizen has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/28526">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">qemu-q35: Use the TSC for udelay<br><br>Use the TSC for delays on q35, ensuring that the TSC delay code is<br>included in the correct stages when selected.<br><br>Tested on qemu-35 and wedge-100s (for no regressions).<br><br>Change-Id: I3f8368509807974bfcf2a0fcff7a4aa21adf47ed<br>Signed-off-by: Michael van der Westhuizen <rmikey@fb.com><br>---<br>M src/cpu/qemu-x86/Kconfig<br>M src/cpu/qemu-x86/Makefile.inc<br>2 files changed, 2 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/28526/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/cpu/qemu-x86/Kconfig b/src/cpu/qemu-x86/Kconfig</span><br><span>index ea2bc46..ab8e1a9 100644</span><br><span>--- a/src/cpu/qemu-x86/Kconfig</span><br><span>+++ b/src/cpu/qemu-x86/Kconfig</span><br><span>@@ -20,3 +20,4 @@</span><br><span>     select ARCH_ROMSTAGE_X86_32</span><br><span>  select ARCH_RAMSTAGE_X86_32</span><br><span>  select SMP</span><br><span style="color: hsl(120, 100%, 40%);">+    select UDELAY_TSC</span><br><span>diff --git a/src/cpu/qemu-x86/Makefile.inc b/src/cpu/qemu-x86/Makefile.inc</span><br><span>index b5f8369..288eea6 100644</span><br><span>--- a/src/cpu/qemu-x86/Makefile.inc</span><br><span>+++ b/src/cpu/qemu-x86/Makefile.inc</span><br><span>@@ -16,3 +16,4 @@</span><br><span> subdirs-y += ../x86/mtrr</span><br><span> subdirs-y += ../x86/lapic</span><br><span> subdirs-y += ../x86/smm</span><br><span style="color: hsl(120, 100%, 40%);">+subdirs-y += ../x86/tsc</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/28526">change 28526</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/28526"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I3f8368509807974bfcf2a0fcff7a4aa21adf47ed </div>
<div style="display:none"> Gerrit-Change-Number: 28526 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Michael van der Westhuizen (1002100) </div>