<p>Marshall Dawson has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22244">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">amd/stoneyridge: Add definitions for various NB registers<br><br>Add #define values for the first MMIO base/limit, the first I/O<br>base/limit, and VGA enable registers.<br><br>Change-Id: I2c209224d356cf3f83a0ddb37974831611a89760<br>Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com><br>---<br>M src/soc/amd/stoneyridge/include/soc/northbridge.h<br>1 file changed, 11 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/44/22244/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/soc/amd/stoneyridge/include/soc/northbridge.h b/src/soc/amd/stoneyridge/include/soc/northbridge.h<br>index 45c67c2..9113878 100644<br>--- a/src/soc/amd/stoneyridge/include/soc/northbridge.h<br>+++ b/src/soc/amd/stoneyridge/include/soc/northbridge.h<br>@@ -26,9 +26,20 @@<br> # define CPU_CNT_MASK               0x1f /*  CpuCnt + 1 = no. CPUs */<br> <br> /* D18F1 - Address Map Registers */<br>+#define D18F1_MMIO_BASE0_LO        0x80<br>+# define MMIO_WE         (1 << 1)<br>+# define MMIO_RE               (1 << 0)<br>+#define D18F1_MMIO_LIMIT0_LO   0x84<br>+# define MMIO_NP         (1 << 7)<br>+#define D18F1_IO_BASE0         0xc0<br>+# define IO_WE                   (1 << 1)<br>+# define IO_RE                 (1 << 0)<br>+#define D18F1_IO_LIMIT0                0xc4<br> #define D18F1_DRAM_HOLE          0xf0<br> # define DRAM_HOIST_VALID        (1 << 1)<br> # define DRAM_HOLE_VALID       (1 << 0)<br>+#define D18F1_VGAEN            0xf4<br>+# define VGA_ADDR_ENABLE (1 << 0)<br> <br> enum {<br>    /* SMM handler area. */<br></pre><p>To view, visit <a href="https://review.coreboot.org/22244">change 22244</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/22244"/><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: I2c209224d356cf3f83a0ddb37974831611a89760 </div>
<div style="display:none"> Gerrit-Change-Number: 22244 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Marshall Dawson <marshalldawson3rd@gmail.com> </div>