[coreboot] r995 - coreboot-v3/include

svn at coreboot.org svn at coreboot.org
Wed Nov 12 01:51:25 CET 2008


Author: rminnich
Date: 2008-11-12 01:51:25 +0100 (Wed, 12 Nov 2008)
New Revision: 995

Modified:
   coreboot-v3/include/globalvars.h
Log:
With this change, we actually can start compiling. It's quite amazing just how
much of this builds. 

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


Modified: coreboot-v3/include/globalvars.h
===================================================================
--- coreboot-v3/include/globalvars.h	2008-11-12 00:38:13 UTC (rev 994)
+++ coreboot-v3/include/globalvars.h	2008-11-12 00:51:25 UTC (rev 995)
@@ -39,6 +39,10 @@
 #include <via_c7.h>
 #endif
 
+#ifdef CONFIG_CPU_INTEL_CORE2
+#include <northbridge/intel/i945/raminit.h>
+#endif
+
 /*
  * struct global_vars is managed entirely from C code. Keep in mind that there
  * is NO buffer at the end of the struct, so having zero-sized arrays at the





More information about the coreboot mailing list