This grows graphics mem to 16M per artec's recommendation.

The PLL autoconfig works now, so move to an auto value instead of
manual config.

This does not fix the problem with the memory errors. We've still got
something wrong in memory, and it is not clear what.

Signed-off-by: Ronald G. Minnich <[EMAIL PROTECTED]>

I forgot it in the patch.

ron
Index: mainboard/artecgroup/dbe62/initram.c
===================================================================
--- mainboard/artecgroup/dbe62/initram.c	(revision 690)
+++ mainboard/artecgroup/dbe62/initram.c	(working copy)
@@ -33,7 +33,7 @@
 #include <northbridge/amd/geodelx/raminit.h>
 #include <spd.h>
 
-#define MANUALCONF 1		/* Do manual strapped PLL config */
+#define MANUALCONF 0		/* Do manual strapped PLL config */
 #define PLLMSRHI 0x000003d9	/* manual settings for the PLL */
 #define PLLMSRLO 0x07de0080	/* from factory bios */
 #define DIMM0 ((u8) 0xA0)
Index: mainboard/artecgroup/dbe62/dts
===================================================================
--- mainboard/artecgroup/dbe62/dts	(revision 690)
+++ mainboard/artecgroup/dbe62/dts	(working copy)
@@ -28,7 +28,7 @@
 	[EMAIL PROTECTED] {
 		/config/("northbridge/amd/geodelx/domain");
 		/* Video RAM has to be in 2MB chunks. */
-		geode_video_mb = "8";
+		geode_video_mb = "16";
 		[EMAIL PROTECTED],0 {
 			/config/("northbridge/amd/geodelx/pci");
 		};
-- 
coreboot mailing list
[email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to