On Jan 11, 2008 4:01 PM, Marc Jones <[EMAIL PROTECTED]> wrote:

> Ron,
>
> I think I am up to the same point you are. It looks like there is a
> problem in the device scanning.
>
> void dev_phase2(void) should call geodelx_pci_domain_phase2() for the
> southbridge device.
>
> Here is the output. Is this the correct order? It seems strange.
>
> Phase 2: Early setup...
> dev_phase2: dev root:
> dev_phase2: dev cpus:
> dev_phase2: dev device0_0:
> dev_phase2: dev southbridge:
> dev_phase2: dev domain0:
> Phase 2: Done.
>

I just realized there was no dts in northbridge/amd/geodelx ... this
is a possible problem.

patch attached.

ron
Add a dts for the geode northbridge. 

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

Index: mainboard/pcengines/alix1c/dts
===================================================================
--- mainboard/pcengines/alix1c/dts	(revision 554)
+++ mainboard/pcengines/alix1c/dts	(working copy)
@@ -26,6 +26,7 @@
 		enabled;
 	};
 	domain0 {
+		/config/("northbridge/amd/geodelx");
 		enabled;
 		pcidomain = "0";
 		device0,0 {
Index: northbridge/amd/geodelx/dts
===================================================================
--- northbridge/amd/geodelx/dts	(revision 0)
+++ northbridge/amd/geodelx/dts	(revision 0)
@@ -0,0 +1,24 @@
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 2008 Ronald G. Minnich <[EMAIL PROTECTED]>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ */
+
+{
+        constructor = "geodelx_north_constructors";
+};
+
-- 
coreboot mailing list
[email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to