u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: U-Boot Mailing List <u-boot@lists.denx.de>
Cc: Tom Rini <trini@konsulko.com>
Subject: Please pull u-boot-dm/next
Date: Sun, 12 Mar 2023 21:10:19 -0600	[thread overview]
Message-ID: <CAPnjgZ0iTG2aqm6NXn_CAMK0xMiQs_Kb5+9cnki=VRhqNw8G7A@mail.gmail.com> (raw)

Hi Tom,

This is for the -next branch


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

The following changes since commit bcf343146ff365a88481b9a80920ed146c6dee5b:

  Merge tag 'dm-next-9mar23' of
https://source.denx.de/u-boot/custodians/u-boot-dm into next
(2023-03-09 11:22:50 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-dm.git tags/dm-next-12mar23

for you to fetch changes up to 7bb28330f7b4d20bcf844ec306dcfbb41296cfa8:

  buildman: Fix CROSS_COMPILE output for sandbox (2023-03-12 11:37:34 -0600)

----------------------------------------------------------------
More tests and fixes for fdt command
binman signing feature
fix buildman -A bug introduced recently

----------------------------------------------------------------
Ivan Mikhaylov (3):
      binman: add documentation for binman sign option
      binman: add sign option for binman
      binman: add tests for sign option

Marek Vasut (10):
      test: Wrap assert macros in ({ ... }) and fix missing semicolons
      test: cmd: fdt: Drop new unneeded curly brackets
      console: Use only 0x00 as line separator for console recording
      cmd: fdt: Drop the 0x prefix
      test: cmd: fdt: Test fdt print and list
      test: cmd: fdt: Test fdt header
      test: cmd: fdt: Test fdt memory
      test: cmd: fdt: Test fdt rsvmem
      test: cmd: fdt: Test fdt chosen
      test: cmd: fdt: Test fdt apply

Roman Kopytin (1):
      tools: add fdt_add_pubkey

Simon Glass (2):
      Revert "buildman: Correct CROSS_COMPILE output for sandbox"
      buildman: Fix CROSS_COMPILE output for sandbox

 cmd/fdt.c                              |   2 +-
 common/console.c                       |   2 +-
 common/main.c                          |   1 +
 include/test/ut.h                      | 152 ++++++++-----
 test/cmd/fdt.c                         | 562
++++++++++++++++++++++++++++++++++++++++++++++++-
 test/cmd/pwm.c                         |   4 +-
 test/dm/acpigen.c                      |   2 +-
 test/dm/misc.c                         |   4 +-
 test/dm/phy.c                          |   8 +-
 test/dm/scmi.c                         |   4 +-
 test/lib/kconfig.c                     |  10 +-
 test/lib/kconfig_spl.c                 |   6 +-
 test/unicode_ut.c                      |   6 +-
 tools/.gitignore                       |   1 +
 tools/Makefile                         |   3 +
 tools/binman/binman.rst                |  47 +++++
 tools/binman/cmdline.py                |  13 ++
 tools/binman/control.py                |  30 ++-
 tools/binman/entry.py                  |   3 +
 tools/binman/etype/fit.py              |  16 ++
 tools/binman/ftest.py                  |  93 ++++++++
 tools/binman/test/280_fit_sign.dts     |  63 ++++++
 tools/binman/test/281_sign_non_fit.dts |  65 ++++++
 tools/buildman/toolchain.py            |   4 +-
 tools/fdt_add_pubkey.c                 | 138 ++++++++++++
 25 files changed, 1155 insertions(+), 84 deletions(-)
 create mode 100644 tools/binman/test/280_fit_sign.dts
 create mode 100644 tools/binman/test/281_sign_non_fit.dts
 create mode 100644 tools/fdt_add_pubkey.c

Regards,
Simon

             reply	other threads:[~2023-03-13  3:10 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-13  3:10 Simon Glass [this message]
2023-03-13 19:36 ` Please pull u-boot-dm/next Tom Rini
2023-03-14 22:07   ` Simon Glass
2023-03-15 14:49     ` Tom Rini
2023-03-16 13:58       ` Simon Glass
2023-03-16 14:56         ` Tom Rini
2023-03-16 16:15           ` Tom Rini
2023-03-16 19:26 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2024-01-08  0:21 Simon Glass
2024-01-08 17:00 ` Tom Rini
2023-12-13 20:50 Simon Glass
2023-12-13 23:39 ` Tom Rini
2023-09-23 19:52 Simon Glass
2023-09-24 21:14 ` Tom Rini
2023-09-29  9:23   ` Manorit Chawdhry
2023-09-29 11:44     ` Tom Rini
2023-08-14 22:48 Simon Glass
2023-08-15 14:42 ` Tom Rini
2023-04-02 21:35 Simon Glass
2023-04-03 20:39 ` Tom Rini
2023-01-06  3:40 Simon Glass
2023-01-06 13:05 ` Tom Rini
2022-09-25 21:15 Simon Glass
2022-09-26  1:10 ` Tom Rini
2022-06-28 13:41 Simon Glass
2022-07-05  9:59 ` Simon Glass
2022-07-08 21:52 ` Tom Rini
2022-03-19  3:46 Simon Glass
2022-03-19 16:05 ` Tom Rini
2021-12-17 19:43 Simon Glass
2021-12-18  3:00 ` Tom Rini
2021-12-05 19:53 Simon Glass
2021-12-06  1:27 ` Tom Rini
2021-11-29  1:29 Simon Glass
2021-11-29 14:34 ` Tom Rini
2021-09-27 14:58 Simon Glass
2021-09-27 21:01 ` Tom Rini
2021-03-28 16:59 Simon Glass
2021-03-29 12:54 ` Tom Rini
2020-06-13  3:17 Simon Glass
2020-06-14 16:00 ` Tom Rini
2020-06-22 13:43   ` Bin Meng
2020-06-22 13:58     ` Tom Rini
2020-06-22 14:01       ` Bin Meng
2020-06-22 14:02         ` Tom Rini
2020-06-23  0:47           ` Bin Meng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAPnjgZ0iTG2aqm6NXn_CAMK0xMiQs_Kb5+9cnki=VRhqNw8G7A@mail.gmail.com' \
    --to=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).