Please pull u-boot-dm

Simon Glass sjg at chromium.org
Fri Apr 30 01:16:02 CEST 2021


Hi Tom,

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


The following changes since commit 79b0f08d6af498e6fda8cd257d62e2095764410c:

  configs: Resync with savedefconfig (2021-04-27 08:28:38 -0400)

are available in the Git repository at:

  git at source.denx.de:u-boot/custodians/u-boot-dm.git tags/dm-pull-29apr21

for you to fetch changes up to 5b700cdcff61426843405ca1df4b549237e8bbc2:

  tpm: missing event types (2021-04-29 04:10:55 -0700)

----------------------------------------------------------------
buildman environment fix
binman FMAP improvements
minor test improvements and fixes
minor dm improvements

----------------------------------------------------------------
Andy Shevchenko (2):
      test: Allow simple glob pattern in the test name
      test: Use positive conditional in test_matches()

Chen Guanqiao (2):
      dm: core: Add size operations on device tree references
      test: dm: add test item for ofnode_get_addr() and ofnode_get_size()

Evan Benn (1):
      patman: Parse checkpatch by message instead of by line

Heinrich Schuchardt (1):
      tpm: missing event types

Patrick Delaunay (1):
      dm: core: Add address translation in fdt_get_resource

Sean Anderson (1):
      dm: core: Fix uninitialized return value from dm_scan_fdt_node

Simon Glass (8):
      binman: Correct testSplNoDtb() and Tpl also
      dtoc: Correct dtoc output when testing
      binman: Tweak implementation of fmap
      binman: Support adding sections to FMAPs
      buildman: Tidy up a few comments
      buildman: Use common code to send an result
      buildman: Handle exceptions in threads gracefully
      buildman: Use bytes for the environment

Tom Rini (3):
      Azure/GitLab: Ensure we use requirements.txt for testsuites
      tests: patman: Add requests to the module list
      patman: Assume we always have pygit2 for tests

 .azure-pipelines.yml                       |   2 +-
 .gitlab-ci.yml                             |   2 +-
 drivers/core/ofnode.c                      |  11 ++
 drivers/core/root.c                        |   2 +-
 drivers/firmware/scmi/smt.c                |  12 +-
 drivers/net/mscc_eswitch/jr2_switch.c      |   4 +-
 drivers/net/mscc_eswitch/ocelot_switch.c   |   4 +-
 drivers/net/mscc_eswitch/serval_switch.c   |   4 +-
 drivers/net/mscc_eswitch/servalt_switch.c  |   4 +-
 include/dm/ofnode.h                        |  10 ++
 include/fdtdec.h                           |   5 +-
 include/tpm-v2.h                           |  24 ++--
 lib/fdtdec.c                               |   6 +-
 scripts/checkpatch.pl                      |  18 +--
 test/dm/ofnode.c                           |  31 ++++
 test/py/requirements.txt                   |   1 +
 test/test-main.c                           |  23 +--
 tools/binman/entries.rst                   |  13 +-
 tools/binman/etype/fmap.py                 |  19 ++-
 tools/binman/ftest.py                      |  86 ++++++++----
 tools/binman/test/095_fmap_x86_section.dts |   2 +-
 tools/buildman/builder.py                  |  22 ++-
 tools/buildman/builderthread.py            |  50 +++++--
 tools/buildman/control.py                  |  18 ++-
 tools/buildman/func_test.py                |  40 +++++-
 tools/buildman/toolchain.py                |  24 ++--
 tools/dtoc/dtb_platdata.py                 |  24 +---
 tools/dtoc/test_dtoc.py                    |  51 +++----
 tools/patman/checkpatch.py                 | 218 ++++++++++++++++++-----------
 tools/patman/func_test.py                  |  19 +--
 30 files changed, 472 insertions(+), 277 deletions(-)

Regards,
Simon


More information about the U-Boot mailing list