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

Simon Glass sjg at chromium.org
Thu Nov 22 00:25:59 UTC 2018


Hi Tom,

The following changes since commit a3e1653ddeb02f39481eba572275016171e9670c:

  Merge git://git.denx.de/u-boot-marvell (2018-11-20 12:39:16 -0500)

are available in the Git repository at:

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

for you to fetch changes up to a58986ca8b53d8c7a441397082f84edc7f47d19f:

  sf: Add a method to obtain the block-protect setting (2018-11-20
19:14:22 -0700)

https://travis-ci.org/sglass68/u-boot/builds/457752510

----------------------------------------------------------------
Various minor sandbox improvements
Better buildman warning handling
Misc other things

----------------------------------------------------------------
Baruch Siach (1):
      fdt: restore board_fdt_blob_setup() declaration

Heinrich Schuchardt (3):
      sandbox: remove stray DEBUG
      sandbox: README: setting environment variables
      sandbox: README: use setenv ethrotate no

Hiroyuki Yokoyama (1):
      cmd: fdt: Fix fdt address information after the movement

Hou Zhiqiang (1):
      dm/pci: Change the first CFG read to Vendor ID in enumeration

Liviu Dudau (1):
      dm: core: Widen the dump tree to show more of the driver's name.

Marek Vasut (1):
      fdt: Fix uncompress_blob() for U-Boot proper

Simon Glass (24):
      buildman: Only print toolchain probing with -v
      buildman: Detect dtc warnings
      buildman: Rename the good, better, worse variables
      buildman: Show boards with warning with w+
      cros_ec: Use uint instead of u8 for parameters
      cros_ec: Add error logging on a few commands
      cros_ec: Fail if we cannot determine the flash burst size
      cros_ec: Align uclass data to a cache boundary
      cros_ec: Add new features for events and power
      sandbox: tpm: Allow debugging of data packages
      sandbox: log: Add a category for sandbox
      sandbox: Add a function to read a host file
      sandbox: cros_ec: exynos: Drop use of cros_ec_get_error()
      sandbox: Update some drivers to work in SPL/TPL
      spl: Support bootstage, log, hash and early malloc in TPL
      spl: lz4: Allow use of lz4 compression in SPL
      binman: Add a way to enable debugging from the build
      binman: Drop an unnecessary comma in blob handling
      binman: Set the pathname correctly for ELF files
      video: Update video_set_default_colors() to support invert
      string: Include the config header
      misc: Update read() and write() methods to return bytes xfered
      test: sf: Add a simple SPI flash test
      sf: Add a method to obtain the block-protect setting

Simon Goldschmidt (1):
      dm: spi: prevent setting a speed of 0 Hz

 Makefile                          |   6 +-
 arch/arm/mach-stm32mp/cpu.c       |   4 +-
 arch/sandbox/cpu/cpu.c            |   8 +-
 arch/sandbox/cpu/os.c             |  44 ++++++-
 arch/sandbox/dts/sandbox.dts      |  15 +++
 arch/sandbox/include/asm/test.h   |   8 ++
 board/samsung/common/board.c      |  10 +-
 board/sandbox/README.sandbox      |  20 +--
 board/sandbox/sandbox.c           |   9 +-
 cmd/fdt.c                         |   2 +-
 common/Kconfig                    |  35 ++++++
 common/Makefile                   |  10 +-
 common/cros_ec.c                  |  12 --
 drivers/clk/clk_vexpress_osc.c    |   4 +-
 drivers/core/dump.c               |   8 +-
 drivers/misc/altera_sysid.c       |   2 +-
 drivers/misc/cros_ec.c            | 370
++++++++++++++++++++++++++++++++++++++++++++++++++++---
 drivers/misc/cros_ec_sandbox.c    |   2 +-
 drivers/misc/misc_sandbox.c       |   4 +-
 drivers/misc/rockchip-efuse.c     |   2 +-
 drivers/misc/stm32mp_fuse.c       |  12 ++
 drivers/mtd/spi/sandbox.c         |  10 ++
 drivers/mtd/spi/sf-uclass.c       |   9 ++
 drivers/mtd/spi/sf_internal.h     |   3 +
 drivers/mtd/spi/sf_probe.c        |   8 ++
 drivers/mtd/spi/spi_flash.c       |  12 ++
 drivers/pci/pci-uclass.c          |  11 +-
 drivers/spi/spi-uclass.c          |  15 ++-
 drivers/tpm/tpm_tis_sandbox.c     |   6 +
 drivers/video/vidconsole-uclass.c |   2 +-
 drivers/video/video-uclass.c      |  27 ++--
 include/cros_ec.h                 |  89 +++++++++++++
 include/fdtdec.h                  |   1 +
 include/log.h                     |   1 +
 include/misc.h                    |   8 +-
 include/os.h                      |  14 +++
 include/spi_flash.h               |  27 ++++
 include/video.h                   |   5 +-
 lib/Kconfig                       |   8 ++
 lib/Makefile                      |   2 +-
 lib/fdtdec.c                      |   3 +-
 lib/string.c                      |   1 +
 test/dm/misc.c                    |   6 +-
 test/dm/sf.c                      |  55 ++++++++-
 test/py/tests/test_bind.py        |  28 ++---
 tools/binman/README               |   6 +
 tools/binman/etype/blob.py        |   2 +-
 tools/binman/etype/u_boot_elf.py  |   5 +-
 tools/buildman/builder.py         |  41 +++---
 tools/buildman/cmdline.py         |   2 +-
 tools/buildman/control.py         |   2 +-
 tools/buildman/test.py            |  61 ++++++---
 52 files changed, 909 insertions(+), 148 deletions(-)

Regards,
Simon


More information about the U-Boot mailing list