All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: Please pull u-boot-dm
Date: Mon, 27 Apr 2020 09:20:43 -0600	[thread overview]
Message-ID: <CAPnjgZ0xdeZF4nFWhCmg2GZVhURkwN4ieKa0XqtNTisZLFtzZw@mail.gmail.com> (raw)

Hi Tom,

https://gitlab.denx.de/u-boot/custodians/u-boot-dm/pipelines/2949

The following changes since commit d202f67db0771247de562af5d6a5df778702857b:

  Merge branch '2020-04-25-master-imports' (2020-04-25 08:20:22 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-dm.git tags/dm-pull-27apr20

for you to fetch changes up to c1f39edc62adc81775e750957aa557bcf994e607:

  log: remove useless cast (2020-04-26 14:25:21 -0600)

----------------------------------------------------------------
Move Python tools to use absolute paths
Minor buildman fixes for new features
Make libfdt code more similar to upsteam

----------------------------------------------------------------
Heinrich Schuchardt (1):
      log: remove useless cast

Masahiro Yamada (3):
      libfdt: migrate fdt_ro.c to a wrapper of scripts/dtc/libfdt/fdt_ro.c
      fdt_region: move fdt_region.c to common/ from lib/libfdt/
      libfdt: split fdt_region declarations out to <fdt_region.h>

Simon Glass (19):
      buildman: Fix test for new 9.2 kernel
      buildman: Correct operation of -A flag
      buildman: Make sure that -o is given with -w
      buildman: Use out-env for environment output
      buildman: Write output files when using -w
      patman: Rename the main module
      rmboard: Move to Python 3
      patman: Drop references to __future__
      patman: Drop Python 2 StringIO code
      buildman: Rename the main module
      dtoc: Rename the main module
      binman: Rename the main module
      Add a 'make tcheck' option to test tools
      patman: Drop the python2 code in test coverage
      patman: Move test running/reporting to test_util
      buildman: Move to absolute imports
      binman: Move to absolute imports
      patman: Move to absolute imports
      patman: Tidy up sys.path changes

 Makefile                                              |   6 +-
 common/Makefile                                       |   1 +
 {lib/libfdt => common}/fdt_region.c                   |   1 +
 common/image-fit-sig.c                                |   1 +
 common/log.c                                          |   2 +-
 include/fdt_region.h                                  | 304 ++++++++++++
 include/linux/libfdt.h                                | 299 -----------
 lib/libfdt/Makefile                                   |   9 +-
 lib/libfdt/fdt_ro.c                                   | 925
+----------------------------------
 test/run                                              |  26 +-
 tools/Makefile                                        |  13 +-
 tools/binman/binman                                   |   2 +-
 tools/binman/cbfs_util.py                             |   8 +-
 tools/binman/cbfs_util_test.py                        |  12 +-
 tools/binman/control.py                               |  20 +-
 tools/binman/elf.py                                   |   8 +-
 tools/binman/elf_test.py                              |  10 +-
 tools/binman/entry.py                                 |  22 +-
 tools/binman/entry_test.py                            |  12 +-
 tools/binman/etype/__init__.py                        |   0
 tools/binman/etype/_testing.py                        |   6 +-
 tools/binman/etype/blob.py                            |   8 +-
 tools/binman/etype/blob_dtb.py                        |   6 +-
 tools/binman/etype/blob_named_by_arg.py               |   4 +-
 tools/binman/etype/cbfs.py                            |  10 +-
 tools/binman/etype/cros_ec_rw.py                      |   2 +-
 tools/binman/etype/fdtmap.py                          |  10 +-
 tools/binman/etype/files.py                           |   8 +-
 tools/binman/etype/fill.py                            |   6 +-
 tools/binman/etype/fmap.py                            |  10 +-
 tools/binman/etype/gbb.py                             |   8 +-
 tools/binman/etype/image_header.py                    |   4 +-
 tools/binman/etype/intel_cmc.py                       |   4 +-
 tools/binman/etype/intel_descriptor.py                |   4 +-
 tools/binman/etype/intel_fit.py                       |   2 +-
 tools/binman/etype/intel_fit_ptr.py                   |   2 +-
 tools/binman/etype/intel_fsp.py                       |   4 +-
 tools/binman/etype/intel_fsp_m.py                     |   4 +-
 tools/binman/etype/intel_fsp_s.py                     |   4 +-
 tools/binman/etype/intel_fsp_t.py                     |   4 +-
 tools/binman/etype/intel_ifwi.py                      |   8 +-
 tools/binman/etype/intel_me.py                        |   4 +-
 tools/binman/etype/intel_mrc.py                       |   4 +-
 tools/binman/etype/intel_refcode.py                   |   4 +-
 tools/binman/etype/intel_vbt.py                       |   4 +-
 tools/binman/etype/intel_vga.py                       |   4 +-
 tools/binman/etype/powerpc_mpc85xx_bootpg_resetvec.py |   4 +-
 tools/binman/etype/section.py                         |  10 +-
 tools/binman/etype/text.py                            |   6 +-
 tools/binman/etype/u_boot.py                          |   4 +-
 tools/binman/etype/u_boot_dtb.py                      |   4 +-
 tools/binman/etype/u_boot_dtb_with_ucode.py           |  10 +-
 tools/binman/etype/u_boot_elf.py                      |   8 +-
 tools/binman/etype/u_boot_img.py                      |   4 +-
 tools/binman/etype/u_boot_nodtb.py                    |   4 +-
 tools/binman/etype/u_boot_spl.py                      |   7 +-
 tools/binman/etype/u_boot_spl_bss_pad.py              |  10 +-
 tools/binman/etype/u_boot_spl_dtb.py                  |   4 +-
 tools/binman/etype/u_boot_spl_elf.py                  |   4 +-
 tools/binman/etype/u_boot_spl_nodtb.py                |   4 +-
 tools/binman/etype/u_boot_spl_with_ucode_ptr.py       |   6 +-
 tools/binman/etype/u_boot_tpl.py                      |   7 +-
 tools/binman/etype/u_boot_tpl_dtb.py                  |   4 +-
 tools/binman/etype/u_boot_tpl_dtb_with_ucode.py       |   5 +-
 tools/binman/etype/u_boot_tpl_elf.py                  |   4 +-
 tools/binman/etype/u_boot_tpl_with_ucode_ptr.py       |  10 +-
 tools/binman/etype/u_boot_ucode.py                    |   6 +-
 tools/binman/etype/u_boot_with_ucode_ptr.py           |  12 +-
 tools/binman/etype/vblock.py                          |   6 +-
 tools/binman/etype/x86_reset16.py                     |   4 +-
 tools/binman/etype/x86_reset16_spl.py                 |   4 +-
 tools/binman/etype/x86_reset16_tpl.py                 |   4 +-
 tools/binman/etype/x86_start16.py                     |   4 +-
 tools/binman/etype/x86_start16_spl.py                 |   4 +-
 tools/binman/etype/x86_start16_tpl.py                 |   4 +-
 tools/binman/fdt_test.py                              |   8 +-
 tools/binman/fmap_util.py                             |   2 +-
 tools/binman/ftest.py                                 |  49 +-
 tools/binman/image.py                                 |  18 +-
 tools/binman/image_test.py                            |   2 +-
 tools/binman/{binman.py => main.py}                   | 110 +----
 tools/binman/state.py                                 |  10 +-
 tools/buildman/README                                 |   3 +-
 tools/buildman/builder.py                             |  17 +-
 tools/buildman/builderthread.py                       |  37 +-
 tools/buildman/buildman                               |   2 +-
 tools/buildman/cmdline.py                             |   3 +-
 tools/buildman/control.py                             |  26 +-
 tools/buildman/func_test.py                           |  35 +-
 tools/buildman/{buildman.py => main.py}               |  27 +-
 tools/buildman/test.py                                |  25 +-
 tools/buildman/toolchain.py                           |   8 +-
 tools/dtoc/dtb_platdata.py                            |   6 +-
 tools/dtoc/dtoc                                       |   2 +-
 tools/dtoc/fdt.py                                     |   4 +-
 tools/dtoc/fdt_util.py                                |   4 +-
 tools/dtoc/{dtoc.py => main.py}                       |  10 +-
 tools/dtoc/test_dtoc.py                               |  12 +-
 tools/dtoc/test_fdt.py                                |  17 +-
 tools/fdtgrep.c                                       |   1 +
 tools/genboardscfg.py                                 |   3 +-
 tools/image-host.c                                    |   1 +
 tools/libfdt/fdt_ro.c                                 |   2 +
 tools/moveconfig.py                                   |   8 +-
 tools/patman/checkpatch.py                            |   8 +-
 tools/patman/command.py                               |   5 +-
 tools/patman/func_test.py                             |  15 +-
 tools/patman/get_maintainer.py                        |   5 +-
 tools/patman/gitutil.py                               |  12 +-
 tools/patman/{patman.py => main.py}                   |  27 +-
 tools/patman/patchstream.py                           |   8 +-
 tools/patman/patman                                   |   2 +-
 tools/patman/project.py                               |   2 +-
 tools/patman/series.py                                |  12 +-
 tools/patman/settings.py                              |  13 +-
 tools/patman/terminal.py                              |   2 -
 tools/patman/test.py                                  |  10 +-
 tools/patman/test_util.py                             | 125 ++++-
 tools/patman/tools.py                                 |   6 +-
 tools/patman/tout.py                                  |   4 +-
 tools/rmboard.py                                      |   7 +-
 121 files changed, 896 insertions(+), 1805 deletions(-)
 rename {lib/libfdt => common}/fdt_region.c (99%)
 create mode 100644 include/fdt_region.h
 delete mode 100644 tools/binman/etype/__init__.py
 rename tools/binman/{binman.py => main.py} (54%)
 rename tools/buildman/{buildman.py => main.py} (76%)
 rename tools/dtoc/{dtoc.py => main.py} (94%)
 create mode 100644 tools/libfdt/fdt_ro.c
 rename tools/patman/{patman.py => main.py} (93%)

Regards,
Simon

             reply	other threads:[~2020-04-27 15:20 UTC|newest]

Thread overview: 154+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-27 15:20 Simon Glass [this message]
2020-04-28 13:52 ` Please pull u-boot-dm Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2023-11-15 13:19 Simon Glass
2023-11-15 22:38 ` Tom Rini
2023-11-02 22:54 Simon Glass
2023-11-03 13:42 ` Tom Rini
2023-10-13 22:01 Simon Glass
2023-10-14 21:19 ` Tom Rini
2023-10-04 18:00 Simon Glass
2023-10-05 14:49 ` Tom Rini
2023-09-23 18:16 Simon Glass
2023-09-25 14:02 ` Tom Rini
2023-08-22 19:46 Simon Glass
2023-08-23 14:41 ` Tom Rini
2023-08-21 19:11 Simon Glass
2023-08-21 20:18 ` Tom Rini
2023-08-06  2:00 Simon Glass
2023-08-06 13:29 ` Tom Rini
2023-08-02 21:31 Simon Glass
2023-08-03 12:02 ` Tom Rini
2023-07-24 18:31 Simon Glass
2023-07-24 23:01 ` Tom Rini
2023-07-20 20:13 Simon Glass
2023-07-21 13:53 ` Tom Rini
2023-07-12 15:51 Simon Glass
2023-07-12 19:29 ` Tom Rini
2023-07-12 19:36   ` Tom Rini
2023-07-12 20:09     ` Simon Glass
2023-07-12 20:14       ` Tom Rini
2023-07-12 20:17         ` Simon Glass
2023-07-12 20:31           ` Tom Rini
2023-07-15 23:40             ` Simon Glass
2023-04-28 19:25 Simon Glass
2023-04-29 13:29 ` Tom Rini
2023-03-30 21:29 Simon Glass
2023-03-31 16:25 ` Tom Rini
2023-03-10 20:54 Simon Glass
2023-03-10 23:27 ` Tom Rini
2023-03-01 20:10 Simon Glass
2023-03-02 15:49 ` Tom Rini
2023-02-13  0:37 Simon Glass
2023-02-13 16:28 ` Tom Rini
2023-01-27  2:20 Simon Glass
2023-01-27 13:22 ` Tom Rini
2023-01-19  2:18 Simon Glass
2023-01-19 21:33 ` Tom Rini
2022-11-23  2:13 Simon Glass
2022-11-23 14:57 ` Tom Rini
2022-11-08 14:44 Simon Glass
2022-11-08 17:08 ` Tom Rini
2022-10-29 22:43 Simon Glass
2022-10-30 16:37 ` Tom Rini
2022-10-18 11:34 Simon Glass
2022-10-18 13:47 ` Tom Rini
2022-09-21  9:50 Simon Glass
2022-09-21 13:49 ` Tom Rini
2022-09-12 13:39 Simon Glass
2022-09-12 17:20 ` Tom Rini
2022-09-07 12:32 Simon Glass
2022-09-07 17:56 ` Tom Rini
2022-08-27  2:01 Simon Glass
2022-08-27 22:15 ` Tom Rini
2022-08-21  1:02 Simon Glass
2022-08-22  6:23 ` Stefan Herbrechtsmeier
2022-08-22 16:38   ` Simon Glass
2022-08-22 22:56 ` Tom Rini
2022-08-11  3:18 Simon Glass
2022-08-11 16:24 ` Tom Rini
2022-08-09 22:51 Simon Glass
2022-08-10 15:01 ` Tom Rini
2022-07-27  4:37 Simon Glass
2022-07-27 13:05 ` Tom Rini
2022-02-22 23:45 Simon Glass
2022-02-23 20:49 ` Tom Rini
2022-02-08 23:34 Simon Glass
2022-01-31 13:41 Simon Glass
2022-01-31 15:22 ` Tom Rini
2022-01-27  3:35 Simon Glass
2022-01-27 17:31 ` Tom Rini
2022-01-27 19:09   ` Simon Glass
2022-01-28  4:36     ` Tom Rini
2022-01-13 18:05 Simon Glass
2022-01-13 23:52 ` Tom Rini
2021-11-14  0:38 Simon Glass
2021-11-14 15:23 ` Tom Rini
2021-10-31 19:40 Simon Glass
2021-11-01  1:03 ` Tom Rini
2021-10-22  1:36 Simon Glass
2021-10-22 12:56 ` Tom Rini
2021-09-18 11:34 Simon Glass
2021-09-18 11:59 ` Ilias Apalodimas
2021-09-18 12:13   ` Simon Glass
2021-09-18 12:22     ` Ilias Apalodimas
2021-09-18 12:43       ` François Ozog
2021-09-18 15:31         ` Simon Glass
2021-09-18 12:14   ` Tom Rini
2021-09-18 12:19     ` Ilias Apalodimas
2021-09-19 16:51 ` Tom Rini
2021-08-09  2:32 Simon Glass
2021-08-09 18:46 ` Tom Rini
2021-08-01 18:08 Simon Glass
2021-08-02 16:05 ` Tom Rini
2021-07-22 13:07 Simon Glass
2021-07-22 19:00 ` Tom Rini
2021-07-07 15:58 Simon Glass
2021-07-07 23:28 ` Tom Rini
2021-06-06 16:42 Simon Glass
2021-06-07 11:22 ` Tom Rini
2021-04-29 23:16 Simon Glass
2021-04-30 11:16 ` Tom Rini
2021-04-06  7:14 Simon Glass
2021-04-06 17:48 ` Tom Rini
2021-03-04  3:27 Simon Glass
2021-03-04 18:13 ` Tom Rini
2021-02-04  4:30 Simon Glass
2021-02-04 21:58 ` Tom Rini
2021-01-31  3:28 Simon Glass
2021-02-01  0:44 ` Tom Rini
2020-11-15 14:11 Simon Glass
2020-11-16 14:49 ` Tom Rini
2020-11-05 17:22 Simon Glass
2020-11-09 12:59 ` Tom Rini
2020-10-30 19:13 Simon Glass
2020-10-31  2:54 ` Tom Rini
2020-10-06 17:36 Simon Glass
2020-10-07 21:25 ` Tom Rini
2020-08-22 23:21 Simon Glass
2020-08-24 13:05 ` Tom Rini
2020-07-29  2:38 Simon Glass
2020-07-30  0:03 ` Simon Glass
2020-07-30 13:21 ` Tom Rini
2020-07-20 20:19 Simon Glass
2020-07-23 18:25 ` Simon Glass
2020-07-24  1:09 ` Tom Rini
2020-07-24 12:41   ` Tom Rini
2020-07-27 14:54     ` Simon Glass
2020-07-27 14:55       ` Michal Simek
2020-07-27 14:59       ` Tom Rini
2020-07-10 17:07 Simon Glass
2020-07-11 12:57 ` Tom Rini
2020-05-30 15:16 Simon Glass
2020-05-31  0:10 ` Tom Rini
2020-04-21 15:14 Simon Glass
2020-04-22 12:58 ` Tom Rini
2020-04-10 13:57 Simon Glass
2020-04-10 19:14 ` Tom Rini
2020-04-01 15:03 Simon Glass
2020-04-02  0:43 ` Tom Rini
2020-03-03 23:53 Simon Glass
2020-03-04 15:41 ` Tom Rini
2020-01-08 18:04 Simon Glass
2020-01-09 18:42 ` Tom Rini
2019-12-03 16:52 Simon Glass
2019-12-04  4:03 ` Tom Rini

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=CAPnjgZ0xdeZF4nFWhCmg2GZVhURkwN4ieKa0XqtNTisZLFtzZw@mail.gmail.com \
    --to=sjg@chromium.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.