diff options
author | Martin Roth <martinroth@google.com> | 2017-09-26 15:47:09 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-11-14 21:00:38 +0000 |
commit | 4cd93b3b7ff458a53634d71f36d0039b5d3c5520 (patch) | |
tree | 2d74c4cf8b217ecb27517fd503482c30902f9a04 /src | |
parent | 78b05dfbb26320f4c875e7cd5bcbeb95b2b9d64a (diff) |
mb/amd/gardenia: Remove direct AGESA header includes
All AGESA headers should be included only through agesawrapper.h
BUG=b:66818758
TEST=Build gardenia
Change-Id: I3c9ae7a435fadabf577f1f65ad4a6aa6234e9a29
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/21717
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/amd/gardenia/BiosCallOuts.c | 3 | ||||
-rw-r--r-- | src/mainboard/amd/gardenia/OemCustomize.c | 2 | ||||
-rw-r--r-- | src/mainboard/amd/gardenia/bootblock/BiosCallOuts.c | 3 | ||||
-rw-r--r-- | src/mainboard/amd/gardenia/bootblock/OemCustomize.c | 2 |
4 files changed, 2 insertions, 8 deletions
diff --git a/src/mainboard/amd/gardenia/BiosCallOuts.c b/src/mainboard/amd/gardenia/BiosCallOuts.c index e1e5437da7..398fadbf09 100644 --- a/src/mainboard/amd/gardenia/BiosCallOuts.c +++ b/src/mainboard/amd/gardenia/BiosCallOuts.c @@ -13,9 +13,8 @@ * GNU General Public License for more details. */ -#include <AGESA.h> +#include <agesawrapper.h> #include <BiosCallOuts.h> -#include <FchPlatform.h> #include <soc/imc.h> #include <soc/southbridge.h> #include <stdlib.h> diff --git a/src/mainboard/amd/gardenia/OemCustomize.c b/src/mainboard/amd/gardenia/OemCustomize.c index 8bd8e7c041..1cee585b1d 100644 --- a/src/mainboard/amd/gardenia/OemCustomize.c +++ b/src/mainboard/amd/gardenia/OemCustomize.c @@ -13,9 +13,7 @@ * GNU General Public License for more details. */ -#include <AGESA.h> #include <agesawrapper.h> -#include <PlatformMemoryConfiguration.h> #define FILECODE PROC_GNB_PCIE_FAMILY_0X15_F15PCIECOMPLEXCONFIG_FILECODE diff --git a/src/mainboard/amd/gardenia/bootblock/BiosCallOuts.c b/src/mainboard/amd/gardenia/bootblock/BiosCallOuts.c index 8ab4240c16..6b52162ee6 100644 --- a/src/mainboard/amd/gardenia/bootblock/BiosCallOuts.c +++ b/src/mainboard/amd/gardenia/bootblock/BiosCallOuts.c @@ -13,9 +13,8 @@ * GNU General Public License for more details. */ -#include <AGESA.h> +#include <agesawrapper.h> #include <BiosCallOuts.h> -#include <FchPlatform.h> #include <soc/southbridge.h> #include <stdlib.h> diff --git a/src/mainboard/amd/gardenia/bootblock/OemCustomize.c b/src/mainboard/amd/gardenia/bootblock/OemCustomize.c index 53b4a6ca04..82b77f288b 100644 --- a/src/mainboard/amd/gardenia/bootblock/OemCustomize.c +++ b/src/mainboard/amd/gardenia/bootblock/OemCustomize.c @@ -13,9 +13,7 @@ * GNU General Public License for more details. */ -#include <AGESA.h> #include <agesawrapper.h> -#include <PlatformMemoryConfiguration.h> #define FILECODE PROC_GNB_PCIE_FAMILY_0X15_F15PCIECOMPLEXCONFIG_FILECODE |