[U-Boot] Please pull u-boot-dm

Simon Glass sjg at chromium.org
Fri Nov 15 03:08:09 UTC 2019


Hi Tom,

Passing run here:

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


The following changes since commit 3ff1ff3ff76c15efe0451309af084ee6c096c583:

  Merge branch '2019-11-12-migrate-SYS_REDUNDAND_ENVIRONMENT'
(2019-11-12 13:40:58 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-dm.git tags/dm-pull-14nov19

for you to fetch changes up to 677dac23d8ebfc0342f903aeee2a75e737fd4d7e:

  patman: fix coverletter cc list with nulls (2019-11-14 07:09:34 -0600)

----------------------------------------------------------------
Add OP-TEE test swuit
Fix patman cc_file output
Minor sandbox/pinctrl changes

----------------------------------------------------------------
Anatolij Gustschin (1):
      patman: fix some typos in comments

Heiko Stuebner (4):
      fdtdec: protect against another NULL phandlep in
fdtdec_add_reserved_memory()
      fdtdec: only create phandle if caller wants it in
fdtdec_add_reserved_memory()
      image: fdt: copy possible optee nodes to a loaded devicetree
      tests: add OP-TEE test suite

Heinrich Schuchardt (1):
      sandbox: use correct type reading /proc/self/maps

Patrick Delaunay (1):
      pinctrol: dm: remove the function pinctrl_decode_pin_config

Robert Beckett (1):
      patman: fix coverletter cc list with nulls

 Makefile                           |   1 +
 arch/sandbox/cpu/os.c              |   4 +-
 common/image-fdt.c                 |   8 ++++
 drivers/pinctrl/pinctrl-uclass.c   |  12 ------
 include/dm/pinctrl.h               |  13 ------
 include/fdtdec.h                   |   1 +
 include/tee/optee.h                |   9 ++++
 include/test/optee.h               |  14 +++++++
 include/test/suites.h              |   1 +
 lib/fdtdec.c                       |  17 ++++----
 lib/optee/optee.c                  | 140
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 test/Kconfig                       |   1 +
 test/cmd_ut.c                      |   6 +++
 test/optee/Kconfig                 |   7 ++++
 test/optee/Makefile                |  13 ++++++
 test/optee/cmd_ut_optee.c          | 149
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 test/optee/test-optee-base.dts     |  13 ++++++
 test/optee/test-optee-no-optee.dts |  13 ++++++
 test/optee/test-optee-optee.dts    |  32 +++++++++++++++
 tools/patman/cros_subprocess.py    |   4 +-
 tools/patman/gitutil.py            |   4 +-
 tools/patman/series.py             |   2 +-
 tools/patman/terminal.py           |   2 +-
 23 files changed, 426 insertions(+), 40 deletions(-)
 create mode 100644 include/test/optee.h
 create mode 100644 test/optee/Kconfig
 create mode 100644 test/optee/Makefile
 create mode 100644 test/optee/cmd_ut_optee.c
 create mode 100644 test/optee/test-optee-base.dts
 create mode 100644 test/optee/test-optee-no-optee.dts
 create mode 100644 test/optee/test-optee-optee.dts

Regards,
Simon


More information about the U-Boot mailing list