mb/google/kahlee: Remove direct AGESA header includes

All Stoney AGESA headers should be included only through agesawrapper.h

BUG=b:66818758
TEST=Build and boot tested

Change-Id: I642f5caf8a37ae4042c32fec3a92e0995193cb7a
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/21714
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Martin Roth 2017-11-11 18:14:48 -07:00
parent d6ccf4eaa9
commit b564eae5e1
5 changed files with 4 additions and 9 deletions

View File

@ -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>
#include <baseboard/variants.h>

View File

@ -14,9 +14,7 @@
*/
#include <chip.h>
#include <AGESA.h>
#include <agesawrapper.h>
#include <PlatformMemoryConfiguration.h>
#define DIMMS_PER_CHANNEL 1
#if DIMMS_PER_CHANNEL > MAX_DIMMS_PER_CH

View File

@ -13,8 +13,7 @@
* GNU General Public License for more details.
*/
#include <AGESA.h>
#include <FchPlatform.h>
#include <agesawrapper.h>
#include <baseboard/variants.h>
#include <soc/smi.h>
#include <soc/southbridge.h>

View File

@ -19,7 +19,7 @@
#include <stddef.h>
#include <soc/smi.h>
#include <AGESA.h>
#include <agesawrapper.h>
const GPIO_CONTROL *get_gpio_table(void);
const struct sci_source *get_gpe_table(size_t *num);

View File

@ -13,8 +13,7 @@
* GNU General Public License for more details.
*/
#include <AGESA.h>
#include <FchPlatform.h>
#include <agesawrapper.h>
#include <baseboard/variants.h>
#include <soc/smi.h>
#include <soc/southbridge.h>