Intel 82801dx: compile early_smbus as separate object
Add early_smbus.c for romstage-y list and remove respective include on mainboard romstage.c files. Tested on AOpen board. Change-Id: I1c7e6cb32e3a9d7cc9b6037dc27e59149d492001 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/909 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
0a19ddc36d
commit
1d89f14355
8 changed files with 14 additions and 25 deletions
|
|
@ -27,8 +27,6 @@
|
|||
#include <cpu/x86/bist.h>
|
||||
|
||||
#include "southbridge/intel/i82801dx/i82801dx.h"
|
||||
#include "southbridge/intel/i82801dx/early_smbus.c"
|
||||
#include "southbridge/intel/i82801dx/reset.c"
|
||||
#include "northbridge/intel/e7505/raminit.h"
|
||||
|
||||
#include <device/pnp_def.h>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
#include <pc80/mc146818rtc.h>
|
||||
#include <console/console.h>
|
||||
#include "southbridge/intel/i82801dx/i82801dx.h"
|
||||
#include "southbridge/intel/i82801dx/early_smbus.c"
|
||||
#include "northbridge/intel/i855/raminit.h"
|
||||
#include "northbridge/intel/i855/debug.c"
|
||||
#include "superio/winbond/w83627hf/early_serial.c"
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@
|
|||
#include <pc80/mc146818rtc.h>
|
||||
#include <console/console.h>
|
||||
#include "southbridge/intel/i82801dx/i82801dx.h"
|
||||
#include "southbridge/intel/i82801dx/early_smbus.c"
|
||||
#include "northbridge/intel/i855/raminit.h"
|
||||
#include "northbridge/intel/i855/debug.c"
|
||||
#include "superio/winbond/w83627thg/early_serial.c"
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@
|
|||
#include "cpu/x86/bist.h"
|
||||
#include "spd_table.h"
|
||||
#include "gpio.c"
|
||||
#include "southbridge/intel/i82801dx/early_smbus.c"
|
||||
#include "southbridge/intel/i82801dx/tco_timer.c"
|
||||
|
||||
#define SERIAL_DEV PNP_DEV(0x2e, SMSCSUPERIO_SP1)
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@
|
|||
#include "cpu/x86/bist.h"
|
||||
#include "spd_table.h"
|
||||
#include "gpio.c"
|
||||
#include "southbridge/intel/i82801dx/early_smbus.c"
|
||||
#include "southbridge/intel/i82801dx/tco_timer.c"
|
||||
|
||||
#define SERIAL_DEV PNP_DEV(0x2e, SMSCSUPERIO_SP1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue