mainboard: Strip out some dead includes
Change-Id: I0079fa089ba863c6e447bcee3440a7e0ba0f2372 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/7429 Reviewed-by: Marc Jones <marc.jones@se-eng.com> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
5839635add
commit
bf3a3f2040
|
@ -35,7 +35,6 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include "AGESA.h"
|
||||
//#include "CommonReturns.h"
|
||||
#include "Filecode.h"
|
||||
#define FILECODE PLATFORM_SPECIFIC_OPTIONS_FILECODE
|
||||
|
||||
|
@ -250,7 +249,6 @@ CONST AP_MTRR_SETTINGS ROMDATA KabiniApMtrrSettingsList[] =
|
|||
|
||||
#define BLDCFG_AP_MTRR_SETTINGS_LIST &KabiniApMtrrSettingsList
|
||||
|
||||
//#include "KeralaInstall.h"
|
||||
|
||||
/* Include the files that instantiate the configuration definitions. */
|
||||
#include "cpuRegisters.h"
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include "AGESA.h"
|
||||
//#include "CommonReturns.h"
|
||||
#include "Filecode.h"
|
||||
#define FILECODE PLATFORM_SPECIFIC_OPTIONS_FILECODE
|
||||
|
||||
|
@ -251,7 +250,6 @@ CONST AP_MTRR_SETTINGS ROMDATA TrinityApMtrrSettingsList[] =
|
|||
|
||||
#define BLDCFG_AP_MTRR_SETTINGS_LIST &TrinityApMtrrSettingsList
|
||||
|
||||
//#include "VirgoInstall.h"
|
||||
|
||||
/* Include the files that instantiate the configuration definitions. */
|
||||
#include "cpuRegisters.h"
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include "AGESA.h"
|
||||
//#include "CommonReturns.h"
|
||||
#include "Filecode.h"
|
||||
#define FILECODE PLATFORM_SPECIFIC_OPTIONS_FILECODE
|
||||
|
||||
|
@ -251,7 +250,6 @@ CONST AP_MTRR_SETTINGS ROMDATA TrinityApMtrrSettingsList[] =
|
|||
|
||||
#define BLDCFG_AP_MTRR_SETTINGS_LIST &TrinityApMtrrSettingsList
|
||||
|
||||
//#include "VirgoInstall.h"
|
||||
|
||||
/* Include the files that instantiate the configuration definitions. */
|
||||
#include "cpuRegisters.h"
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include <cpu/x86/msr.h>
|
||||
#include <cpu/amd/mtrr.h>
|
||||
#include <device/pci_def.h>
|
||||
//#include <southbridge/amd/sb900/sb900.h>
|
||||
|
||||
#define ONE_MB 0x100000
|
||||
//#define SMBUS_IO_BASE 0x6000
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include "AGESA.h"
|
||||
//#include "CommonReturns.h"
|
||||
#include "Filecode.h"
|
||||
#define FILECODE PLATFORM_SPECIFIC_OPTIONS_FILECODE
|
||||
|
||||
|
@ -250,7 +249,6 @@ CONST AP_MTRR_SETTINGS ROMDATA KabiniApMtrrSettingsList[] =
|
|||
|
||||
#define BLDCFG_AP_MTRR_SETTINGS_LIST &KabiniApMtrrSettingsList
|
||||
|
||||
//#include "KeralaInstall.h"
|
||||
|
||||
/* Include the files that instantiate the configuration definitions. */
|
||||
#include "cpuRegisters.h"
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#include <cpu/amd/mtrr.h>
|
||||
#include <cpu/amd/amdk8_sysconf.h>
|
||||
#include "../../../northbridge/amd/amdk8/acpi.h"
|
||||
//#include <cpu/amd/powernow.h>
|
||||
|
||||
/* APIC */
|
||||
unsigned long acpi_fill_madt(unsigned long current)
|
||||
|
|
|
@ -50,7 +50,6 @@
|
|||
#include "superio/nsc/pc87417/early_serial.c"
|
||||
#include "cpu/x86/bist.h"
|
||||
#include "northbridge/amd/amdfam10/debug.c"
|
||||
//#include "northbridge/amd/amdfam10/setup_resource_map.c"
|
||||
#include "southbridge/broadcom/bcm5785/early_setup.c"
|
||||
|
||||
#define SERIAL_DEV PNP_DEV(0x2e, PILOT_SP1)
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include <arch/smp/mpspec.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci_ids.h>
|
||||
//#include "northbridge/amd/amdfam10/amdfam10_acpi.h"
|
||||
#include <cpu/amd/powernow.h>
|
||||
#include <device/pci.h>
|
||||
#include <cpu/amd/amdfam10_sysconf.h>
|
||||
|
|
|
@ -449,7 +449,6 @@ CONST AP_MTRR_SETTINGS ROMDATA h8qgi_ap_mtrr_list[] =
|
|||
#endif
|
||||
*/
|
||||
|
||||
//#include "GnbInterface.h" /*prototype for GnbInterfaceStub*/
|
||||
#include "MaranelloInstall.h"
|
||||
|
||||
/*----------------------------------------------------------------------------------------
|
||||
|
|
|
@ -449,7 +449,6 @@ CONST AP_MTRR_SETTINGS ROMDATA s8226_ap_mtrr_list[] =
|
|||
#endif
|
||||
*/
|
||||
|
||||
//#include "GnbInterface.h" /*prototype for GnbInterfaceStub*/
|
||||
#include "SanMarinoInstall.h"
|
||||
|
||||
/*----------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue