
Hi Tom,
https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/22430 https://dev.azure.com/simon0972/u-boot/_build/results?buildId=68&view=re...
The following changes since commit 4386ab9118e7b405829fbcb3bbbaf2f47ddf0b44:
power: regulator: Consistently return -ENOSYS when ops is unimplemented (2024-09-25 08:54:03 -0600)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-next-26sep24
for you to fetch changes up to ac0876c890c2dcaa4e21ce36bfa2ea3e02139a01:
binman: Make a start on an iMX8 test (2024-09-26 12:40:31 +0200)
---------------------------------------------------------------- Simon Glass (17): buildman: Retry the build for current source buildman: Allow skipping the dtc build binman: Fix up test coverage for mkeficapsule binman: Correct the comment for fdtgrep binman: Tidy up comments for Entry.GetEntryArgsOrProps() binman: Tidy up comments and pylint warnings in fit binman: Avoid setting the image_pos attribute directly binman: Update fdt-list-dir to use the provided directory binman: fit: Avoid assuming that a FIT member is a section binman: fit: Set the image_pos attributes only once binman: fit: Refine handling of devicetrees for OF_UPSTREAM binman: Adjust naming for reading symbols binman: Add minor improvements to symbol-writing binman: Provide a way to set the symbol base address binman: Unwind the end-at-4gb special-case a little binman: Allow image_pos to be None when writing symbols binman: Make a start on an iMX8 test
tools/binman/binman.rst | 19 +++++++- tools/binman/btool/fdtgrep.py | 3 +- tools/binman/elf.py | 14 ++++-- tools/binman/elf_test.py | 4 +- tools/binman/entry.py | 25 +++++++++- tools/binman/etype/atf_fip.py | 2 +- tools/binman/etype/blob_phase.py | 5 ++ tools/binman/etype/cbfs.py | 2 +- tools/binman/etype/efi_capsule.py | 2 + tools/binman/etype/fit.py | 116 ++++++++++++++++++++++++++++----------------- tools/binman/etype/nxp_imx8mimage.py | 3 +- tools/binman/etype/section.py | 31 ++++++------ tools/binman/ftest.py | 152 +++++++++++++++++++++++++++++++++++++++++++++++++++-------- tools/binman/image.py | 21 ++++----- tools/binman/image_test.py | 8 ++-- tools/binman/test/336_symbols_base.dts | 23 +++++++++ tools/binman/test/337_symbols_base_expand.dts | 24 ++++++++++ tools/binman/test/338_symbols_comp.dts | 26 ++++++++++ tools/binman/test/339_nxp_imx8.dts | 17 +++++++ tools/buildman/builder.py | 27 ++++++++++- tools/buildman/builderthread.py | 12 ++++- tools/buildman/buildman.rst | 3 ++ tools/buildman/cmdline.py | 2 + tools/buildman/control.py | 3 +- tools/buildman/test.py | 31 ++++++++++++ 25 files changed, 460 insertions(+), 115 deletions(-) create mode 100644 tools/binman/test/336_symbols_base.dts create mode 100644 tools/binman/test/337_symbols_base_expand.dts create mode 100644 tools/binman/test/338_symbols_comp.dts create mode 100644 tools/binman/test/339_nxp_imx8.dts
Regards, Simon