[Ksummit-2013-discuss] ARM topic: Is DT on ARM the solution, or is there something better?

Jason Gunthorpe jgunthorpe at obsidianresearch.com
Wed Oct 23 14:25:02 EDT 2013


On Wed, Oct 23, 2013 at 11:01:08AM -0700, Guenter Roeck wrote:
> Not me. We want to be able to run the same kernel on different hardware,
> so we would not want to tie the dtb with the kernel image, but
> the ability to update the dtb on a system when updating the kernel
> is essential. 

This is a really important point.

The complaint from distro-land was they don't want multiple kernel
packages.

What they want is one vmlinux/z, and a package of 'stuff' that they
can assemble a boot image for all hardware out of.

On x86 the package of 'stuff' is modules and grub. Distro scripts
package the modules into the initrd and configure grub based on the
installed hardware to make a bootable image.

On ARM the package of 'stuff' can very reasonably include dtb. Distro
scripts can package modules+DTB+vmlinuz into something the bootloader
can understand. (The next pain point will be to standardize that)

The DTB doesn't have to be 'outside' the distro/kernel to give users a
seamless upgrade experience.

Jason



More information about the linux-arm-kernel mailing list