amd: Fix non-local header treated as local
Change-Id: I0668b73cd3a5bf5220af55c29785220b77eb5259 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29103 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Patrick Georgi
parent
54f942499b
commit
19f5ba81be
@@ -16,8 +16,8 @@
|
||||
#include "imc.h"
|
||||
#include <arch/io.h>
|
||||
#include <delay.h>
|
||||
#include "Porting.h"
|
||||
#include "AGESA.h"
|
||||
#include <Porting.h>
|
||||
#include <AGESA.h>
|
||||
#include <amdlib.h>
|
||||
#include <Proc/Fch/Fch.h>
|
||||
#include <Proc/Fch/Common/FchCommonCfg.h>
|
||||
|
@@ -17,7 +17,7 @@
|
||||
#include <Proc/Fch/Fch.h>
|
||||
#include <device/device.h>
|
||||
#include "hudson.h"
|
||||
#include "AGESA.h"
|
||||
#include <AGESA.h>
|
||||
|
||||
#include <northbridge/amd/agesa/state_machine.h>
|
||||
|
||||
|
@@ -17,9 +17,9 @@
|
||||
#include <device/device.h>
|
||||
|
||||
/* warning: Porting.h includes an open #pragma pack(1) */
|
||||
#include "Porting.h"
|
||||
#include "AGESA.h"
|
||||
#include "amdlib.h"
|
||||
#include <Porting.h>
|
||||
#include <AGESA.h>
|
||||
#include <amdlib.h>
|
||||
|
||||
#include <northbridge/amd/agesa/dimmSpd.h>
|
||||
|
||||
|
@@ -56,15 +56,15 @@ typedef union _PCI_ADDR {
|
||||
#include <console/console.h>
|
||||
#include "AmdSbLib.h"
|
||||
#include "Amd.h"
|
||||
#include "SB800.h"
|
||||
#include "SBTYPE.h"
|
||||
#include "ACPILIB.h"
|
||||
#include "SBDEF.h"
|
||||
#include "AMDSBLIB.h"
|
||||
#include "SBSUBFUN.h"
|
||||
#include <SB800.h>
|
||||
#include <SBTYPE.h>
|
||||
#include <ACPILIB.h>
|
||||
#include <SBDEF.h>
|
||||
#include <AMDSBLIB.h>
|
||||
#include <SBSUBFUN.h>
|
||||
#include "platform_cfg.h" /* mainboard specific configuration */
|
||||
#include "OEM.h" /* platform default configuration */
|
||||
#include "AMD.h"
|
||||
#include <OEM.h> /* platform default configuration */
|
||||
#include <AMD.h>
|
||||
|
||||
|
||||
//------------------------------------------------------------------------------------------------------------------------//
|
||||
|
@@ -16,7 +16,7 @@
|
||||
#include <console/console.h>
|
||||
#include "SBPLATFORM.h"
|
||||
#include "cfg.h"
|
||||
#include "OEM.h"
|
||||
#include <OEM.h>
|
||||
#include <cbmem.h>
|
||||
|
||||
#include <arch/io.h>
|
||||
|
@@ -16,11 +16,11 @@
|
||||
#include <device/pci_def.h>
|
||||
#include <device/device.h>
|
||||
#include <stdlib.h>
|
||||
#include "OEM.h" /* SMBUS0_BASE_ADDRESS */
|
||||
#include <OEM.h> /* SMBUS0_BASE_ADDRESS */
|
||||
|
||||
/* warning: Porting.h includes an open #pragma pack(1) */
|
||||
#include <vendorcode/amd/include/Porting.h>
|
||||
#include "AGESA.h"
|
||||
#include <AGESA.h>
|
||||
#include "chip.h"
|
||||
#include "smbus_spd.h"
|
||||
|
||||
|
@@ -59,8 +59,8 @@ typedef union _PCI_ADDR {
|
||||
#include "AmdSbLib.h"
|
||||
#include "SbSubFun.h"
|
||||
#include "platform_cfg.h" /* mainboard specific configuration */
|
||||
#include "OEM.h" /* platform default configuration */
|
||||
#include "AMD.h"
|
||||
#include <OEM.h> /* platform default configuration */
|
||||
#include <AMD.h>
|
||||
#include "SbBiosRamUsage.h"
|
||||
#include "EcFan.h"
|
||||
|
||||
|
@@ -27,9 +27,9 @@
|
||||
*
|
||||
***************************************************************************/
|
||||
|
||||
#include "Porting.h"
|
||||
#include "AGESA.h"
|
||||
#include "amdlib.h"
|
||||
#include <Porting.h>
|
||||
#include <AGESA.h>
|
||||
#include <amdlib.h>
|
||||
|
||||
#include <northbridge/amd/agesa/dimmSpd.h>
|
||||
|
||||
|
@@ -17,8 +17,8 @@
|
||||
#define __AMD_HUDSON_FCHEC__
|
||||
|
||||
#include "imc.h"
|
||||
#include "Porting.h"
|
||||
#include "AGESA.h"
|
||||
#include <Porting.h>
|
||||
#include <AGESA.h>
|
||||
#include "FchCommonCfg.h"
|
||||
|
||||
extern VOID FchECfancontrolservice (IN VOID *FchDataPtr);
|
||||
|
@@ -17,9 +17,9 @@
|
||||
#include <device/device.h>
|
||||
|
||||
/* warning: Porting.h includes an open #pragma pack(1) */
|
||||
#include "Porting.h"
|
||||
#include "AGESA.h"
|
||||
#include "amdlib.h"
|
||||
#include <Porting.h>
|
||||
#include <AGESA.h>
|
||||
#include <amdlib.h>
|
||||
|
||||
#include <northbridge/amd/pi/dimmSpd.h>
|
||||
|
||||
|
Reference in New Issue
Block a user