Hi Tom, https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/15430
The following changes since commit b0eda49bc9b00503366f2ec431be0178caf9e9b5: Merge tag 'u-boot-at91-fixes-2023.04-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 (2023-03-01 09:39:18 -0500) are available in the Git repository at: git://git.denx.de/u-boot-dm.git tags/dm-pull-29feb23 for you to fetch changes up to abe2a16aa52ea21acb435e9f1d9c85f5ac4e7794: tools: binman: minor formatting fix in docs (2023-03-01 11:22:40 -0700) ---------------------------------------------------------------- minor sandbox fixes a37xx fix Add camel-case tool, since the conversion will take a while ---------------------------------------------------------------- Heinrich Schuchardt (3): sandbox: allow building sandbox_spl with CONFIG_DEBUG MAINTAINERS: assign sandbox drivers to SANDBOX sandbox: fix building with CONFIG_SPL_TIMER=y Michal Suchanek (1): sandbox: Correctly define BITS_PER_LONG Ralph Siemsen (1): tools: binman: minor formatting fix in docs Robert Marko (1): arm64: a37xx: pinctrl: probe after binding Simon Glass (1): RFC: tools: Add a camel-case conversion script MAINTAINERS | 1 + arch/sandbox/include/asm/types.h | 6 +-- configs/sandbox_spl_defconfig | 4 ++ drivers/pinctrl/mvebu/pinctrl-armada-37xx.c | 14 +++++++ drivers/timer/sandbox_timer.c | 2 + scripts/style.py | 180 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ tools/binman/binman.rst | 4 +- 7 files changed, 204 insertions(+), 7 deletions(-) create mode 100755 scripts/style.py Regards, Simon