<p>Marshall Dawson has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22242">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">amd/stoneyridge: Add denition for HPET to southbridge<br><br>Add #define values for the HPET device.  In Stoney Ridge, the base<br>address is fixed and cannot be relocated.<br><br>Change-Id: Id36fd9ecc90d54a92144f2cca7cec6d84abfdabd<br>Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com><br>---<br>M src/soc/amd/stoneyridge/include/soc/southbridge.h<br>1 file changed, 5 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/42/22242/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/soc/amd/stoneyridge/include/soc/southbridge.h b/src/soc/amd/stoneyridge/include/soc/southbridge.h<br>index 55ded9f..78a4038a 100644<br>--- a/src/soc/amd/stoneyridge/include/soc/southbridge.h<br>+++ b/src/soc/amd/stoneyridge/include/soc/southbridge.h<br>@@ -25,6 +25,11 @@<br> <br> #define IO_APIC2_ADDR                 0xfec20000<br> <br>+#if IS_ENABLED(CONFIG_HPET_ADDRESS_OVERRIDE)<br>+#error HPET address override is not allowed and must be fixed at 0xfed00000<br>+#endif<br>+#define HPET_BASE_ADDRESS         0xfed00000<br>+<br> /* Offsets from ACPI_MMIO_BASE */<br> #define APU_SMI_BASE                        0xfed80200<br> <br></pre><p>To view, visit <a href="https://review.coreboot.org/22242">change 22242</a>. To unsubscribe, 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/22242"/><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: Id36fd9ecc90d54a92144f2cca7cec6d84abfdabd </div>
<div style="display:none"> Gerrit-Change-Number: 22242 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Marshall Dawson <marshalldawson3rd@gmail.com> </div>