From: Tom Rini Date: Fri, 23 Jan 2026 20:21:28 +0000 (-0600) Subject: Merge patch series "sc5xx: Add complete board support for all ADI SC5xx boards" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8de6e8f8a076d2c9b6d38d8563db135c167077ec;p=thirdparty%2Fu-boot.git Merge patch series "sc5xx: Add complete board support for all ADI SC5xx boards" Greg Malysa says: This series adds the final pieces to enable mainline U-Boot to build and boot all Analog Devices SC5xx SoCs and supports the associated carrier board options. At this point it should be viable for new users for these platforms to start with the latest version of U-Boot rather than our vendor fork, however some features (such as OSPI support and falcon boot) remain unavailable until we are able to unify our implementations with the mainline implementations. Link: https://lore.kernel.org/r/20251211080414.5363-1-malysagreg@gmail.com [trini: Rebuild CI containers to have new tools] Signed-off-by: Tom Rini --- 8de6e8f8a076d2c9b6d38d8563db135c167077ec diff --cc .azure-pipelines.yml index fd81741844c,e4695f1c55b..67880d22fff --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@@ -2,7 -2,7 +2,7 @@@ variables windows_vm: windows-2022 ubuntu_vm: ubuntu-24.04 macos_vm: macOS-14 - ci_runner_image: trini/u-boot-gitlab-ci-runner:noble-20251013-30Nov2025 - ci_runner_image: trini/u-boot-gitlab-ci-runner:jammy-20251013-26Nov2025 ++ ci_runner_image: trini/u-boot-gitlab-ci-runner:noble-20251013-23Jan2026 # Ensure we do a shallow clone Agent.Source.Git.ShallowFetchDepth: 1 # Add '-u 0' options for Azure pipelines, otherwise we get "permission diff --cc .gitlab-ci.yml index 06d373ce4f1,e7234e003ea..f618c304bd8 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@@ -19,7 -18,7 +19,7 @@@ workflow # Grab our configured image. The source for this is found # in the u-boot tree at tools/docker/Dockerfile - image: ${MIRROR_DOCKER}/trini/u-boot-gitlab-ci-runner:noble-20251013-30Nov2025 -image: ${MIRROR_DOCKER}/trini/u-boot-gitlab-ci-runner:jammy-20251013-26Nov2025 ++image: ${MIRROR_DOCKER}/trini/u-boot-gitlab-ci-runner:noble-20251013-23Jan2026 # We run some tests in different order, to catch some failures quicker. stages: