Hi Tom,

https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/14897


The following changes since commit 27e0fb3b0823519aea2d42cd8bde20234dd87cef:

  Merge https://source.denx.de/u-boot/custodians/u-boot-marvell
(2023-01-26 10:24:13 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-dm.git tags/dm-pull-26jan23

for you to fetch changes up to 060a65e899859dcbf42049a18be20ce7118e7c0e:

  binman: Fix a test-coverage regression (2023-01-26 10:47:45 -0700)

----------------------------------------------------------------
FIT improvements with split-elf, especially for Rockchip
Binman positioning by ELF symbol

----------------------------------------------------------------
Jonas Karlman (6):
      binman: Add support for align argument to mkimage tool
      rockchip: Align FIT image data to SD/MMC block length
      binman: Add special subnodes to the nodes generated by split-elf
      rockchip: Add sha256 hash to FIT images
      binman: Add support for selecting firmware to use with split-elf
      rockchip: Use atf as firmware and move u-boot to loadables in FIT

Samuel Holland (2):
      binman: Add 'min-size' entry property
      dm: core: Use full printf() format when possible

Simon Glass (1):
      binman: Fix a test-coverage regression

 arch/arm/dts/rockchip-u-boot.dtsi                | 23 ++++++++++++-
 drivers/core/dump.c                              |  2 +-
 tools/binman/binman.rst                          |  8 +++++
 tools/binman/btool/mkimage.py                    |  5 ++-
 tools/binman/elf_test.py                         | 13 +++++++-
 tools/binman/entries.rst                         | 35 +++++++++++++++++---
 tools/binman/entry.py                            |  4 +++
 tools/binman/entry_test.py                       | 19 +++++++++++
 tools/binman/etype/fit.py                        | 93
++++++++++++++++++++++++++++++++++++++++++++++------
 tools/binman/ftest.py                            | 93
+++++++++++++++++++++++++++++++++++++++++++++++++---
 tools/binman/test/009_pack_extra.dts             |  7 ++++
 tools/binman/test/226_fit_split_elf.dts          |  6 ++++
 tools/binman/test/275_fit_align.dts              | 59
+++++++++++++++++++++++++++++++++
 tools/binman/test/276_fit_firmware_loadables.dts | 96
++++++++++++++++++++++++++++++++++++++++++++++++++++++
 tools/binman/test/embed_data.c                   |  1 +
 15 files changed, 441 insertions(+), 23 deletions(-)
 create mode 100644 tools/binman/test/275_fit_align.dts
 create mode 100644 tools/binman/test/276_fit_firmware_loadables.dts

Regards,
Simon

Reply via email to