On Fri, 16 May 2025 17:11:46 +0530, Moteen Shah wrote: > In the U-Boot pre-relocation stage, if the parent node lacks > bootph-all/bootph-some-ram property and the driver lacks a pre-reloc > flag, all of its subsequent subnodes gets skipped over from driver > binding—even if they have a bootph* property. > > This series addresses the issue by scanning through all the nodes during > build time and propagating the applicable property to all of its supernode. > > [...]
Applied to u-boot/next, thanks! [1/2] tools: binman: control.py: Propagate bootph-all/bootph-some-ram properties to supernodes commit: d85d15fdfebd040e58bdf80e40ef09d67a8ac808 [2/2] tools: binman: ftest.py: Add testcase for bootph-* propagation commit: 1b5e41964c34ee062fe9932ef5f9ccc747c50ea1 -- Tom