Re: [PATCH v2 1/2] dts: Add ability to build fallback DTBOs from arch/$(ARCH)/dts

2024-10-07 Thread Simon Glass
On Fri, 4 Oct 2024 at 19:13, Marek Vasut wrote: > > Currently the enablement of OF_UPSTREAM results on the build system > searching for DTs only in dts/upstream/ . There are platforms which > use U-Boot specific DTBOs applied on top of U-Boot control DT during > SPL stage, and source DTs for these

Re: [PATCH v2 1/2] dts: Add ability to build fallback DTBOs from arch/$(ARCH)/dts

2024-10-07 Thread Sumit Garg
Hi Marek, On Sat, 5 Oct 2024 at 06:43, Marek Vasut wrote: > > Currently the enablement of OF_UPSTREAM results on the build system > searching for DTs only in dts/upstream/ . There are platforms which > use U-Boot specific DTBOs applied on top of U-Boot control DT during > SPL stage, and source DT

[PATCH v2 1/2] dts: Add ability to build fallback DTBOs from arch/$(ARCH)/dts

2024-10-04 Thread Marek Vasut
Currently the enablement of OF_UPSTREAM results on the build system searching for DTs only in dts/upstream/ . There are platforms which use U-Boot specific DTBOs applied on top of U-Boot control DT during SPL stage, and source DTs for these are located in arch/$(ARCH)/dtb. Add dedicated 'dtbos' ta