On Wed, Dec 17, 2008 at 5:29 PM, Myles Watson <span dir="ltr"><<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br><div class="gmail_quote"><div class="Ih2E3d">On Wed, Dec 17, 2008 at 2:19 PM, Corey Osgood <span dir="ltr"><<a href="mailto:corey.osgood@gmail.com" target="_blank">corey.osgood@gmail.com</a>></span> wrote:<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">
<div>On Wed, Dec 17, 2008 at 3:24 PM, Corey Osgood <span dir="ltr"><<a href="mailto:corey.osgood@gmail.com" target="_blank">corey.osgood@gmail.com</a>></span> wrote:<br></div></div><div class="gmail_quote">
<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="gmail_quote"><div class="Ih2E3d">On Wed, Dec 17, 2008 at 2:03 PM, Myles Watson <span dir="ltr"><<a href="mailto:mylesgw@gmail.com" target="_blank">mylesgw@gmail.com</a>></span> wrote:<br></div><div class="Ih2E3d">
<div><br>Ok, adding it there work. But why does it work there but nowhere else? </div>
</div></div></blockquote></div></div></blockquote><div>I think it has to do with build order and stage0 vs. stage 2.<br><br></div><div class="Ih2E3d"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div class="gmail_quote"><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="gmail_quote"><div></div></div></blockquote>
</div><div>self-acked and committed, feel free to move c7.c anywhere you think it belongs ;) I've self-acked for expediency, I'm about to brave a snowstorm to get to school for a final, and won't be back for probably 4 hours or so. I also updated the epia-cn dts, so it should be in the same state as the j7f2 if you fix the superio stuff.<br>

</div></div>
</blockquote></div></div><br>Here's a patch for the dts.  (Corey - sorry I forgot to send it to the list.)<br><br>It needs the dtc-links.diff patch from this mail.  Or you can just leave the SuperIO as a child of the domain.<br>

<br><a href="http://www.coreboot.org/pipermail/coreboot/2008-December/043327.html" target="_blank">http://www.coreboot.org/pipermail/coreboot/2008-December/043327.html</a></blockquote><div><br>One comment:<br><br>Index: coreboot-v3/mainboard/jetway/j7f2/dts<br>
===================================================================<br>--- coreboot-v3.orig/mainboard/jetway/j7f2/dts<br>+++ coreboot-v3/mainboard/jetway/j7f2/dts<br>@@ -66,23 +66,46 @@<br>         /* How do I represent the bus and pci devices hanging here? */<br>
         pci@1,0 {<br>             /config/("northbridge/via/cn700/pci.dts");<br>-            pci@0,1 {<br>+            pci@0,0 {<br>                 /config/("northbridge/via/cn700/vga.dts");<br>             };<br>
         };<br>-        pci@f,0 {};<br>-        pci@10,0 {<br>+        pci@8,0 { /* RaLink RT2561/RT61 802.11g PCI */<br>+        };<br>+        pci@a,0 { /* IEEE 1394 Host Controller */<br>+        };<br> <br></div></div>
These two devices shouldn't be in the dts. The RaLink card is a PCI card I neglected to remove before sending that lspci, and the firewire controller is only on some j7f2-series boards<br><br>Other then that, I'll try out the rest of the changes tonight.<br>
<br>Thanks,<br>Corey<br>