[U-Boot] [RFC] Kbuild support for ARM FIT images

Stephen Warren swarren at wwwdotorg.org
Thu Feb 21 19:58:51 CET 2013


On 02/21/2013 12:15 AM, Joel A Fernandes wrote:
> On Wed, Feb 20, 2013 at 10:26 PM, Stephen Warren <swarren at wwwdotorg.org> wrote:
>> On 02/20/2013 06:37 PM, Joel A Fernandes wrote:
>>> Hello,
>>> I've been spinning some work-in-progress patches for FIT build support
>>> in the kernel.
>>> With the move to multiplatform support on OMAP, I feel it is a good
>>> time to add  FIT support, also looking at the proliferating number of
>>> dtbs, as it is a nice way
>>
>> To my mind, FIT is pointless. And forcing the kernel build process to
> 
> I don't think so, there are many usecases for FIT and cleanly
> embedding DTBs is a common usecase, (along with stronger checksums,
> compression). That is also the basis of my ELC talk tomorrow morning
> ;-)
> You could peruse the slides at, http://wwwelinux.org/Fit-boot to get a
> better understanding of what FIT solves. With the move to
> multiplatform kernels, it is quite a logical next step to add this
> support to the kernel build.
> 
>> create bootloader-specific files doesn't seem like a good idea. Doing so
>> would require pulling in even more outside tools into the kernel build flow.
> 
> As for pulling additional tools, dtc is already a part of the kernel
> so the idea is to use existing tools.

Well, dtc won't be part of the kernel build process for ARM at least
once the device tree files are move outside the kernel.


More information about the U-Boot mailing list