Martin Roth has uploaded this change for review. ( https://review.coreboot.org/21714
Change subject: mb/google/kahlee: Remove direct AGESA header includes ......................................................................
mb/google/kahlee: Remove direct AGESA header includes
All AGESA headers should be included only through agesawrapper.h
Change-Id: I642f5caf8a37ae4042c32fec3a92e0995193cb7a Signed-off-by: Martin Roth martinroth@google.com --- M src/mainboard/google/kahlee/BiosCallOuts.c M src/mainboard/google/kahlee/OemCustomize.c M src/mainboard/google/kahlee/bootblock/BiosCallOuts.c M src/mainboard/google/kahlee/bootblock/OemCustomize.c M src/mainboard/google/kahlee/gpio.c 5 files changed, 3 insertions(+), 10 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/21714/1
diff --git a/src/mainboard/google/kahlee/BiosCallOuts.c b/src/mainboard/google/kahlee/BiosCallOuts.c index f651876..b131e4c 100644 --- a/src/mainboard/google/kahlee/BiosCallOuts.c +++ b/src/mainboard/google/kahlee/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/google/kahlee/OemCustomize.c b/src/mainboard/google/kahlee/OemCustomize.c index 528c7b3..6ba94a4 100644 --- a/src/mainboard/google/kahlee/OemCustomize.c +++ b/src/mainboard/google/kahlee/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/google/kahlee/bootblock/BiosCallOuts.c b/src/mainboard/google/kahlee/bootblock/BiosCallOuts.c index 162fc50..a659b1a 100644 --- a/src/mainboard/google/kahlee/bootblock/BiosCallOuts.c +++ b/src/mainboard/google/kahlee/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/google/kahlee/bootblock/OemCustomize.c b/src/mainboard/google/kahlee/bootblock/OemCustomize.c index 38d08e5..adaee9c 100644 --- a/src/mainboard/google/kahlee/bootblock/OemCustomize.c +++ b/src/mainboard/google/kahlee/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
diff --git a/src/mainboard/google/kahlee/gpio.c b/src/mainboard/google/kahlee/gpio.c index b815ac3..9f1e2b3 100644 --- a/src/mainboard/google/kahlee/gpio.c +++ b/src/mainboard/google/kahlee/gpio.c @@ -13,8 +13,7 @@ * GNU General Public License for more details. */
-#include <AGESA.h> -#include <FchPlatform.h> +#include <agesawrapper.h> #include <soc/southbridge.h> #include <stdlib.h>