Please pull u-boot-dm
Simon Glass
sjg at chromium.org
Sun Aug 6 04:00:20 CEST 2023
Hi Tom,
https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/17224
https://dev.azure.com/simon0972/u-boot/_build/results?buildId=45&view=results
The following changes since commit 9787da0d32c2d58bae790a16ded0fe0c150c3280:
Merge branch '2023-08-04-toradex-platform-updates' (2023-08-04 16:04:11 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-pull-5aug23
for you to fetch changes up to 48d4c0a85d6f7fdb46dddcaa8a5f5b5c4290819f:
buildman: Drop warning about orphaned defconfigs (2023-08-05 11:39:23 -0600)
----------------------------------------------------------------
binman support for Xilinx signing
buildman minor fixes
----------------------------------------------------------------
Jaehoon Chung (1):
event: Fix a wrong type_name from dm_post_init to dm_post_init_f
Lukas Funke (3):
binman: btool: Add Xilinx Bootgen btool
binman: etype: Add xilinx-bootgen etype
binman: ftest: Add test for xilinx-bootgen etype
Simon Glass (3):
binman: Renumber 291 and 292 test files
buildman: Exit after reading toolchain
buildman: Drop warning about orphaned defconfigs
common/event.c | 2 +-
tools/binman/bintools.rst | 2 +-
tools/binman/btool/bootgen.py | 137
++++++++++++++++
tools/binman/entries.rst | 75 +++++++++
tools/binman/etype/xilinx_bootgen.py | 225
+++++++++++++++++++++++++++
tools/binman/ftest.py | 81 +++++++++-
tools/binman/test/307_xilinx_bootgen_sign.dts | 22 +++
tools/binman/test/308_xilinx_bootgen_sign_enc.dts | 24 +++
.../{291_template_phandle.dts => 309_template_phandle.dts} | 0
...2_template_phandle_dup.dts => 310_template_phandle_dup.dts} | 0
tools/buildman/boards.py | 7 -
tools/buildman/control.py | 3 +
tools/buildman/func_test.py | 9 +-
13 files changed, 569 insertions(+), 18 deletions(-)
create mode 100644 tools/binman/btool/bootgen.py
create mode 100644 tools/binman/etype/xilinx_bootgen.py
create mode 100644 tools/binman/test/307_xilinx_bootgen_sign.dts
create mode 100644 tools/binman/test/308_xilinx_bootgen_sign_enc.dts
rename tools/binman/test/{291_template_phandle.dts =>
309_template_phandle.dts} (100%)
rename tools/binman/test/{292_template_phandle_dup.dts =>
310_template_phandle_dup.dts} (100%)
Regards,
Simon
More information about the U-Boot
mailing list