<p>Subrata Banik has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/23823">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">device: Include devicetree in SMM stage<br><br>Allow bootblock to get access to the entire static device tree<br>as other stages can access independently.<br><br>TEST=SMM code now can access devicetree.cb variables.<br><br>Change-Id: I59537c16f0a459e48d8b1efb5c1b196302f13381<br>Signed-off-by: Subrata Banik <subrata.banik@intel.com><br>---<br>M Makefile.inc<br>M src/device/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/23/23823/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/Makefile.inc b/Makefile.inc</span><br><span>index be658ef..b11f6e2 100644</span><br><span>--- a/Makefile.inc</span><br><span>+++ b/Makefile.inc</span><br><span>@@ -550,6 +550,7 @@</span><br><span> verstage-y+=$(DEVICETREE_STATIC_C)</span><br><span> bootblock-y+=$(DEVICETREE_STATIC_C)</span><br><span> postcar-y+=$(DEVICETREE_STATIC_C)</span><br><span style="color: hsl(120, 100%, 40%);">+smm-y+=$(DEVICETREE_STATIC_C)</span><br><span> </span><br><span> #######################################################################</span><br><span> # Clean up rules</span><br><span>diff --git a/src/device/Makefile.inc b/src/device/Makefile.inc</span><br><span>index a1d5920..af5e7a9 100644</span><br><span>--- a/src/device/Makefile.inc</span><br><span>+++ b/src/device/Makefile.inc</span><br><span>@@ -22,6 +22,7 @@</span><br><span> </span><br><span> bootblock-y += device_simple.c</span><br><span> postcar-y += device_simple.c</span><br><span style="color: hsl(120, 100%, 40%);">+smm-y += device_simple.c</span><br><span> verstage-y += device_simple.c</span><br><span> romstage-y += device_simple.c</span><br><span> romstage-$(CONFIG_PCI) += pci_early.c</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/23823">change 23823</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/23823"/><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: I59537c16f0a459e48d8b1efb5c1b196302f13381 </div>
<div style="display:none"> Gerrit-Change-Number: 23823 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Subrata Banik <subrata.banik@intel.com> </div>