]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
CI: Update to coreboot 25.03
authorTom Rini <trini@konsulko.com>
Wed, 16 Jul 2025 00:15:39 +0000 (18:15 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 25 Jul 2025 16:55:40 +0000 (10:55 -0600)
At this point there's problems rebuilding coreboot-24.08 without manual
intervention. Let us upgrade to a newer version.

Signed-off-by: Tom Rini <trini@konsulko.com>
tools/docker/Dockerfile

index 02821417ca0c2673126bed721a8d92f336ed55f9..a83c80db496c082dd7b0cba73acc837521ca4c78 100644 (file)
@@ -292,8 +292,8 @@ RUN mkdir /tmp/trace && \
     rm -rf /tmp/trace
 
 # Build coreboot
-RUN wget -O - https://coreboot.org/releases/coreboot-24.08.tar.xz | tar -C /tmp -xJ && \
-    cd /tmp/coreboot-24.08 && \
+RUN wget -O - https://coreboot.org/releases/coreboot-25.03.tar.xz | tar -C /tmp -xJ && \
+    cd /tmp/coreboot-25.03 && \
     make crossgcc-i386 CPUS=$(nproc) && \
     make -C payloads/coreinfo olddefconfig && \
     make -C payloads/coreinfo && \
@@ -304,7 +304,7 @@ RUN wget -O - https://coreboot.org/releases/coreboot-24.08.tar.xz | tar -C /tmp
     make -j $(nproc) && \
     sudo mkdir /opt/coreboot && \
     sudo cp build/coreboot.rom build/cbfstool /opt/coreboot/ && \
-    rm -rf /tmp/coreboot-24.08
+    rm -rf /tmp/coreboot-25.03
 
 # Create our user/group
 RUN echo uboot ALL=NOPASSWD: ALL > /etc/sudoers.d/uboot