
Hi Tom,
Build/test: https://travis-ci.org/sglass68/u-boot/builds/523770406
The following changes since commit 6c5f8dd540d7a8eff244d4c27a09451ca12c8d20:
Merge branch 'master' of git://git.denx.de/u-boot-usb (2019-04-21 19:00:04 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/pull-24apr19
for you to fetch changes up to 8781d04f422e110fef864dd849085054fe5b0e65:
pci: pci.h: add missing maskbit (2019-04-23 20:26:43 -0600)
---------------------------------------------------------------- Various minor sandbox iumprovements Fixes for tracing with sandbox Refactoring for boot_get_fdt()
---------------------------------------------------------------- Christoph Muellner (1): common: command: Add command execution tracer.
Eugeniu Rosca (5): fdt: boot_get_fdt: remove redundant zeroing out fdt: boot_get_fdt: really boot w/o FDT when "goto no_fdt" fdt: boot_get_fdt: simplify no_fdt handling (non-functional) fdt: boot_get_fdt: android: compress handling (non-functional) fdt: boot_get_fdt: android: use ENV 'fdtaddr' as fallback
Lukas Auer (1): simple-bus: add DM_FLAG_PRE_RELOC flag to simple-bus driver
Ramon Fried (1): pci: pci.h: add missing maskbit
Simon Glass (13): sandbox: Improve debugging in initcall_run_list() sandbox: Correct maths in allocation routines sandbox: Drop the printf() in setup_ram_buf() sandbox: Move pre-console buffer out of the way of tracing bootstage: Allow calling bootstage_mark() before bootstage_init() sandbox: Increase the early-trace-buffer size initcall: Drop use of header files div64: Use kernel types div64: Don't instrument the division function trace: Tidy up error returns Convert CONFIG_TRACE to Kconfig Convert CONFIG_TRACE_BUFFER_SIZE et al to Kconfig sandbox: Enable the 'trace' command when tracing is used
Stefan Roese (1): dm: core: Change platform specific translation-offset handling
Thierry Reding (1): fdtdec: Use fdt_setprop_u32() for fdtdec_set_phandle()
arch/arm/mach-mvebu/Kconfig | 1 + arch/arm/mach-mvebu/spl.c | 12 +++++++--- arch/sandbox/cpu/os.c | 59 +++++++++++++++++++++++++++++++++++++++++-------- arch/sandbox/cpu/start.c | 16 +++++++++----- arch/sandbox/include/asm/global_data.h | 1 + board/sandbox/README.sandbox | 46 +++++++++++++++++++++++++++++++++++++++ cmd/Kconfig | 13 ++++++++++- common/board_f.c | 2 +- common/bootstage.c | 7 ++++++ common/command.c | 14 ++++++++++++ common/image-fdt.c | 33 ++++++++++++++-------------- configs/sandbox_defconfig | 2 +- drivers/core/Kconfig | 9 ++++++++ drivers/core/fdtaddr.c | 9 +++++--- drivers/core/root.c | 21 ------------------ drivers/core/simple-bus.c | 1 + include/asm-generic/global_data.h | 4 ++++ include/configs/sandbox.h | 4 ++-- include/div64.h | 70 +++++++++++++++++++++++++++++------------------------------ include/dm/fdtaddr.h | 21 ------------------ include/fdtdec.h | 5 ++++- include/initcall.h | 19 +++++++++------- include/os.h | 11 ++++++++++ include/pci.h | 1 + lib/Kconfig | 57 ++++++++++++++++++++++++++++++++++++++++++++++++ lib/div64.c | 20 +++++++++++------ lib/fdtdec.c | 7 ------ lib/trace.c | 17 ++++++++++----- scripts/config_whitelist.txt | 5 ----- 29 files changed, 335 insertions(+), 152 deletions(-)
Regards, Simon