Please pull u-boot-dm

Hi Tom,
https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/17186
https://dev.azure.com/simon0972/u-boot/_build/results?buildId=44&view=re...
The following changes since commit 7755b2200777f72dca87dd169138e95f011bbcb9:
Merge tag 'x86-pull-20230801' of https://source.denx.de/u-boot/custodians/u-boot-x86 (2023-08-01 11:57:55 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-pull-2aug23
for you to fetch changes up to 288ae53cb73605500b7fc01e5919753c878466be:
binman: Add a temporary hack for duplicate phandles (2023-08-02 12:05:57 -0600)
---------------------------------------------------------------- binman fixes for options, etc. binman template fixes / tweaks
---------------------------------------------------------------- Heinrich Schuchardt (2): boot: fix bootdev_list() cmd/bootdev: print readable status code
Jonas Karlman (7): binman: Update tee-os missing blob help text binman: Update missing optional external blob warning text binman: Report missing external blobs using error level binman: Override CheckOptional in fit entry binman: Fix blank line usage for invalid images warning text binman: Show filename in missing blob help message Makefile: Show binman missing blob message
Lukas Funke (1): binman: elf: Check for ELF_TOOLS availability and remove extra semicolon
Simon Glass (7): binman: Produce a template-file after processing dtoc: Make properties dirty when purging them dtoc: Add some debugging when copying nodes fdt: Allow copying phandles into templates binman: Remove templates after use binman: Support templates containing phandles binman: Add a temporary hack for duplicate phandles
Makefile | 8 +++++++- boot/bootdev-uclass.c | 2 +- cmd/bootdev.c | 2 +- tools/binman/binman.rst | 26 +++++++++++++++++++++++- tools/binman/cmdline.py | 2 ++ tools/binman/control.py | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++--------------- tools/binman/elf.py | 10 ++++++---- tools/binman/elf_test.py | 16 +++++++++++++-- tools/binman/etype/fit.py | 7 +++++++ tools/binman/ftest.py | 54 +++++++++++++++++++++++++++++++++++++++++++++++++- tools/binman/missing-blob-help | 2 +- tools/binman/test/264_tee_os_opt_fit.dts | 1 + tools/binman/test/291_template_phandle.dts | 51 +++++++++++++++++++++++++++++++++++++++++++++++ tools/binman/test/292_template_phandle_dup.dts | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ tools/dtoc/fdt.py | 40 +++++++++++++++++++++++++++---------- tools/dtoc/test/dtoc_test_copy.dts | 6 ++++-- tools/dtoc/test_fdt.py | 40 +++++++++++++++++++++++++++++-------- 17 files changed, 355 insertions(+), 48 deletions(-) create mode 100644 tools/binman/test/291_template_phandle.dts create mode 100644 tools/binman/test/292_template_phandle_dup.dts
Regards, Simon

On Wed, Aug 02, 2023 at 03:31:20PM -0600, Simon Glass wrote:
Hi Tom,
https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/17186
https://dev.azure.com/simon0972/u-boot/_build/results?buildId=44&view=re...
The following changes since commit 7755b2200777f72dca87dd169138e95f011bbcb9:
Merge tag 'x86-pull-20230801' of https://source.denx.de/u-boot/custodians/u-boot-x86 (2023-08-01 11:57:55 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-pull-2aug23
for you to fetch changes up to 288ae53cb73605500b7fc01e5919753c878466be:
binman: Add a temporary hack for duplicate phandles (2023-08-02 12:05:57 -0600)
Applied to u-boot/master, thanks!
participants (2)
-
Simon Glass
-
Tom Rini