AMD Northbridge LX: move #include "northbridge/amd/lx/raminit.h"
Move the include before static inline int spd_read_byte(). Change-Id: I4cac4b1f55368041b067422d95c09208e15d0f2d Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> Reviewed-on: http://review.coreboot.org/3368 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
e2dc80ceac
commit
4eb5aa2894
|
@ -36,6 +36,7 @@
|
|||
#include "southbridge/amd/cs5536/early_smbus.c"
|
||||
#include "southbridge/amd/cs5536/early_setup.c"
|
||||
#include "superio/smsc/smscsuperio/early_serial.c"
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
|
||||
#define SERIAL_DEV PNP_DEV(0x4e, SMSCSUPERIO_SP1)
|
||||
|
||||
|
@ -47,7 +48,6 @@ static inline int spd_read_byte(unsigned int device, unsigned int address)
|
|||
return smbus_read_byte(device, address);
|
||||
}
|
||||
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
#include "northbridge/amd/lx/pll_reset.c"
|
||||
#include "northbridge/amd/lx/raminit.c"
|
||||
#include "lib/generic_sdram.c"
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#include "southbridge/amd/cs5536/early_smbus.c"
|
||||
#include "southbridge/amd/cs5536/early_setup.c"
|
||||
#include "superio/winbond/w83627hf/early_serial.c"
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
|
||||
#define SERIAL_DEV PNP_DEV(0x2e, W83627HF_SP1)
|
||||
|
||||
|
@ -41,7 +42,6 @@ static inline int spd_read_byte(unsigned int device, unsigned int address)
|
|||
return smbus_read_byte(device, address);
|
||||
}
|
||||
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
#include "northbridge/amd/lx/pll_reset.c"
|
||||
#include "northbridge/amd/lx/raminit.c"
|
||||
#include "lib/generic_sdram.c"
|
||||
|
|
|
@ -32,13 +32,13 @@
|
|||
#include <spd.h>
|
||||
#include "southbridge/amd/cs5536/early_smbus.c"
|
||||
#include "southbridge/amd/cs5536/early_setup.c"
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
|
||||
static inline int spd_read_byte(unsigned int device, unsigned int address)
|
||||
{
|
||||
return smbus_read_byte(device, address);
|
||||
}
|
||||
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
#include "northbridge/amd/lx/pll_reset.c"
|
||||
#include "northbridge/amd/lx/raminit.c"
|
||||
#include "lib/generic_sdram.c"
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#include <spd.h>
|
||||
#include "southbridge/amd/cs5536/early_smbus.c"
|
||||
#include "southbridge/amd/cs5536/early_setup.c"
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
|
||||
static int spd_read_byte(unsigned device, unsigned address)
|
||||
{
|
||||
|
@ -50,7 +51,6 @@ static int spd_read_byte(unsigned device, unsigned address)
|
|||
return 0xFF;
|
||||
}
|
||||
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
#include "northbridge/amd/lx/pll_reset.c"
|
||||
#include "northbridge/amd/lx/raminit.c"
|
||||
#include "lib/generic_sdram.c"
|
||||
|
|
|
@ -33,13 +33,13 @@
|
|||
#include "southbridge/amd/cs5536/cs5536.h"
|
||||
#include "southbridge/amd/cs5536/early_smbus.c"
|
||||
#include "southbridge/amd/cs5536/early_setup.c"
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
|
||||
static inline int spd_read_byte(unsigned int device, unsigned int address)
|
||||
{
|
||||
return smbus_read_byte(device, address);
|
||||
}
|
||||
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
#include "northbridge/amd/lx/pll_reset.c"
|
||||
#include "northbridge/amd/lx/raminit.c"
|
||||
#include "lib/generic_sdram.c"
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
#include "southbridge/amd/cs5536/early_smbus.c"
|
||||
#include "southbridge/amd/cs5536/early_setup.c"
|
||||
#include "superio/winbond/w83627hf/early_serial.c"
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
|
||||
#define SERIAL_DEV PNP_DEV(0x2e, W83627HF_SP1)
|
||||
|
||||
|
@ -21,7 +22,6 @@ static inline int spd_read_byte(unsigned device, unsigned address)
|
|||
return smbus_read_byte(device, address);
|
||||
}
|
||||
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
#include "northbridge/amd/lx/pll_reset.c"
|
||||
#include "northbridge/amd/lx/raminit.c"
|
||||
#include "lib/generic_sdram.c"
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#include "southbridge/amd/cs5536/early_smbus.c"
|
||||
#include "southbridge/amd/cs5536/early_setup.c"
|
||||
#include "superio/winbond/w83627hf/early_serial.c"
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
|
||||
#define SERIAL_DEV PNP_DEV(0x2e, W83627HF_SP1)
|
||||
|
||||
|
@ -41,7 +42,6 @@ static inline int spd_read_byte(unsigned int device, unsigned int address)
|
|||
return smbus_read_byte(device, address);
|
||||
}
|
||||
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
#include "northbridge/amd/lx/pll_reset.c"
|
||||
#include "northbridge/amd/lx/raminit.c"
|
||||
#include "lib/generic_sdram.c"
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#include <southbridge/amd/cs5536/early_smbus.c>
|
||||
#include <southbridge/amd/cs5536/early_setup.c>
|
||||
#include <superio/winbond/w83627ehg/early_serial.c>
|
||||
#include <northbridge/amd/lx/raminit.h>
|
||||
|
||||
#define SERIAL_DEV PNP_DEV(0x2e, W83627EHG_SP1)
|
||||
|
||||
|
@ -45,7 +46,6 @@ static inline int spd_read_byte(unsigned int device, unsigned int address)
|
|||
return smbus_read_byte(device, address);
|
||||
}
|
||||
|
||||
#include <northbridge/amd/lx/raminit.h>
|
||||
#include <northbridge/amd/lx/pll_reset.c>
|
||||
#include <northbridge/amd/lx/raminit.c>
|
||||
#include <lib/generic_sdram.c>
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include <southbridge/amd/cs5536/early_smbus.c>
|
||||
#include <southbridge/amd/cs5536/early_setup.c>
|
||||
#include <superio/smsc/smscsuperio/early_serial.c>
|
||||
#include <northbridge/amd/lx/raminit.h>
|
||||
|
||||
#define SERIAL_DEV PNP_DEV(0x2e, SMSCSUPERIO_SP1)
|
||||
|
||||
|
@ -46,7 +47,6 @@ static inline int spd_read_byte(unsigned int device, unsigned int address)
|
|||
return smbus_read_byte(device, address);
|
||||
}
|
||||
|
||||
#include <northbridge/amd/lx/raminit.h>
|
||||
#include <northbridge/amd/lx/pll_reset.c>
|
||||
#include <northbridge/amd/lx/raminit.c>
|
||||
#include <lib/generic_sdram.c>
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#include "southbridge/amd/cs5536/early_smbus.c"
|
||||
#include "southbridge/amd/cs5536/early_setup.c"
|
||||
#include "superio/ite/it8712f/early_serial.c"
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
|
||||
/* Bit0 enables Spread Spectrum. */
|
||||
#define SMC_CONFIG 0x01
|
||||
|
@ -69,7 +70,6 @@ static int smc_send_config(unsigned char config_data)
|
|||
}
|
||||
#endif
|
||||
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
#include "northbridge/amd/lx/pll_reset.c"
|
||||
#include "northbridge/amd/lx/raminit.c"
|
||||
#include "lib/generic_sdram.c"
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#include "southbridge/amd/cs5536/early_smbus.c"
|
||||
#include "southbridge/amd/cs5536/early_setup.c"
|
||||
#include "superio/ite/it8712f/early_serial.c"
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
|
||||
/* Bit0 enables Spread Spectrum, bit1 makes on-board CF slot act as IDE slave. */
|
||||
#if CONFIG_ONBOARD_IDE_SLAVE
|
||||
|
@ -110,7 +111,6 @@ static int smc_send_config(unsigned char config_data)
|
|||
return 0;
|
||||
}
|
||||
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
#include "northbridge/amd/lx/pll_reset.c"
|
||||
#include "northbridge/amd/lx/raminit.c"
|
||||
#include "lib/generic_sdram.c"
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#include "southbridge/amd/cs5536/early_smbus.c"
|
||||
#include "southbridge/amd/cs5536/early_setup.c"
|
||||
#include "superio/ite/it8712f/early_serial.c"
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
|
||||
static inline int spd_read_byte(unsigned int device, unsigned int address)
|
||||
{
|
||||
|
@ -45,7 +46,6 @@ static inline int spd_read_byte(unsigned int device, unsigned int address)
|
|||
return smbus_read_byte(device, address);
|
||||
}
|
||||
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
#include "northbridge/amd/lx/pll_reset.c"
|
||||
#include "northbridge/amd/lx/raminit.c"
|
||||
#include "lib/generic_sdram.c"
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#include "southbridge/amd/cs5536/early_smbus.c"
|
||||
#include "southbridge/amd/cs5536/early_setup.c"
|
||||
#include "superio/ite/it8712f/early_serial.c"
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
|
||||
/* Bit0 enables Spread Spectrum, bit1 makes on-board SSD act as IDE slave. */
|
||||
#if CONFIG_ONBOARD_IDE_SLAVE
|
||||
|
@ -110,7 +111,6 @@ static int smc_send_config(unsigned char config_data)
|
|||
return 0;
|
||||
}
|
||||
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
#include "northbridge/amd/lx/pll_reset.c"
|
||||
#include "northbridge/amd/lx/raminit.c"
|
||||
#include "lib/generic_sdram.c"
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#include "cpu/x86/msr.h"
|
||||
#include <cpu/amd/lxdef.h>
|
||||
#include "southbridge/amd/cs5536/cs5536.h"
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
|
||||
#define SERIAL_DEV PNP_DEV(0x2e, W83627HF_SP1)
|
||||
|
||||
|
@ -98,7 +99,6 @@ static u8 spd_read_byte(u8 device, u8 address)
|
|||
return spdbytes[address];
|
||||
}
|
||||
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
#include "northbridge/amd/lx/pll_reset.c"
|
||||
#include "northbridge/amd/lx/raminit.c"
|
||||
#include "lib/generic_sdram.c"
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#include "cpu/x86/msr.h"
|
||||
#include <cpu/amd/lxdef.h>
|
||||
#include "southbridge/amd/cs5536/cs5536.h"
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
|
||||
#define SERIAL_DEV PNP_DEV(0x2e, W83627HF_SP1)
|
||||
|
||||
|
@ -97,7 +98,6 @@ static u8 spd_read_byte(u8 device, u8 address)
|
|||
return spdbytes[address];
|
||||
}
|
||||
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
#include "northbridge/amd/lx/pll_reset.c"
|
||||
#include "northbridge/amd/lx/raminit.c"
|
||||
#include "lib/generic_sdram.c"
|
||||
|
|
|
@ -33,13 +33,13 @@
|
|||
#include <spd.h>
|
||||
#include "southbridge/amd/cs5536/early_smbus.c"
|
||||
#include "southbridge/amd/cs5536/early_setup.c"
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
|
||||
static inline int spd_read_byte(unsigned int device, unsigned int address)
|
||||
{
|
||||
return smbus_read_byte(device, address);
|
||||
}
|
||||
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
#include "northbridge/amd/lx/pll_reset.c"
|
||||
#include "northbridge/amd/lx/raminit.c"
|
||||
#include "lib/generic_sdram.c"
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
#include "southbridge/amd/cs5536/early_smbus.c"
|
||||
#include "southbridge/amd/cs5536/early_setup.c"
|
||||
#include "superio/winbond/w83627hf/early_serial.c"
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
|
||||
#define SERIAL_DEV PNP_DEV(0x2e, W83627HF_SP1)
|
||||
|
||||
|
@ -43,7 +44,6 @@ static inline int spd_read_byte(unsigned int device, unsigned int address)
|
|||
return smbus_read_byte(device, address);
|
||||
}
|
||||
|
||||
#include "northbridge/amd/lx/raminit.h"
|
||||
#include "northbridge/amd/lx/pll_reset.c"
|
||||
#include "northbridge/amd/lx/raminit.c"
|
||||
#include "lib/generic_sdram.c"
|
||||
|
|
Loading…
Reference in New Issue