[U-Boot] Please pull u-boot-dm
Simon Glass
sjg at chromium.org
Fri Jan 4 20:47:08 UTC 2019
Hi Tom,
https://travis-ci.org/sglass68/u-boot/builds/474968097
The following changes since commit f97c49d6a2f504d0f0a8aab37c67aa314e006250:
Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2019-01-01
19:55:05 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-pull-4jan19
for you to fetch changes up to 1b4770dfe03b5dd1dfd2a6076c4c85ee566e360a:
sandbox: Correct SDL build flags (2019-01-03 11:06:07 -0700)
----------------------------------------------------------------
Buildman clang support and a few fixes
Small fixes to 'dm tree' and regmap test
Improve sandbox build compatibility
----------------------------------------------------------------
Christian GMEINER (1):
sandbox: add memset_io(..), memcpy_fromio(..) and memcpy_toio(..)
Sekhar Nori (1):
common: fdt_support: print hexadecimal numbers in debug
Simon Glass (8):
log: Check printf() arguments
buildman: Drop comment about Ctrl-C problem
buildman: Add support for building with clang
travis: Use buildman for building with clang
dm: Tidy up 'dm tree' output when there are many devices
test: dm: regmap: Fix the long test delay
buildman: Deal nicely with invalid build-status file
sandbox: Correct SDL build flags
.travis.yml | 13 +++----------
arch/sandbox/config.mk | 2 --
arch/sandbox/cpu/sdl.c | 2 +-
arch/sandbox/include/asm/io.h | 12 ++++++++++++
common/fdt_support.c | 4 ++--
drivers/core/dump.c | 4 ++--
include/log.h | 3 ++-
include/regmap.h | 14 +++++++++++++-
test/dm/regmap.c | 7 ++++---
test/py/tests/test_bind.py | 3 ++-
tools/buildman/README | 12 ++++++++++--
tools/buildman/builderthread.py | 7 ++++++-
tools/buildman/cmdline.py | 2 ++
tools/buildman/control.py | 2 +-
tools/buildman/toolchain.py | 18 ++++++++++++++----
15 files changed, 74 insertions(+), 31 deletions(-)
Regards,
Simon
More information about the U-Boot
mailing list