On Tue, May 29, 2018 at 10:05:37AM -0700, Frank Rowand wrote: > On 05/22/18 13:01, Rob Herring wrote: > > I'll tell you up front, I'm not a fan of FIT image (nor uImage, > > Android boot image, $bootloader image). If you want a collection of > > files and some configuration data, use a filesystem and a text file. Me neither. > My gut feel is that using a filesystem and a text file is the easier way > to create the boot info. But that also makes applying the overlay(s) > during early Linux boot (at the point of FDT unflattening) impractical > (can't access the file system without a driver, the driver depends on > the devicetree, the devicetree depends upon the overlay). Why do you want to apply overlays during the kernel boot? The boot loader should be providing the kernel with the merged DT to describe the system that the kernel is running on - it's not the kernel's job to put that together. The whole point of DT is to make the kernel _less_ tied to the hardware and more generic. If we're going to introduce an entirely new set of drivers into the kernel to "probe" the hardware to determine which overlays are required, then that's really defeating the purpose of DT. -- RMK's Patch system: http://www.armlinux.org.uk/developer/patches/ FTTC broadband for 0.8mile line in suburbia: sync at 8.8Mbps down 630kbps up According to speedtest.net: 8.21Mbps down 510kbps up -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html