From 12584e2bd2ec7ab1ed60dc524574c8ae04dc17d6 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sat, 8 May 2010 09:14:51 +0000 Subject: Drop console/console.c and pc80/serial.c from mainboards' romstage.c. Signed-off-by: Patrick Georgi Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5528 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/amd/db800/romstage.c | 4 +--- src/mainboard/amd/dbm690t/romstage.c | 3 +-- src/mainboard/amd/mahogany/romstage.c | 3 +-- src/mainboard/amd/mahogany_fam10/romstage.c | 3 +-- src/mainboard/amd/norwich/romstage.c | 3 +-- src/mainboard/amd/pistachio/romstage.c | 3 +-- src/mainboard/amd/rumba/romstage.c | 2 +- src/mainboard/amd/serengeti_cheetah/romstage.c | 3 +-- src/mainboard/amd/serengeti_cheetah_fam10/romstage.c | 3 +-- src/mainboard/amd/tilapia_fam10/romstage.c | 3 +-- 10 files changed, 10 insertions(+), 20 deletions(-) (limited to 'src/mainboard/amd') diff --git a/src/mainboard/amd/db800/romstage.c b/src/mainboard/amd/db800/romstage.c index eeee9ec94e..893e73dd4a 100644 --- a/src/mainboard/amd/db800/romstage.c +++ b/src/mainboard/amd/db800/romstage.c @@ -19,13 +19,12 @@ */ #include +#include #include #include #include #include -#include "pc80/serial.c" #include -#include "console/console.c" #include "lib/ramtest.c" #include "cpu/x86/bist.h" #include "cpu/x86/msr.h" @@ -33,7 +32,6 @@ #include #include "southbridge/amd/cs5536/cs5536.h" -#define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) #define SERIAL_DEV PNP_DEV(0x2e, W83627HF_SP1) #include "southbridge/amd/cs5536/cs5536_early_smbus.c" diff --git a/src/mainboard/amd/dbm690t/romstage.c b/src/mainboard/amd/dbm690t/romstage.c index 380811d79f..005de2c409 100644 --- a/src/mainboard/amd/dbm690t/romstage.c +++ b/src/mainboard/amd/dbm690t/romstage.c @@ -42,8 +42,7 @@ #include #include "option_table.h" #include "pc80/mc146818rtc_early.c" -#include "pc80/serial.c" -#include "console/console.c" +#include #include #include "northbridge/amd/amdk8/raminit.h" diff --git a/src/mainboard/amd/mahogany/romstage.c b/src/mainboard/amd/mahogany/romstage.c index adf15ee7e0..af0b5cd163 100644 --- a/src/mainboard/amd/mahogany/romstage.c +++ b/src/mainboard/amd/mahogany/romstage.c @@ -42,8 +42,7 @@ #include #include "option_table.h" #include "pc80/mc146818rtc_early.c" -#include "pc80/serial.c" -#include "console/console.c" +#include #include #include "northbridge/amd/amdk8/raminit.h" diff --git a/src/mainboard/amd/mahogany_fam10/romstage.c b/src/mainboard/amd/mahogany_fam10/romstage.c index 17a0fd606f..de8058e308 100644 --- a/src/mainboard/amd/mahogany_fam10/romstage.c +++ b/src/mainboard/amd/mahogany_fam10/romstage.c @@ -47,8 +47,7 @@ #include #include "option_table.h" #include "pc80/mc146818rtc_early.c" -#include "console/console.c" -#include "pc80/serial.c" +#include #include "lib/ramtest.c" #include #include "northbridge/amd/amdfam10/raminit.h" diff --git a/src/mainboard/amd/norwich/romstage.c b/src/mainboard/amd/norwich/romstage.c index e19b8ac257..1cc020fd41 100644 --- a/src/mainboard/amd/norwich/romstage.c +++ b/src/mainboard/amd/norwich/romstage.c @@ -23,8 +23,7 @@ #include #include #include -#include "pc80/serial.c" -#include "console/console.c" +#include #include "lib/ramtest.c" #include "cpu/x86/bist.h" #include "cpu/x86/msr.h" diff --git a/src/mainboard/amd/pistachio/romstage.c b/src/mainboard/amd/pistachio/romstage.c index 775403e4f3..58806e8ba9 100644 --- a/src/mainboard/amd/pistachio/romstage.c +++ b/src/mainboard/amd/pistachio/romstage.c @@ -36,8 +36,7 @@ #include #include "option_table.h" #include "pc80/mc146818rtc_early.c" -#include "pc80/serial.c" -#include "console/console.c" +#include #include #include "northbridge/amd/amdk8/raminit.h" diff --git a/src/mainboard/amd/rumba/romstage.c b/src/mainboard/amd/rumba/romstage.c index 958cf3196c..6c988ef8b6 100644 --- a/src/mainboard/amd/rumba/romstage.c +++ b/src/mainboard/amd/rumba/romstage.c @@ -5,7 +5,7 @@ #include #include #include "pc80/serial.c" -#include "console/console.c" +#include #include "lib/ramtest.c" #include "superio/winbond/w83627hf/w83627hf_early_serial.c" #include "cpu/x86/bist.h" diff --git a/src/mainboard/amd/serengeti_cheetah/romstage.c b/src/mainboard/amd/serengeti_cheetah/romstage.c index 6fcaa90875..f89ea846ab 100644 --- a/src/mainboard/amd/serengeti_cheetah/romstage.c +++ b/src/mainboard/amd/serengeti_cheetah/romstage.c @@ -29,8 +29,7 @@ #include "option_table.h" #include "pc80/mc146818rtc_early.c" -#include "pc80/serial.c" -#include "console/console.c" +#include #include #include "southbridge/amd/amd8111/amd8111_early_smbus.c" #include diff --git a/src/mainboard/amd/serengeti_cheetah_fam10/romstage.c b/src/mainboard/amd/serengeti_cheetah_fam10/romstage.c index b571d37c40..17cee75840 100644 --- a/src/mainboard/amd/serengeti_cheetah_fam10/romstage.c +++ b/src/mainboard/amd/serengeti_cheetah_fam10/romstage.c @@ -47,8 +47,7 @@ #include #include "option_table.h" #include "pc80/mc146818rtc_early.c" -#include "console/console.c" -#include "pc80/serial.c" +#include #include "lib/ramtest.c" #include #include "southbridge/amd/amd8111/amd8111_early_smbus.c" diff --git a/src/mainboard/amd/tilapia_fam10/romstage.c b/src/mainboard/amd/tilapia_fam10/romstage.c index 7d70dff6d3..d0bbaa4026 100644 --- a/src/mainboard/amd/tilapia_fam10/romstage.c +++ b/src/mainboard/amd/tilapia_fam10/romstage.c @@ -47,8 +47,7 @@ #include #include "option_table.h" #include "pc80/mc146818rtc_early.c" -#include "console/console.c" -#include "pc80/serial.c" +#include #include "lib/ramtest.c" #include #include "northbridge/amd/amdfam10/raminit.h" -- cgit v1.2.3