Please pull u-boot-dm

Simon Glass sjg at chromium.org
Fri Apr 28 21:25:16 CEST 2023


Hi Tom,

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


The following changes since commit c9c2c95d4cd27fe0cd41fe13a863899d268f973c:

  Merge branch '2023-04-27-introduce-nvm-xip-block-storage-emulation'
(2023-04-27 19:22:38 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-dm.git tags/dm-pull-28apr23

for you to fetch changes up to f43fc16812487289e98389f0f643d20c444f9c9c:

  fdt: Indicate that people should use the ofnode API (2023-04-28
11:52:38 -0600)

----------------------------------------------------------------
sandbox and fdt bug fixes / tweaks
various other minor fixes

----------------------------------------------------------------
Andrew Davis (1):
      binman: Use unsigned long over typedef ulong

Bin Meng (2):
      boot: vbe_simple: Fix vbe_simple_read_bootflow() dependency
      dm: core: Make aliases_lookup static

Heinrich Schuchardt (9):
      sandbox: fix fall through in sandbox_flash_bulk()
      sandbox: fix sandbox_hub_submit_control_msg()
      sandbox: spi: sandbox_sf_process_cmd() missing fallthrough
      sandbox: mark sandbox_exit() as no return.
      common: static fdt_simplefb_enable_existing_node()
      MAINTAINERS: assign include/os.h
      sandbox: fix return type of os_filesize()
      sandbox: correct posix_types.h define
      patman: fix class TestFunctional

Hugo Villeneuve (1):
      fdt_support: fix comments syntax error

Jan Kiszka (1):
      tools: Fall back to importlib_resources on Python 3.6

Johan Jonker (1):
      core: fdtaddr: use map_sysmem() as cast for the return

Jorge Ramirez-Ortiz (1):
      drivers: tee: sandbox: Fix SCP03 control emulator

Marek Vasut (1):
      test: fdt: Fix copyright message

Pavel Skripkin (1):
      sandbox: disable tracing before unmapping RAM

Rasmus Villemoes (2):
      uclass: add uclass_find_device_by_phandle_id() helper
      dm: core: introduce uclass_get_device_by_of_path()

Simon Glass (2):
      binman: Use expanduser instead of HOME
      fdt: Indicate that people should use the ofnode API

Tom Rini (1):
      bootflow: Rework do_bootflow_menu() slightly

 MAINTAINERS                                 |  1 +
 arch/sandbox/cpu/cpu.c                      |  2 +-
 arch/sandbox/cpu/os.c                       |  8 ++++++--
 arch/sandbox/cpu/state.c                    |  5 +++++
 arch/sandbox/include/asm/posix_types.h      |  7 ++++---
 arch/sandbox/include/asm/u-boot-sandbox.h   |  2 +-
 boot/vbe_simple.c                           | 12 +++++++-----
 cmd/bootflow.c                              | 24 ++++++++++++------------
 common/fdt_simplefb.c                       |  8 +++++++-
 common/fdt_support.c                        |  4 ++--
 drivers/block/host_dev.c                    |  3 ++-
 drivers/core/fdtaddr.c                      |  6 +++++-
 drivers/core/of_access.c                    |  2 +-
 drivers/core/uclass.c                       | 50
+++++++++++++++++++++++++-------------------------
 drivers/mtd/spi/sandbox.c                   |  1 +
 drivers/sysreset/sysreset_sandbox.c         |  1 -
 drivers/tee/sandbox.c                       | 15 +++++++++++----
 drivers/usb/emul/sandbox_flash.c            |  1 +
 drivers/usb/emul/sandbox_hub.c              | 30 +++++++++---------------------
 include/binman_sym.h                        |  8 ++++----
 include/dm/uclass.h                         | 17 +++++++++++++++++
 include/fdt_simplefb.h                      |  1 -
 include/os.h                                |  2 +-
 lib/fdtdec.c                                |  3 +++
 test/cmd/fdt.c                              |  2 +-
 test/dm/test-fdt.c                          |  5 ++++-
 tools/binman/cmdline.py                     |  2 +-
 tools/binman/control.py                     |  6 +++++-
 tools/binman/test/blob_syms.c               |  2 --
 tools/binman/test/u_boot_binman_syms.c      |  2 --
 tools/binman/test/u_boot_binman_syms_size.c |  2 --
 tools/buildman/control.py                   |  6 +++++-
 tools/patman/__main__.py                    |  6 +++++-
 tools/patman/func_test.py                   |  4 ++--
 34 files changed, 149 insertions(+), 101 deletions(-)


More information about the U-Boot mailing list