mbox series

Please pull u-boot-dm

Message ID CAPnjgZ2tPB1kpb3C=b5_PKg_wHvHPBK1Q8OO2U67+sQ83hy2Ew@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-dm | expand

Pull-request

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

Message

Simon Glass July 27, 2022, 4:37 a.m. UTC
Hi Tom,

Build here:

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


The following changes since commit 6e15cda270a060cf87c6c643a1cc3da65ffb242d:

  Prepare v2022.10-rc1 (2022-07-25 20:31:12 -0400)

are available in the Git repository at:

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

for you to fetch changes up to dce4322c0e1940e11ef9ff086890b8c474707317:

  patman: By default don't pass "--no-tree" to checkpatch for linux
(2022-07-26 02:30:56 -0600)

----------------------------------------------------------------
minor dm- and fdt-related fixes
start of test for fdt command

----------------------------------------------------------------
Douglas Anderson (1):
      patman: By default don't pass "--no-tree" to checkpatch for linux

Heinrich Schuchardt (5):
      dm: avoid NULL dereference in add_item()
      test: fix log tests
      dm: avoid NULL dereference in lists_bind_fdt()
      configs: sandbox_defconfig: CONFIG_LOG_MAX_LEVEL=9
      dm: fix logic of lists_bind_fdt()

Marek Vasut (1):
      binman: Increase default fitImage data section resize step from 1k to 64k

Oleksandr Suvorov (1):
      dm: fix mis-word in SPL_DM description

Patrick Delaunay (1):
      log: force DEBUG when LOG_DEBUG is activated

Simon Glass (3):
      addrmap: Support on sandbox
      fdt: Start a test for the fdt command
      doc: Make a start on docs for fdt command

 board/sandbox/sandbox.c    |   9 +++
 common/cli.c               |  15 +++++
 configs/sandbox_defconfig  |   3 +
 doc/develop/logging.rst    |  19 +++---
 doc/usage/cmd/fdt.rst      |  69 ++++++++++++++++++++++
 doc/usage/index.rst        |   1 +
 drivers/core/Kconfig       |   2 +-
 drivers/core/acpi.c        |   4 +-
 drivers/core/lists.c       |  15 +++--
 include/addr_map.h         |   2 +
 include/command.h          |  10 ++++
 include/log.h              |   3 +
 include/test/suites.h      |   1 +
 lib/addr_map.c             |   5 +-
 test/cmd/Makefile          |   1 +
 test/cmd/addrmap.c         |   5 +-
 test/cmd/fdt.c             | 142 +++++++++++++++++++++++++++++++++++++++++++++
 test/cmd_ut.c              |   6 ++
 test/log/log_test.c        |  11 ++--
 tools/binman/etype/fit.py  |   1 +
 tools/patman/checkpatch.py |  11 ++--
 tools/patman/control.py    |   7 ++-
 tools/patman/main.py       |   6 ++
 tools/patman/settings.py   |   3 +-
 24 files changed, 314 insertions(+), 37 deletions(-)
 create mode 100644 doc/usage/cmd/fdt.rst
 create mode 100644 test/cmd/fdt.c


Regards,
Simon

Comments

Tom Rini July 27, 2022, 1:05 p.m. UTC | #1
On Tue, Jul 26, 2022 at 10:37:03PM -0600, Simon Glass wrote:

> Hi Tom,
> 
> Build here:
> 
> https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/12903
> 
> 
> The following changes since commit 6e15cda270a060cf87c6c643a1cc3da65ffb242d:
> 
>   Prepare v2022.10-rc1 (2022-07-25 20:31:12 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-dm.git tags/dm-pull-26jul22
> 
> for you to fetch changes up to dce4322c0e1940e11ef9ff086890b8c474707317:
> 
>   patman: By default don't pass "--no-tree" to checkpatch for linux
> (2022-07-26 02:30:56 -0600)
> 

Applied to u-boot/master, thanks!