On Tue, Feb 12, 2008 at 06:17:57AM -0800, ron minnich wrote:
let's get the dts right before I submit any more code. I want us all to be happy with this.
Cool.
Let's start with this dts: /{ mainboard-vendor = "Emulation"; mainboard-name = "QEMU x86"; enabled;
Again, is this enabled still needed?
constructor = "qemuvga_constructors"; cpus {}; domain@0 { /config/("northbridge/intel/i440bxemulation/dts"); bus@0 { pci@0,0 { }; pci@1,0 { /config/("southbridge/intel/i82371eb/dts"); }; }; };
};
how do you want it to look?
I'm very happy with the above except for the x@y syntax.
Recall, however, that the x@y syntax is well understood by various OFW tools; changes to this should be carefully done.
Yeah, I thought to myself before that it's very unfortunate.
I don't even understand all the path types. What are they for the different node types?
//Peter