<p>Marc Jones has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21979">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">google/kahlee: Add AGESA_DO_RESET in bootblock<br><br>Support the irequired AGESA_DO_RESET in bootblock.<br><br>BUG=b:64719937<br>BRANCH=none<br>TEST=Check AGESA reset request in booblock does a reset in the serial<br>console or ec console.<br><br>Change-Id: I462a1f81b8d209c15417946a314f2bfb9b226e4d<br>Signed-off-by: Marc Jones <marcj303@gmail.com><br>---<br>M src/drivers/amd/agesa/def_callouts.c<br>M src/mainboard/google/kahlee/bootblock/BiosCallOuts.c<br>2 files changed, 2 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/79/21979/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/drivers/amd/agesa/def_callouts.c b/src/drivers/amd/agesa/def_callouts.c<br>index 21530a1..639b3ec 100644<br>--- a/src/drivers/amd/agesa/def_callouts.c<br>+++ b/src/drivers/amd/agesa/def_callouts.c<br>@@ -88,7 +88,7 @@<br> <br>         ResetType = Data;<br>     StdHeader = ConfigPtr;<br>-<br>+printk(BIOS_DEBUG, "drivers/agesa %s\n", __func__);<br>     //<br>    // Perform the RESET based upon the ResetType. In case of<br>     // WARM_RESET_WHENVER and COLD_RESET_WHENEVER, the request will go to<br>diff --git a/src/mainboard/google/kahlee/bootblock/BiosCallOuts.c b/src/mainboard/google/kahlee/bootblock/BiosCallOuts.c<br>index 4dce042..42cc758 100644<br>--- a/src/mainboard/google/kahlee/bootblock/BiosCallOuts.c<br>+++ b/src/mainboard/google/kahlee/bootblock/BiosCallOuts.c<br>@@ -39,6 +39,7 @@<br> }<br> <br> const BIOS_CALLOUT_STRUCT BiosCallouts[] = {<br>+      {AGESA_DO_RESET,                 agesa_Reset },<br>       {AGESA_FCH_OEM_CALLOUT,          fch_initreset },<br>     {AGESA_GNB_PCIE_SLOT_RESET,      agesa_PcieSlotResetControl }<br> };<br></pre><p>To view, visit <a href="https://review.coreboot.org/21979">change 21979</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/21979"/><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: I462a1f81b8d209c15417946a314f2bfb9b226e4d </div>
<div style="display:none"> Gerrit-Change-Number: 21979 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Marc Jones <marc@marcjonesconsulting.com> </div>