Edward O'Callaghan (eocallaghan@alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7235
-gerrit
commit 34483e8b72a44e04a734a1658e1706ae9dcfcee0 Author: Edward O'Callaghan eocallaghan@alterapraxis.com Date: Wed Oct 29 07:56:04 2014 +1100
mainboard/packardbell/ms2290: Missing romstage header
cpu/intel/romstage.h is needed so the the main() has a prototype in freestanding.
Change-Id: I5e6afef82a4f63ab42927725adf3881084a1e25c Signed-off-by: Edward O'Callaghan eocallaghan@alterapraxis.com --- src/mainboard/packardbell/ms2290/romstage.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/mainboard/packardbell/ms2290/romstage.c b/src/mainboard/packardbell/ms2290/romstage.c index c4a278e..d33a9ba 100644 --- a/src/mainboard/packardbell/ms2290/romstage.c +++ b/src/mainboard/packardbell/ms2290/romstage.c @@ -38,6 +38,7 @@ #include <timestamp.h> #include <arch/acpi.h> #include <cbmem.h> +#include <cpu/intel/romstage.h>
#include "arch/early_variables.h" #include "southbridge/intel/ibexpeak/pch.h"