Grant Likely wrote:
[cc'd David Gibson]
On Thu, Mar 25, 2010 at 8:42 AM, Timur Tabi <ti...@freescale.com> wrote:
The initrd thing is a good idea, but it doesn't help non-Linux
operating systems. Then again, those OS's might not have any GPL
issues, so it could be a moot point.
The more I think about it, the more I think that the initrd is the
better approach. Non-GPL firmware blobs are not a new problem, other
drivers have the same issue and the kernel already has a facility for
handling them. Consistency is worth something here. As you say, the
ideal solution would be to link the blob into the kernel and be done
with it. <grumble>
It would be nice to not have to provide separate copies of the firmware
to u-boot and Linux -- not from a space perspective, but support.
Instead of having to make sure people have the right firmware in one
place, we'd have to make sure they have it in both places.
It would also be nice to not require an initrd if one wants an NFS root.
That's a lot more complexity than a not-strictly-necessary phandle. :-P
And as Timur pointed out, the device tree is not just for Linux. I
don't think the lack of GPL makes it a moot point, as there's still some
maintenance and support benefit to keeping it in one place -- especially
since the appropriate firmware version often depends on the specific
hardware revision that you have.
With real OF it is trivial to not have
multiple copies of the data if you want a few properties with
the same data. There is no reason this could not be done in DTB
as well (and some way in DTS to express that, or maybe the tools
could auto-detect it, whatever).
So you're suggesting a change to DTC to support an enhanced syntax?
It isn't a problem to change dtc if we've got a good use-case for
doing so. I've cc'd David Gibson. He's probably got some insight on
the best way to handle this without an incompatible .dtb file format
change.
What Segher suggested sounds like it's fundamentally a .dtb file format
change.
-Scott
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev