Inte IOP Xscale updates

Linus Walleij linus.walleij at linaro.org
Tue Sep 10 04:14:59 EDT 2013


On Tue, Sep 10, 2013 at 12:10 AM, Dan Williams <dan.j.williams at intel.com> wrote:

> I have not been following device-tree conversions for how they handle
> legacy boot loaders?

That is handled by way of the appended device tree.

With such platforms I use this:

--enable USE_OF
--enable ARM_APPENDED_DTB
--enable ARM_ATAG_DTB_COMPAT
--enable PROC_DEVICETREE

Then:

cat foo.dtb >> zImage

And it should appear in /proc/devicetree

The resulting zImage can be wrapped into a uImage
if U-boot is used, I use this method too.

> ...I'll just start with reviewing your gpio conversion.

Thanks :-)

Yours,
Linus Walleij



More information about the linux-arm-kernel mailing list