[U-Boot] Please pull u-boot-dm
Simon Glass
sjg at chromium.org
Fri Apr 12 21:51:52 UTC 2019
Hi Tom,
Build result at https://travis-ci.org/sglass68/u-boot/builds/519059521
The following changes since commit 02f173ca156cee8526dff87603d5e446b443cde3:
Merge branch 'master' of git://git.denx.de/u-boot-usb (2019-04-11
14:29:37 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/pull-12apr19
for you to fetch changes up to 73c02e5e4fc1ef53d06289232edd6cc52e3d73f6:
fdt: Fix mkimage list to try every header type (2019-04-11 20:10:50 -0600)
----------------------------------------------------------------
fdtdec tests and improvements for carve-outs
pinctrl race-condition fix
various other fixes in sandbox, sound, mkimage, etc.
----------------------------------------------------------------
Christian Gmeiner (1):
dm: sound: make all functions static inline
Christoph Muellner (1):
dm: pinctrl: Remove obsolete function pinctrl_decode_pin_config_dm().
Eugeniu Rosca (1):
core: ofnode: Fix ASAN-reported stack-buffer-overflow in
of_get_address
Jordan Hand (1):
fdt: Fix mkimage list to try every header type
Michal Simek (1):
dm: Also remove interrupts property from SPL DT
Patrice Chotard (1):
dm: pinctrl: Avoid race condition on probe for UCLASS_PINCTRL
Patrick Delaunay (7):
dm: remove pre reloc properties in SPL and TPL device tree
dm: pinctrl: Skip gpio-controller node in pinconfig_post_bind()
syscon: update syscon_regmap_lookup_by_phandle
sysreset: use syscon_regmap_lookup_by_phandle
clk: at91: replace dm_fdt_pre_reloc by dm_ofnode_pre_reloc
clk: socfpga: replace dm_fdt_pre_reloc by dm_ofnode_pre_reloc
dm: remove unused function dm_fdt_pre_reloc
Simon Glass (1):
cros: Expand the Chromium OS documentation
Thierry Reding (15):
fdt: Remove duplicate code
vsprintf: Support phys_addr_t specifier unconditionally
sandbox: Use correct phys_{addr, size}_t for PHYS_64BIT=y
sandbox: Properly print physical addresses
libfdt: Add phandle generation helper
fdtdec: Add cpu_to_fdt_{addr, size}() macros
fdtdec: Add fdt_{addr, size}_unpack() helpers
fdtdec: Implement fdtdec_set_phandle()
fdtdec: Implement fdtdec_add_reserved_memory()
fdtdec: Implement carveout support functions
fdtdec: Add Kconfig symbol for tests
fdtdec: test: Fix build warning
fdtdec: test: Use compound statement macros
fdtdec: test: Add carveout tests
sandbox: Enable fdtdec tests
.../devicetree/bindings/reserved-memory/reserved-memory.txt | 136
++++++++++++++
arch/sandbox/dts/test.dts | 3 +-
arch/sandbox/include/asm/sdl.h | 4 +-
arch/sandbox/include/asm/types.h | 12 +-
arch/sandbox/lib/pci_io.c | 2 +-
common/fdt_support.c | 6 -
configs/sandbox64_defconfig | 1 +
configs/sandbox_defconfig | 1 +
doc/README.chromium | 296
++++++++++++------------------
doc/README.chromium-chainload | 239
++++++++++++++++++++++++
drivers/clk/altera/clk-arria10.c | 3 +-
drivers/clk/at91/pmc.c | 2 +-
drivers/core/ofnode.c | 21
+--
drivers/core/syscon-uclass.c | 83
++++++---
drivers/core/util.c | 40
+---
drivers/pinctrl/pinctrl-uclass.c | 36
+---
drivers/sysreset/sysreset_syscon.c | 15 +-
dts/Kconfig | 8 +-
include/dm/pinctrl.h | 12 --
include/dm/util.h | 26
---
include/fdtdec.h | 169
+++++++++++++++++
lib/Kconfig | 4 +
lib/fdtdec.c | 225
+++++++++++++++++++++++
lib/fdtdec_test.c | 216
+++++++++++++++++-----
lib/libfdt/fdt_ro.c | 31
++++
lib/vsprintf.c | 2 +-
scripts/Makefile.lib | 1 +
scripts/dtc/libfdt/fdt_ro.c | 31
++++
scripts/dtc/libfdt/libfdt.h | 19 ++
scripts/dtc/libfdt/libfdt_env.h | 1 +
test/dm/syscon.c | 7 +
tools/mkimage.c | 23
++-
32 files changed, 1280 insertions(+), 395 deletions(-)
create mode 100644
Documentation/devicetree/bindings/reserved-memory/reserved-memory.txt
create mode 100644 doc/README.chromium-chainload
Regards,
Simon
More information about the U-Boot
mailing list