This series has the skip-at-start change and a few fixes. Sadly it also includes a revert for the dm_probe_devices() patch, since it breaks jerry (RK3288). I will need to investigate way.
It is based on -next and I can send a PR if desired. https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/24835 Changes in v2: - Add new patch to stop working around skip-at-start on x86 Simon Glass (5): Revert "dm: core: Simplify dm_probe_devices()" samsung: snow: Use BLOBLIST_FIXED binman: Rename Entry.end_4gb binman: Honour the skip-at-start property more faithfully x86: Stop working around skip-at-start arch/x86/cpu/intel_common/intel_opregion.c | 1 + arch/x86/lib/fsp2/fsp_init.c | 3 +- common/board_f.c | 2 +- configs/snow_defconfig | 2 + drivers/core/root.c | 17 +++++--- tools/binman/binman.rst | 47 +++++++++++++--------- tools/binman/entry.py | 5 +-- tools/binman/etype/fmap.py | 4 +- tools/binman/etype/section.py | 8 ++-- tools/binman/ftest.py | 26 ++++++------ 10 files changed, 67 insertions(+), 48 deletions(-) -- 2.43.0