Re: [PATCH 0/7] ARM32/64: DT overlay build support
From: Frank Rowand <hidden>
Date: 2018-08-29 18:40:58
Also in:
linux-arm-kernel
+ Mark Rutland, just in case he is interested On 08/28/18 05:32, Tero Kristo wrote:
Hi, This series introduces devicetree overlay building support for ARM platforms. The .dtbo target is introduced globally, then makefile changes for both arm32/64 for supporting the .dtbo target, changes to support sub-dir makefile flags, and finally adding the DTC flags override for TI platforms, as that is where we want to introduce the DT overlay support initially. The ARM makefile changes for supporting DTS sub-makefiles don't look too clean, but that was the only way I could figure out how to get it done. -Tero -- Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki
This series does three unrelated things:
(1) create a ti specific dts subdirectory arch/arm/boot/dts/ti/
(2) create a rule for creating a .dtbo from a .dtso
(3) add a dtc compile flag to add phandle symbol information to
all .dtb files created from arch/arm/boot/dts/ti/ and
arch/arm64/boot/dts/ti/
Please split the patches into three independent series so that
each of the three concepts can be discussed separately.
Thanks,
Frank