From bba0d76952754da0c38cf94cf4a6860cff3ce9ba Mon Sep 17 00:00:00 2001 From: Nils Jacobs Date: Wed, 28 Jul 2010 00:27:09 +0000 Subject: Let Geode GX2 use geode_post_code.h just like Geode LX Also clean up gx2def.h and geode_post_code.h a little. abuild tested and boot tested on a Wyse S50. Signed-off-by: Nils Jacobs Acked-by: Nils Jacobs Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5671 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/amd/rumba/romstage.c | 1 + src/mainboard/lippert/frontrunner/romstage.c | 1 + src/mainboard/olpc/btest/romstage.c | 1 + src/mainboard/olpc/rev_a/romstage.c | 1 + src/mainboard/wyse/s50/romstage.c | 1 + 5 files changed, 5 insertions(+) (limited to 'src/mainboard') diff --git a/src/mainboard/amd/rumba/romstage.c b/src/mainboard/amd/rumba/romstage.c index 120720f77a..4a68859fd2 100644 --- a/src/mainboard/amd/rumba/romstage.c +++ b/src/mainboard/amd/rumba/romstage.c @@ -9,6 +9,7 @@ #include "cpu/x86/bist.h" #include "cpu/x86/msr.h" #include +#include #define SERIAL_DEV PNP_DEV(0x2e, W83627HF_SP1) diff --git a/src/mainboard/lippert/frontrunner/romstage.c b/src/mainboard/lippert/frontrunner/romstage.c index c074fccdad..64f1d7b6dc 100644 --- a/src/mainboard/lippert/frontrunner/romstage.c +++ b/src/mainboard/lippert/frontrunner/romstage.c @@ -9,6 +9,7 @@ #include "cpu/x86/bist.h" #include "cpu/x86/msr.h" #include +#include #include "southbridge/amd/cs5535/cs5535.h" #define SERIAL_DEV PNP_DEV(0x2e, W83627HF_SP1) diff --git a/src/mainboard/olpc/btest/romstage.c b/src/mainboard/olpc/btest/romstage.c index a6d675fadd..7f8779f720 100644 --- a/src/mainboard/olpc/btest/romstage.c +++ b/src/mainboard/olpc/btest/romstage.c @@ -9,6 +9,7 @@ #include "cpu/x86/bist.h" #include "cpu/x86/msr.h" #include +#include #define SERIAL_DEV PNP_DEV(0x2e, W83627HF_SP1) diff --git a/src/mainboard/olpc/rev_a/romstage.c b/src/mainboard/olpc/rev_a/romstage.c index a6d675fadd..7f8779f720 100644 --- a/src/mainboard/olpc/rev_a/romstage.c +++ b/src/mainboard/olpc/rev_a/romstage.c @@ -9,6 +9,7 @@ #include "cpu/x86/bist.h" #include "cpu/x86/msr.h" #include +#include #define SERIAL_DEV PNP_DEV(0x2e, W83627HF_SP1) diff --git a/src/mainboard/wyse/s50/romstage.c b/src/mainboard/wyse/s50/romstage.c index b2d62a2bb1..9b884ec833 100644 --- a/src/mainboard/wyse/s50/romstage.c +++ b/src/mainboard/wyse/s50/romstage.c @@ -29,6 +29,7 @@ #include "cpu/x86/bist.h" #include "cpu/x86/msr.h" #include +#include #include "southbridge/amd/cs5536/cs5536_early_smbus.c" #include "southbridge/amd/cs5536/cs5536_early_setup.c" -- cgit v1.2.3