Hello Quentin,
On 2025-02-04 13:20, Quentin Schulz wrote:
On 2/4/25 12:22 PM, Dragan Simic wrote:
> On 2025-01-31 11:40, Quentin Schulz wrote:
With the above-proposed changes in place, and with CONFIG_OF_ALL_DTBS
selected, the relevant part of the "make dtbs" output looks like this:
DTC arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dtb
DTC arch/arm64/boot/dts/rockchip/rk3588-rock-5b-pcie-ep.dtbo
DTC arch/arm64/boot/dts/rockchip/rk3588-rock-5b-pcie-srns.dtbo
OVL arch/arm64/boot/dts/rockchip/rk3588-rock-5b-pcie-ep.dtb
OVL arch/arm64/boot/dts/rockchip/rk3588-rock-5b-pcie-srns.dtb
No more "phony targets" in the produced output. :)
Funnily enough, I would prefer to see OVL for overlays rather than
DTC, but I guess it's just one more occurrence of developers
disagreeing on how to name things :)
I actually agree with that, just like I prefer to see .dtbo files
as additions to dtb-$(CONFIG_ARCH_XYZ). It's all about the overlays,
so they should be both specified and echoed back.
Moreover, we currently also have additional .dtb files with applied
overlays left after the build and installed afterwards, which doesn't
make much sense to me. To me, those additional .dtb files should be
deleted as build artefacts and not installed.
I won't be too difficult to convince here, just want some "authority"
or a piece of history about CONFIG_OF_ALL_DTBS that would go your
direction, before doing the change. I believe automated build tests
without needing to enable a symbol, and that taking DTB and DTBO from
the build output and apply DTBO on top of DTB works without having to
go through some length to get the symbols, are good reasons to keep it
the way it is in this patch series.
I'd like the most to perform the above-proposed "divorcing" of the DT
overlay tests from CONFIG_OF_ALL_DTBS, so we don't have to enable any
additional options to have the overlay tests run automatically, but
to keep .dtbo filenames in dtb-$(CONFIG_ARCH_XYZ). I think that would
bring the best of both worlds, so to speak.