Hi Tom, This is for the -next branch.
https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/15866 The following changes since commit 942ac73afc37fb98695af4489ea1549c21615a5e: Merge tag 'u-boot-imx-next-20230331' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next (2023-03-31 12:50:34 -0400) are available in the Git repository at: git://git.denx.de/u-boot-dm.git tags/dm-next-3apr23 for you to fetch changes up to 00be5197e8423b8b71744ad0e3f2753d4be0132b: test: Run the VPL tests with 'make check' (2023-04-03 06:53:53 +1200) ---------------------------------------------------------------- Enable VPL tests Minor changes with fdt command, vboot test, pinctrl ---------------------------------------------------------------- Corentin Guillevic (1): doc: sandbox: replace sgdisk input with options Marek Vasut (1): cmd: fdt: Use env_set_hex() for "get addr" and "get size" Peter Hoyes (1): fdt: Make fdt addr -q quieter Quanyang Wang (1): pinctrl: fix pinctrl_gpio_get_pinctrl_and_offset for gpio-ranges array Roman Kopytin (1): test_vboot.py: include test of fdt_add_pubkey tool Simon Glass (4): sandbox: Update the VBE firmware location vbe: Use the correct image filename in the test CI: Ensure that vpl test is run test: Run the VPL tests with 'make check' .azure-pipelines.yml | 2 +- .gitlab-ci.yml | 2 +- arch/sandbox/dts/test.dts | 2 +- cmd/fdt.c | 32 ++++++++-------- doc/arch/sandbox/sandbox.rst | 2 +- drivers/pinctrl/pinctrl-uclass.c | 47 +++++++++++------------ test/cmd/fdt.c | 1 - test/py/tests/test_vbe_vpl.py | 6 ++- test/py/tests/test_vboot.py | 186 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------ test/run | 5 +++ 10 files changed, 200 insertions(+), 85 deletions(-) Regards, Simon