[coreboot] r736 - coreboot-v3/northbridge/amd/k8

svn at coreboot.org svn at coreboot.org
Mon Aug 11 02:17:03 CEST 2008


Author: rminnich
Date: 2008-08-11 02:17:03 +0200 (Mon, 11 Aug 2008)
New Revision: 736

Modified:
   coreboot-v3/northbridge/amd/k8/Makefile
   coreboot-v3/northbridge/amd/k8/raminit.c
Log:
remove 'kludge' comment in raminit
add back in empty stage chipset variable. It will be filled in 
later. 
Signed-off-by: Ronald G. Minnich <rminnich at gmail.com>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>


Modified: coreboot-v3/northbridge/amd/k8/Makefile
===================================================================
--- coreboot-v3/northbridge/amd/k8/Makefile	2008-08-11 00:14:18 UTC (rev 735)
+++ coreboot-v3/northbridge/amd/k8/Makefile	2008-08-11 00:17:03 UTC (rev 736)
@@ -21,6 +21,6 @@
 
 ifeq ($(CONFIG_NORTHBRIDGE_AMD_K8),y)
 
-STAGE2_CHIPSET_SRC += $(src)/northbridge/amd/k8/raminit.c
-
+# no stage2 sources yet. 
+STAGE2_CHIPSET_SRC +=
 endif

Modified: coreboot-v3/northbridge/amd/k8/raminit.c
===================================================================
--- coreboot-v3/northbridge/amd/k8/raminit.c	2008-08-11 00:14:18 UTC (rev 735)
+++ coreboot-v3/northbridge/amd/k8/raminit.c	2008-08-11 00:17:03 UTC (rev 736)
@@ -52,7 +52,6 @@
 #endif
 
 
-/* now THIS is a kludge but ... it will do for now until we work this out. */
 void hard_reset(void);
 
 static int controller_present(const struct mem_controller *ctrl)





More information about the coreboot mailing list