[U-Boot] Please pull u-boot-dm
Simon Glass
sjg at chromium.org
Tue Jan 15 15:57:23 UTC 2019
Hi Tom,
https://travis-ci.org/sglass68/u-boot/builds
The following changes since commit d3689267f92c5956e09cc7d1baa4700141662bff:
Prepare v2019.01 (2019-01-14 17:02:36 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-pull-15jan19
for you to fetch changes up to f51f6715a5013f37620c38f0430e21d4736e235a:
lib: fdtdec: fdtdec_get_addr_size_fixed remove checks (2019-01-14
17:47:20 -0700)
----------------------------------------------------------------
Fix recent changes to serial API for driver model
Buildman clang support and a few fixes
Small fixes to 'dm tree' and regmap test
Improve sandbox build compatibility
A few other minor fixes
----------------------------------------------------------------
Christian GMEINER (1):
sandbox: add memset_io(..), memcpy_fromio(..) and memcpy_toio(..)
Heinrich Schuchardt (1):
sandbox: i2c_emul_find() No emulators for device 'rtc at 43'
Keerthy (1):
lib: fdtdec: fdtdec_get_addr_size_fixed remove checks
Sekhar Nori (1):
common: fdt_support: print hexadecimal numbers in debug
Simon Glass (16):
buildman: Drop comment about Ctrl-C problem
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
efi_loader: Add a wchar_t cast in efi_file_open()
log: Check printf() arguments
buildman: Add support for building with clang
travis: Use buildman for building with clang
net: Fix error handling in sb_eth_raw_ofdata_to_platdata()
buildman: Fix tabs in GetWrapper()
serial: Move new functions to serial.h
dm: serial: Adjust serial_getconfig() to use proper API
dm: serial: Adjust serial_setconfig() to use proper API
dm: serial: Adjust serial_getinfo() to use proper API
dm: serial: Tidy up header file comments
.travis.yml | 13 +++----------
arch/sandbox/config.mk | 2 --
arch/sandbox/cpu/sdl.c | 2 +-
arch/sandbox/dts/sandbox.dts | 10 ++++------
arch/sandbox/dts/sandbox64.dts | 6 ++++--
arch/sandbox/include/asm/io.h | 12 ++++++++++++
arch/x86/lib/acpi_table.c | 12 ++++++++----
common/fdt_support.c | 4 ++--
drivers/core/dump.c | 4 ++--
drivers/net/sandbox-raw.c | 9 ++++-----
drivers/serial/serial-uclass.c | 27 +++++++++------------------
include/common.h | 5 -----
include/log.h | 3 ++-
include/regmap.h | 14 +++++++++++++-
include/serial.h | 38 +++++++++++++++++++++++++++++++++++---
lib/efi_loader/efi_file.c | 4 ++--
lib/fdtdec.c | 10 ----------
test/dm/regmap.c | 7 ++++---
test/dm/serial.c | 19 +++++++++++--------
test/py/tests/test_bind.py | 3 ++-
tools/buildman/README | 12 ++++++++++--
tools/buildman/builderthread.py | 8 +++++++-
tools/buildman/cmdline.py | 2 ++
tools/buildman/control.py | 2 +-
tools/buildman/toolchain.py | 42 ++++++++++++++++++++++++++++++++++++------
25 files changed, 174 insertions(+), 96 deletions(-)
Regards,
Simon
More information about the U-Boot
mailing list