Hi Tom, The following changes since commit 521277ec15eb794229403ec24b8c00a4ff02b0b6:
Merge tag 'xilinx-for-v2023.01-rc3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze (2022-11-22 12:33:48 -0500) are available in the Git repository at: git://git.denx.de/u-boot-dm.git tags/dm-pull-22nov22 for you to fetch changes up to b4574c0e750bee39cc2448952f127040a37a8e0b: test: Disable part of the setexpr test for now (2022-11-22 15:14:25 -0700) ---------------------------------------------------------------- buildman /binman improvements for handling missing blobs fix for long-standing image.h warning minor fixes ---------------------------------------------------------------- Heinrich Schuchardt (1): sandbox: check lseek return value in handle_ufi_command Marek Vasut (2): cmd: fdt: Fix iteration over elements above index 1 in fdt get test: cmd: fdt: Add fdt get value test case Quentin Schulz (2): binman: bintool: remove btool_ prefix from btool names Revert "binman: btool: gzip: fix packer name so that binary can be found" Simon Glass (15): image: Correct strncpy() warning with image_set_name() Makefile: Correct the binman rule doc: Correct the path to the Makefile documentation binman: Use an exit code when blobs are missing buildman: Convert documentation to rST buildman: Drop mention of MAKEALL buildman: Update the arc toolchain buildman: Update the default settings file buildman: Drop mention of old architectures buildman: Detect binman reporting missing blobs binman: Add a separate section about environment variables buildman: Ensure config_fname is inited buildman: Reinstate removal of temp output dir in tests binman: Add documentation for the command line args test: Disable part of the setexpr test for now Sughosh Ganu (1): sandbox: Move the capsule GUID declarations to board file Tom Rini (2): global: Do not default to faking missing binaries for buildman buildman: Add --allow-missing flag to allow missing blobs .azure-pipelines.yml | 2 +- .gitlab-ci.yml | 6 +- Makefile | 15 +- board/sandbox/sandbox.c | 13 + cmd/fdt.c | 9 +- doc/build/buildman.rst | 1 + doc/build/index.rst | 1 + drivers/usb/emul/sandbox_flash.c | 10 +- include/configs/sandbox.h | 13 - include/image.h | 8 +- scripts/Kbuild.include | 2 +- test/cmd/fdt.c | 53 ++ test/cmd/setexpr.c | 6 +- tools/binman/binman.rst | 352 +++++++++++++- tools/binman/bintool.py | 3 +- tools/binman/btool/btool_gzip.py | 4 +- tools/binman/cmdline.py | 5 +- tools/binman/control.py | 9 +- tools/binman/ftest.py | 19 +- tools/buildman/README | 1349 --------------------------------------------------- tools/buildman/README.rst | 1 + tools/buildman/bsettings.py | 17 +- tools/buildman/builder.py | 5 +- tools/buildman/builderthread.py | 8 +- tools/buildman/buildman.rst | 1328 ++++++++++++++++++++++++++++++++++++++++++++++++++ tools/buildman/cmdline.py | 6 + tools/buildman/control.py | 28 +- tools/buildman/func_test.py | 112 ++++- 28 files changed, 1981 insertions(+), 1404 deletions(-) create mode 120000 doc/build/buildman.rst delete mode 100644 tools/buildman/README create mode 120000 tools/buildman/README.rst create mode 100644 tools/buildman/buildman.rst Regards, Simon