From c66f1cbdae6dced6410c0fc108cb0a1e3b3aa1e2 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Mon, 12 Aug 2013 16:09:00 +0300 Subject: Include boot_cpu.c for romstage builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ROMCC boards were left unmodified. Change-Id: I3d842196b3f5b6999b6891b914036e9ffcc3cef0 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/3853 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/mainboard/supermicro/h8dme/romstage.c | 2 +- src/mainboard/supermicro/h8dmr/romstage.c | 2 +- src/mainboard/supermicro/h8dmr_fam10/romstage.c | 2 +- src/mainboard/supermicro/h8qgi/romstage.c | 2 +- src/mainboard/supermicro/h8qme_fam10/romstage.c | 2 +- src/mainboard/supermicro/h8scm/romstage.c | 2 +- src/mainboard/supermicro/h8scm_fam10/romstage.c | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src/mainboard/supermicro') diff --git a/src/mainboard/supermicro/h8dme/romstage.c b/src/mainboard/supermicro/h8dme/romstage.c index 7ad9ec8577..9363c63ea0 100644 --- a/src/mainboard/supermicro/h8dme/romstage.c +++ b/src/mainboard/supermicro/h8dme/romstage.c @@ -35,7 +35,7 @@ #include "southbridge/nvidia/mcp55/early_smbus.c" // for enable the FAN #include "northbridge/amd/amdk8/raminit.h" #include "lib/delay.c" -#include "cpu/x86/lapic/boot_cpu.c" +#include "cpu/x86/lapic.h" #include "northbridge/amd/amdk8/reset_test.c" #include "superio/winbond/w83627hf/early_serial.c" #include "superio/winbond/w83627hf/early_init.c" diff --git a/src/mainboard/supermicro/h8dmr/romstage.c b/src/mainboard/supermicro/h8dmr/romstage.c index 0a89e0d6c1..daae389532 100644 --- a/src/mainboard/supermicro/h8dmr/romstage.c +++ b/src/mainboard/supermicro/h8dmr/romstage.c @@ -38,7 +38,7 @@ #include "southbridge/nvidia/mcp55/early_smbus.c" // for enable the FAN #include "northbridge/amd/amdk8/raminit.h" #include "lib/delay.c" -#include "cpu/x86/lapic/boot_cpu.c" +#include "cpu/x86/lapic.h" #include "northbridge/amd/amdk8/reset_test.c" #include "superio/winbond/w83627hf/early_serial.c" #include "superio/winbond/w83627hf/early_init.c" diff --git a/src/mainboard/supermicro/h8dmr_fam10/romstage.c b/src/mainboard/supermicro/h8dmr_fam10/romstage.c index c6792d3be2..e2f76cf608 100644 --- a/src/mainboard/supermicro/h8dmr_fam10/romstage.c +++ b/src/mainboard/supermicro/h8dmr_fam10/romstage.c @@ -37,7 +37,7 @@ #include "northbridge/amd/amdfam10/raminit.h" #include "northbridge/amd/amdfam10/amdfam10.h" #include "lib/delay.c" -#include "cpu/x86/lapic/boot_cpu.c" +#include "cpu/x86/lapic.h" #include "northbridge/amd/amdfam10/reset_test.c" #include "superio/winbond/w83627hf/early_serial.c" #include "superio/winbond/w83627hf/early_init.c" diff --git a/src/mainboard/supermicro/h8qgi/romstage.c b/src/mainboard/supermicro/h8qgi/romstage.c index 0d251132f5..e9f359ab86 100644 --- a/src/mainboard/supermicro/h8qgi/romstage.c +++ b/src/mainboard/supermicro/h8qgi/romstage.c @@ -25,7 +25,7 @@ #include #include #include "cpu/x86/bist.h" -#include "cpu/x86/lapic/boot_cpu.c" +#include "cpu/x86/lapic.h" #include "agesawrapper.h" #include "northbridge/amd/agesa/family10/reset_test.h" #include diff --git a/src/mainboard/supermicro/h8qme_fam10/romstage.c b/src/mainboard/supermicro/h8qme_fam10/romstage.c index c2ccb01d47..ed3df3f3c2 100644 --- a/src/mainboard/supermicro/h8qme_fam10/romstage.c +++ b/src/mainboard/supermicro/h8qme_fam10/romstage.c @@ -37,7 +37,7 @@ #include "northbridge/amd/amdfam10/raminit.h" #include "northbridge/amd/amdfam10/amdfam10.h" #include "lib/delay.c" -#include "cpu/x86/lapic/boot_cpu.c" +#include "cpu/x86/lapic.h" #include "northbridge/amd/amdfam10/reset_test.c" #include "superio/winbond/w83627hf/early_serial.c" #include "superio/winbond/w83627hf/early_init.c" diff --git a/src/mainboard/supermicro/h8scm/romstage.c b/src/mainboard/supermicro/h8scm/romstage.c index 5dccf78653..61640c9508 100644 --- a/src/mainboard/supermicro/h8scm/romstage.c +++ b/src/mainboard/supermicro/h8scm/romstage.c @@ -25,7 +25,7 @@ #include #include #include "cpu/x86/bist.h" -#include "cpu/x86/lapic/boot_cpu.c" +#include "cpu/x86/lapic.h" #include "agesawrapper.h" #include "northbridge/amd/agesa/family10/reset_test.h" #include diff --git a/src/mainboard/supermicro/h8scm_fam10/romstage.c b/src/mainboard/supermicro/h8scm_fam10/romstage.c index 4ce9b7422c..116ae0c6d3 100644 --- a/src/mainboard/supermicro/h8scm_fam10/romstage.c +++ b/src/mainboard/supermicro/h8scm_fam10/romstage.c @@ -37,7 +37,7 @@ #include "northbridge/amd/amdfam10/raminit.h" #include "northbridge/amd/amdfam10/amdfam10.h" #include -#include "cpu/x86/lapic/boot_cpu.c" +#include "cpu/x86/lapic.h" #include "northbridge/amd/amdfam10/reset_test.c" #include #include "cpu/x86/bist.h" -- cgit v1.2.3