[coreboot] More v3 questions/issues

Corey Osgood corey.osgood at gmail.com
Thu Dec 18 02:33:06 CET 2008


On Wed, Dec 17, 2008 at 5:29 PM, Myles Watson <mylesgw at gmail.com> wrote:

>
>
> On Wed, Dec 17, 2008 at 2:19 PM, Corey Osgood <corey.osgood at gmail.com>wrote:
>
>> On Wed, Dec 17, 2008 at 3:24 PM, Corey Osgood <corey.osgood at gmail.com>wrote:
>>
>>> On Wed, Dec 17, 2008 at 2:03 PM, Myles Watson <mylesgw at gmail.com> wrote:
>>>
>>> Ok, adding it there work. But why does it work there but nowhere else?
>>>
>> I think it has to do with build order and stage0 vs. stage 2.
>
>  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.
>>
>
> Here's a patch for the dts.  (Corey - sorry I forgot to send it to the
> list.)
>
> It needs the dtc-links.diff patch from this mail.  Or you can just leave
> the SuperIO as a child of the domain.
>
> http://www.coreboot.org/pipermail/coreboot/2008-December/043327.html


One comment:

Index: coreboot-v3/mainboard/jetway/j7f2/dts
===================================================================
--- coreboot-v3.orig/mainboard/jetway/j7f2/dts
+++ coreboot-v3/mainboard/jetway/j7f2/dts
@@ -66,23 +66,46 @@
         /* How do I represent the bus and pci devices hanging here? */
         pci at 1,0 {
             /config/("northbridge/via/cn700/pci.dts");
-            pci at 0,1 {
+            pci at 0,0 {
                 /config/("northbridge/via/cn700/vga.dts");
             };
         };
-        pci at f,0 {};
-        pci at 10,0 {
+        pci at 8,0 { /* RaLink RT2561/RT61 802.11g PCI */
+        };
+        pci at a,0 { /* IEEE 1394 Host Controller */
+        };

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

Other then that, I'll try out the rest of the changes tonight.

Thanks,
Corey
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20081217/9569bf4c/attachment.html>


More information about the coreboot mailing list