<p>Marshall Dawson has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21334">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">amd/stoneyridge: Add UMA settings to chip.h<br><br>Add three settings for the UMA configuration to correspond with<br>definitions in AGESA.h.<br> * UMA off, Auto, or size specified<br> * Size (if specified above)<br> * Legacy vs. non-legacy<br><br>BUG=b:64927639<br><br>Change-Id: I38b6603f365fdc1f1f615794365476f749e58be7<br>Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com><br>---<br>M src/soc/amd/stoneyridge/chip.h<br>1 file changed, 8 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/34/21334/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/soc/amd/stoneyridge/chip.h b/src/soc/amd/stoneyridge/chip.h<br>index cd3bc74..c0c864a 100644<br>--- a/src/soc/amd/stoneyridge/chip.h<br>+++ b/src/soc/amd/stoneyridge/chip.h<br>@@ -19,6 +19,14 @@<br> #include <stdint.h><br> <br> struct soc_amd_stoneyridge_config {<br>+    u32 uma_mode;<br>+                #define UMAMODE_NONE 0<br>+               #define UMAMODE_SPECIFIED 1<br>+          #define UMAMODE_AUTO 2<br>+       u32 uma_type;<br>+                #define UMATYPE_LEGACY 0<br>+             #define UMATYPE_NONLEGACY 1<br>+  u32 uma_size; /* size in units of 64KB, N/A for none and auto */<br>      u8 spdAddrLookup[1][1][2];<br>    u32 ide0_enable : 1;<br>  u32 sata0_enable : 1;<br></pre><p>To view, visit <a href="https://review.coreboot.org/21334">change 21334</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/21334"/><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: I38b6603f365fdc1f1f615794365476f749e58be7 </div>
<div style="display:none"> Gerrit-Change-Number: 21334 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Marshall Dawson <marshalldawson3rd@gmail.com> </div>