<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21717">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mb/amd/gardenia: Remove direct AGESA header includes<br><br>All AGESA headers should be included only through agesawrapper.h<br><br>Change-Id: I3c9ae7a435fadabf577f1f65ad4a6aa6234e9a29<br>Signed-off-by: Martin Roth <martinroth@google.com><br>---<br>M src/mainboard/amd/gardenia/BiosCallOuts.c<br>M src/mainboard/amd/gardenia/OemCustomize.c<br>M src/mainboard/amd/gardenia/bootblock/BiosCallOuts.c<br>M src/mainboard/amd/gardenia/bootblock/OemCustomize.c<br>4 files changed, 2 insertions(+), 8 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/21717/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/amd/gardenia/BiosCallOuts.c b/src/mainboard/amd/gardenia/BiosCallOuts.c<br>index 1d06411..5a8eb19 100644<br>--- a/src/mainboard/amd/gardenia/BiosCallOuts.c<br>+++ b/src/mainboard/amd/gardenia/BiosCallOuts.c<br>@@ -13,9 +13,8 @@<br>  * GNU General Public License for more details.<br>  */<br> <br>-#include <AGESA.h><br>+#include <agesawrapper.h><br> #include <BiosCallOuts.h><br>-#include <FchPlatform.h><br> #include <soc/imc.h><br> #include <soc/southbridge.h><br> #include <stdlib.h><br>diff --git a/src/mainboard/amd/gardenia/OemCustomize.c b/src/mainboard/amd/gardenia/OemCustomize.c<br>index 8bd8e7c..1cee585 100644<br>--- a/src/mainboard/amd/gardenia/OemCustomize.c<br>+++ b/src/mainboard/amd/gardenia/OemCustomize.c<br>@@ -13,9 +13,7 @@<br>  * GNU General Public License for more details.<br>  */<br> <br>-#include <AGESA.h><br> #include <agesawrapper.h><br>-#include <PlatformMemoryConfiguration.h><br> <br> #define FILECODE PROC_GNB_PCIE_FAMILY_0X15_F15PCIECOMPLEXCONFIG_FILECODE<br> <br>diff --git a/src/mainboard/amd/gardenia/bootblock/BiosCallOuts.c b/src/mainboard/amd/gardenia/bootblock/BiosCallOuts.c<br>index b0a3e23..f084dfc 100644<br>--- a/src/mainboard/amd/gardenia/bootblock/BiosCallOuts.c<br>+++ b/src/mainboard/amd/gardenia/bootblock/BiosCallOuts.c<br>@@ -13,9 +13,8 @@<br>  * GNU General Public License for more details.<br>  */<br> <br>-#include <AGESA.h><br>+#include <agesawrapper.h><br> #include <BiosCallOuts.h><br>-#include <FchPlatform.h><br> #include <soc/southbridge.h><br> #include <stdlib.h><br> <br>diff --git a/src/mainboard/amd/gardenia/bootblock/OemCustomize.c b/src/mainboard/amd/gardenia/bootblock/OemCustomize.c<br>index 52148fd..8f61442 100644<br>--- a/src/mainboard/amd/gardenia/bootblock/OemCustomize.c<br>+++ b/src/mainboard/amd/gardenia/bootblock/OemCustomize.c<br>@@ -13,9 +13,7 @@<br>  * GNU General Public License for more details.<br>  */<br> <br>-#include <AGESA.h><br> #include <agesawrapper.h><br>-#include <PlatformMemoryConfiguration.h><br> <br> #define FILECODE PROC_GNB_PCIE_FAMILY_0X15_F15PCIECOMPLEXCONFIG_FILECODE<br> <br></pre><p>To view, visit <a href="https://review.coreboot.org/21717">change 21717</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/21717"/><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: I3c9ae7a435fadabf577f1f65ad4a6aa6234e9a29 </div>
<div style="display:none"> Gerrit-Change-Number: 21717 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>