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

Hi Tom,
Test results here:
https://gitlab.denx.de/u-boot/custodians/u-boot-dm/pipelines/1131
The following changes since commit ffc379b42c85466e1dd4c8fee8268801f26d2ab8:
Merge tag 'mips-pull-2019-10-25' of git://git.denx.de/u-boot-mips (2019-10-25 20:07:24 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-pull-29oct19
for you to fetch changes up to d60ae4c59df55c08dc96202ff58fed21ab3afb7d:
fdt: Fix alignment issue when reading 64-bits properties from fdt (2019-10-27 13:01:53 -0600)
---------------------------------------------------------------- Fix for patman with email addresses containing commas Bootstage improvements for TPL, SPL Various sandbox and dm improvements and fixes
---------------------------------------------------------------- Dmitry Torokhov (1): patman: separate emails in CC list with NULs
Jean-Jacques Hiblot (2): test: regmap: check the values read from the regmap fdt: Fix alignment issue when reading 64-bits properties from fdt
Kever Yang (1): dm: core: Update log method for uclass_find_device_by_seq
Simon Glass (14): sandbox: test: Show hex values on failure sandbox: Drop 'const' from sandbox_write() sandbox: test: Add a prototype for sandbox_set_enable_memio() dm: regmap: Fix mask in regmap_update_bits() tiny-printf: Reduce size by removing ctype tiny-printf: Add print_grouped_ull() tiny-printf: Reorder code to support %p bloblist: Reserve an aligned base bootstage: Store the next ID in the stash bootstage: Fix counting of entries in stash bootstage: Avoid conflicts between stash/unstash bootstage: Correct relocation algorithm bootstage: Mark the start/end of TPL and SPL separately bootstage: Allow SPL to obtain bootstage info from TPL
arch/sandbox/cpu/cpu.c | 3 +-- arch/sandbox/include/asm/io.h | 11 +++++----- arch/sandbox/include/asm/test.h | 11 ++++++++++ common/board_f.c | 2 ++ common/board_r.c | 1 - common/bootstage.c | 53 ++++++++++++++++++++++++++++++---------------- common/fdt_support.c | 2 +- common/spl/spl.c | 23 ++++++++++++++++---- drivers/core/ofnode.c | 2 +- drivers/core/regmap.c | 2 +- drivers/core/uclass.c | 11 ++++++---- include/bootstage.h | 2 ++ include/linux/libfdt_env.h | 1 + include/regmap.h | 3 ++- include/test/ut.h | 3 ++- lib/fdtdec.c | 2 +- lib/tiny-printf.c | 29 +++++++++++++++++++------ test/dm/regmap.c | 19 ++++++++++++++--- tools/patman/func_test.py | 4 ++-- tools/patman/patman.py | 2 +- tools/patman/series.py | 4 ++-- 21 files changed, 135 insertions(+), 55 deletions(-)
Regards, Simon

On Tue, Oct 29, 2019 at 05:35:08PM -0600, Simon Glass wrote:
Hi Tom,
Test results here:
https://gitlab.denx.de/u-boot/custodians/u-boot-dm/pipelines/1131
The following changes since commit ffc379b42c85466e1dd4c8fee8268801f26d2ab8:
Merge tag 'mips-pull-2019-10-25' of git://git.denx.de/u-boot-mips (2019-10-25 20:07:24 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-pull-29oct19
for you to fetch changes up to d60ae4c59df55c08dc96202ff58fed21ab3afb7d:
fdt: Fix alignment issue when reading 64-bits properties from fdt (2019-10-27 13:01:53 -0600)
Applied to u-boot/master, thanks!
participants (2)
-
Simon Glass
-
Tom Rini