<p>Marshall Dawson has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21500">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">cpu/amd/amdfam15: Add misc. SMM definitions<br><br>Add a #define for TSEG as well as some register field definitions.<br><br>Change-Id: Iad702bbdb459a09f9fef60d8280bb2684e365f4b<br>Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com><br>---<br>M src/include/cpu/amd/amdfam15.h<br>1 file changed, 4 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/00/21500/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/include/cpu/amd/amdfam15.h b/src/include/cpu/amd/amdfam15.h<br>index 37fbc49..aac8e9b 100644<br>--- a/src/include/cpu/amd/amdfam15.h<br>+++ b/src/include/cpu/amd/amdfam15.h<br>@@ -20,8 +20,12 @@<br> <br> #define MCI_STATUS                 0x00000401<br> #define MSR_SMM_BASE                       0xC0010111<br>+#define MSR_TSEG_BASE                      0xC0010112<br> #define MSR_SMM_MASK                       0xC0010113<br>+# define SMM_TSEG_VALID                    (1 << 1)<br>+# define SMM_TSEG_WB                   (6 << 12)<br> #define HWCR_MSR                      0xC0010015<br>+# define SMM_LOCK                  (1 << 0)<br> #define NB_CFG_MSR                     0xC001001f<br> <br> #define PSTATE_0_MSR                    0xC0010064<br></pre><p>To view, visit <a href="https://review.coreboot.org/21500">change 21500</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/21500"/><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: Iad702bbdb459a09f9fef60d8280bb2684e365f4b </div>
<div style="display:none"> Gerrit-Change-Number: 21500 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Marshall Dawson <marshalldawson3rd@gmail.com> </div>