From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 6 Oct 2020 11:36:15 -0600 Subject: Please pull u-boot-dm Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, build result here: https://gitlab.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/4934 The following changes since commit b24550accd7e3a62c6da773a9096dfd1471403d5: configs: Resync with savedefconfig (2020-10-05 14:11:16 -0400) are available in the Git repository at: git://git.denx.de/u-boot-dm.git tags/dm-pull-6oct20 for you to fetch changes up to 175e8322bcee64127a24acdac12c54f5ddb95f82: sandbox: avoid duplicate backslash input (2020-10-06 09:07:54 -0600) ---------------------------------------------------------------- bloblist enhancement for alignment Update ofnode/dev_read phandle function sandbox keyboard enhancements and fixes ---------------------------------------------------------------- Heinrich Schuchardt (4): MAINTAINERS: assign doc/arch/sandbox.rst doc/arch/sandbox.rst: reformat command line options sandbox: add missing SDL key scan codes sandbox: avoid duplicate backslash input Patrick Delaunay (4): dm: update test on of_offset in ofnode_valid dm: add cells_count parameter in *_count_phandle_with_args fdtdec: correct test on return of fdt_node_offset_by_phandle test: dm: add test for phandle access functions Simon Glass (5): bloblist: Add a command bloblist: Compare addresses rather than pointers in tests bloblist: Tidy up the data alignment bloblist: Allow custom alignment for blobs bloblist: Fix up a few comments Stefan Roese (1): dm: ofnode: Fix compile breakage with OF_CHECKS enabled MAINTAINERS | 1 + arch/sandbox/cpu/sdl.c | 156 ++++++++++++++++++++++---------------- arch/sandbox/dts/cros-ec-keyboard.dtsi | 20 +++-- arch/sandbox/dts/test.dts | 1 + arch/x86/cpu/intel_common/acpi.c | 2 +- arch/x86/cpu/intel_common/intel_opregion.c | 2 +- board/st/stm32mp1/stm32mp1.c | 2 +- cmd/Kconfig | 9 +++ cmd/Makefile | 1 + cmd/bloblist.c | 37 +++++++++ common/bloblist.c | 120 ++++++++++++++++++++++++----- doc/arch/sandbox.rst | 57 ++++++++------ drivers/clk/clk-uclass.c | 4 +- drivers/core/of_access.c | 7 +- drivers/core/ofnode.c | 6 +- drivers/core/read.c | 5 +- drivers/net/designware.c | 3 +- drivers/phy/phy-uclass.c | 2 +- drivers/power/domain/power-domain-uclass.c | 2 +- drivers/reset/reset-uclass.c | 3 +- drivers/usb/host/ehci-generic.c | 4 +- drivers/usb/host/ohci-da8xx.c | 3 +- drivers/usb/host/ohci-generic.c | 6 +- include/bloblist.h | 42 +++++++++- include/dm/of_access.h | 4 +- include/dm/ofnode.h | 12 +-- include/dm/read.h | 8 +- include/test/ut.h | 13 ++++ lib/fdtdec.c | 2 +- test/bloblist.c | 148 ++++++++++++++++++++++++++++++++---- test/dm/ofnode.c | 91 ++++++++++++++++++++++ test/dm/test-fdt.c | 65 ++++++++++++++++ 32 files changed, 673 insertions(+), 165 deletions(-) create mode 100644 cmd/bloblist.c Regards, Simon