[coreboot-gerrit] New patch to review for coreboot: 32e3dc2 mainboard/packardbell/ms2290: Missing romstage header

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Tue Oct 28 22:59:58 CET 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7235

-gerrit

commit 32e3dc20f56b4cf0660368a391fe90054b6a533a
Author: Edward O'Callaghan <eocallaghan at 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 at 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"



More information about the coreboot-gerrit mailing list