GNU bug report logs - #76695
Update u-boot to 2025.01

Previous Next

Package: guix-patches;

Reported by: Vagrant Cascadian <vagrant <at> debian.org>

Date: Sun, 2 Mar 2025 23:41:02 UTC

Severity: normal

Done: Vagrant Cascadian <vagrant <at> debian.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76695 in the body.
You can then email your comments to 76695 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#76695; Package guix-patches. (Sun, 02 Mar 2025 23:41:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vagrant Cascadian <vagrant <at> debian.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 02 Mar 2025 23:41:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Vagrant Cascadian <vagrant <at> debian.org>
To: guix-patches <at> gnu.org
Cc: Efraim Flashner <efraim <at> flashner.co.il>
Subject: Update u-boot to 2025.01
Date: Sun, 02 Mar 2025 15:40:00 -0800
[Message part 1 (text/plain, inline)]
The attached patch updates u-boot to 2025.01.

All dependents successfully built.

I have not yet done any boot testing, though hope to before too long...

live well,
  vagrant
[0001-gnu-u-boot-Update-to-2025.01.patch (text/x-diff, inline)]
From 1d8e45ddb17dee38339e47de851b84bb56bddb5f Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant <at> debian.org>
Date: Sun, 2 Mar 2025 12:02:19 -0800
Subject: [PATCH] gnu: u-boot: Update to 2025.01.

* gnu/packages/bootloaders.scm (u-boot): Update to 2025.01.
(u-boot-sandbox): Disable MBEDTLS_LIB.
---
 gnu/packages/bootloaders.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 01497678cd..56c399ece6 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -757,7 +757,7 @@ (define-public dtc
 (define u-boot
   (package
     (name "u-boot")
-    (version "2024.10")
+    (version "2025.01")
     (source
      (origin
        (method git-fetch)
@@ -766,7 +766,7 @@ (define u-boot
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0yrhb0izihv47p781dc4cp0znc5g225ayl7anz23c6jdrmfbpz2h"))
+        (base32 "1i1v86bnixh8hyqbwwr5iwdnnadmg2fqxw9g526fvclsbvl8lz0v"))
        (patches (search-patches "u-boot-allow-disabling-openssl.patch"
                                 "u-boot-rockchip-inno-usb.patch"))))
     (build-system gnu-build-system)
@@ -1332,7 +1332,7 @@ (define base
       ;; These disabled features require OpenSSL, which is
       ;; incompatible with the GPLv2-only parts of U-boot.
       #:configs (map (cut string-append "# CONFIG_" <> " is not set")
-                     '("FIT_CIPHER"))
+                     '("FIT_CIPHER" "MBEDTLS_LIB"))
       #:append-description
       "The sandbox configuration of U-Boot provides a @command{u-boot}
 command that runs as a normal user space application.  It can be used to

base-commit: 6315f3ff4d3d0cf1bd89b92bdb9a139aee404ca2
-- 
2.39.5

[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#76695; Package guix-patches. (Tue, 04 Mar 2025 18:44:02 GMT) Full text and rfc822 format available.

Message #8 received at 76695 <at> debbugs.gnu.org (full text, mbox):

From: Vagrant Cascadian <vagrant <at> debian.org>
To: 76695 <at> debbugs.gnu.org
Cc: Efraim Flashner <efraim <at> flashner.co.il>
Subject: Re: Update u-boot to 2025.01
Date: Tue, 04 Mar 2025 10:43:12 -0800
[Message part 1 (text/plain, inline)]
On 2025-03-02, Vagrant Cascadian wrote:
> The attached patch updates u-boot to 2025.01.
>
> All dependents successfully built.
>
> I have not yet done any boot testing, though hope to before too long...

Finally got my rockpro64 up and running guix again, and boot-tested it,
so that is at least one platform!

Also tested with and without arm-trusted-firmware 2.12.1 from #76692
applied.

live well,
  vagrant
[signature.asc (application/pgp-signature, inline)]

Reply sent to Vagrant Cascadian <vagrant <at> debian.org>:
You have taken responsibility. (Sun, 09 Mar 2025 21:58:03 GMT) Full text and rfc822 format available.

Notification sent to Vagrant Cascadian <vagrant <at> debian.org>:
bug acknowledged by developer. (Sun, 09 Mar 2025 21:58:03 GMT) Full text and rfc822 format available.

Message #13 received at 76695-done <at> debbugs.gnu.org (full text, mbox):

From: Vagrant Cascadian <vagrant <at> debian.org>
To: 76695-done <at> debbugs.gnu.org
Cc: Efraim Flashner <efraim <at> flashner.co.il>
Subject: Re: Update u-boot to 2025.01
Date: Sun, 09 Mar 2025 14:57:27 -0700
[Message part 1 (text/plain, inline)]
On 2025-03-04, Vagrant Cascadian wrote:
> On 2025-03-02, Vagrant Cascadian wrote:
>> The attached patch updates u-boot to 2025.01.
>>
>> All dependents successfully built.
...
> Finally got my rockpro64 up and running guix again, and boot-tested it,
> so that is at least one platform!

Pushed as:

  e37d407e6c17d36c31b71a077c7fd505f2be5095 gnu: u-boot: Update to 2025.01.

live well,
  vagrant
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 07 Apr 2025 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 74 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.