[coreboot] patch: more path support

Peter Stuge peter at stuge.se
Tue Feb 12 20:13:10 CET 2008


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 at 0 {
>                 /config/("northbridge/intel/i440bxemulation/dts");
>                 bus at 0 {
>                         pci at 0,0 {
>                         };
>                         pci at 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 at y syntax.


> Recall, however, that the x at 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




More information about the coreboot mailing list