Update u-boot to 2025.01

  • Done
  • quality assurance status badge
Details
One participant
  • Vagrant Cascadian
Owner
unassigned
Submitted by
Vagrant Cascadian
Severity
normal

Debbugs page

Vagrant Cascadian wrote 1 weeks ago
(address . guix-patches@gnu.org)(name . Efraim Flashner)(address . efraim@flashner.co.il)
87v7sr57e7.fsf@wireframe
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
From 1d8e45ddb17dee38339e47de851b84bb56bddb5f Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@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(-)

Toggle diff (35 lines)
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
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZ8TsUAAKCRDcUY/If5cW
qmhoAQClKT/CY+T2p9YiIjxwfCmrpZoF8WIrRnm0+K1C1KiP/wD+N7T9XdoJcZSW
FXC7dyQnvnyp8NumVUSbzJGp0mwPPQE=
=sOSh
-----END PGP SIGNATURE-----

Vagrant Cascadian wrote 1 weeks ago
(address . 76695@debbugs.gnu.org)(name . Efraim Flashner)(address . efraim@flashner.co.il)
877c5463i7.fsf@wireframe
On 2025-03-02, Vagrant Cascadian wrote:
Toggle quote (6 lines)
> 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
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZ8dJwAAKCRDcUY/If5cW
qp7uAQDet6DOkgEse92zUu8ixdDuvLnUmp+lEdOcwgUNqVU5hAD9EHfR/0QucRSW
DkMA9IAwp0kJcrHH1RWHvn9d4S3adgM=
=Epjm
-----END PGP SIGNATURE-----

Vagrant Cascadian wrote 3 days ago
(address . 76695-done@debbugs.gnu.org)(name . Efraim Flashner)(address . efraim@flashner.co.il)
87tt813m0o.fsf@wireframe
On 2025-03-04, Vagrant Cascadian wrote:
Toggle quote (4 lines)
> On 2025-03-02, Vagrant Cascadian wrote:
>> The attached patch updates u-boot to 2025.01.
>>
>> All dependents successfully built.
...
Toggle quote (3 lines)
> 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
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZ84OxwAKCRDcUY/If5cW
qoSvAQD9V7ppbFJ7OV5KXyHzhySGNiqYLaEhlaX866w4/uc95gEAs+ApYdCqVfaI
UF86x9e9jksLN2sOsBvKxRu8EA2UBQo=
=8RDr
-----END PGP SIGNATURE-----

Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76695@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76695
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help