]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Merge patch series "sc5xx: Add complete board support for all ADI SC5xx boards"
authorTom Rini <trini@konsulko.com>
Fri, 23 Jan 2026 20:21:28 +0000 (14:21 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 23 Jan 2026 20:55:32 +0000 (14:55 -0600)
Greg Malysa <malysagreg@gmail.com> 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 <trini@konsulko.com>
1  2 
.azure-pipelines.yml
.gitlab-ci.yml
MAINTAINERS
tools/docker/Dockerfile

index fd81741844c888eca975b7e655e2068343a9d8db,e4695f1c55ba1adef77bb4b04e6670d0b1154328..67880d22fffa682a7a4dc2963d25d1351af2ee69
@@@ -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 06d373ce4f1bf9b64134e3e1dc68fab5e3cafc5e,e7234e003ea51bcce952e6f86b44c5592f3a9f32..f618c304bd86fa79ae1dcd439d64f98043eea410
@@@ -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:
diff --cc MAINTAINERS
Simple merge
Simple merge