[coreboot] [v3] r1162 - coreboot-v3/northbridge/intel/i440bxemulation

svn at coreboot.org svn at coreboot.org
Tue Mar 24 00:55:59 CET 2009


Author: rminnich
Date: 2009-03-24 00:55:58 +0100 (Tue, 24 Mar 2009)
New Revision: 1162

Modified:
   coreboot-v3/northbridge/intel/i440bxemulation/i440bx.c
Log:
This is an emergency fix for building for qemu. 

With this fix, FILO works.

Signed-off-by: Ronald G. Minnich <rminnich at gmail.com>
Acked-by: Ronald G. Minnich <rminnich at gmail.com>


Modified: coreboot-v3/northbridge/intel/i440bxemulation/i440bx.c
===================================================================
--- coreboot-v3/northbridge/intel/i440bxemulation/i440bx.c	2009-03-20 16:05:56 UTC (rev 1161)
+++ coreboot-v3/northbridge/intel/i440bxemulation/i440bx.c	2009-03-23 23:55:58 UTC (rev 1162)
@@ -60,6 +60,11 @@
 {
 }
 
+int is_coldboot(void)
+{
+	return 1;
+}
+
 static void i440bx_read_resources(struct device *dev)
 {
 	struct resource *res;





More information about the coreboot mailing list