Update u-boot to 2018.05

  • Done
  • quality assurance status badge
Details
2 participants
  • Danny Milosavljevic
  • Vagrant Cascadian
Owner
unassigned
Submitted by
Vagrant Cascadian
Severity
normal

Debbugs page

Vagrant Cascadian wrote 7 years ago
(address . guix-patches@gnu.org)
87tvrdvk4v.fsf@aikidev.net
The attached patch updates u-boot to 2018.05.

It has been build-tested all u-boot-* targets, and boot tested on
wandboard.

live well,
vagrant
From 51fcdd3f3d8461e43764ec73dd50cd4414713095 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@debian.org>
Date: Fri, 11 May 2018 22:59:44 +0000
Subject: [PATCH] gnu: u-boot: Update to 2018.05.

* gnu/packages/bootloaders.scm (u-boot): Update to 2018.05.
---
gnu/packages/bootloaders.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index c0a0101c5..b72858f7b 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -338,7 +338,7 @@ tree binary files. These are board description files used by Linux and BSD.")
(define u-boot
(package
(name "u-boot")
- (version "2018.01")
+ (version "2018.05")
(source (origin
(method url-fetch)
(uri (string-append
@@ -346,7 +346,7 @@ tree binary files. These are board description files used by Linux and BSD.")
"u-boot-" version ".tar.bz2"))
(sha256
(base32
- "1nidnnjprgxdhiiz7gmaj8cgcf52l5gbv64cmzjq4gmkjirmk3wk"))))
+ "0j60p4iskzb4hamxgykc6gd7xchxfka1zwh8hv08r9rrc4m3r8ad"))))
(native-inputs
`(("bc" ,bc)
;("dtc" ,dtc) ; they have their own incompatible copy.
--
2.17.0
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEcDardHbDotegGFCHt4uC1IFLkbYFAlr2KVAACgkQt4uC1IFL
kbaxyBAAl2J5iU0cJzvU4ufp1SCCcpGkjXFrcliJ737LDlfgdM1YUxIVUzqbhbMJ
xO8rnPPY54V5Kc6pnWZ69FTpe4yA2fp5zJHNRvnk19+2JTYDy2PrOXxYHXEG5OWE
wb83mlio6Pw8DWgZn0iVZSw0RXdLNvEqfBKj9YsTxWfDZGEEZfBDziFo0BDWTBB4
iCB1BT2e5AAYwk2sjsfkexn45V42AGg5OoF/H7ByC9grEJEZGJt4U7lrKRcmBYst
O0nyI0cZBrz/8Bt5jfQjV8TeNTloZsDNq3lANfyKwn0jpu3RQCHOZXq9Aki7H+D0
AXCNHyRd5O9WA5Yxd2VmB2RNxsFhKyl5bAh9C8pXIqAremoqpCmXI1u1GZfq2KlH
N9y9Yt5clo9uo3jUWv0zEZ5VRdsUGI22bCmbJKmZatE4AWYvtlzIcrj+lL0nNKxr
64uYoDwwx4DlkE0Eugt2coHDN7xjJJRKaT2+X5k/HKxl+9JLHhs8761SHrxmka1k
Wff/bOPEYCLzB5ethQhffOZaSEkWc5SfSFgMOAbBaM3dn/G91/GTKveHjY35k+gw
cd/nQJv8x0go4frfWmzb6WO9PBnxzRo9R1WDwbKVcLTlz15KNugXxH5JFMqbvk5K
w04K3K8Ga6FG+Te4rFzeAjt6bSzmh5KKNdU2kHRKpjnkeyC0cos=
=dcYg
-----END PGP SIGNATURE-----

Danny Milosavljevic wrote 7 years ago
(name . Vagrant Cascadian)(address . vagrant@debian.org)(address . 31426-done@debbugs.gnu.org)
20180512103956.50c3c67a@scratchpost.org
Pushed to master as 3bdb24826ebb568580c93580e4b4a9567f8060cc (with minimal
changes to commit message).

I also re-enabled our (newer) dtc for u-boot. Earlier we used the bundled copy
because our copy was too new.
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlr2qFwACgkQ5xo1VCww
uqVAoAf+O/VIPP3YDs9AGwOmefd2ZrsRfORlaKJOyRw1Snw4BUyfi9bX6BlfnCYP
wfCGz5XAKEjg5zNgSBLU+DMDONhoD0ePoqdNriucwgcsZXcBNO8Nhxutueooou4D
KFCgGVmA+iThvtdwr+5eHzp8g0BN/GH3806tgGCmJMp6o8jSIYNtSfYsWQyAYAHO
fY0Wbzq8GTEbHVgbS44gv+XHhZTzNnoud84aF6BSjLR4agjaVWgANwhVzGytP/VJ
SHrQo0TY8Q19LCGAydwbo3MfR6FW8TX4Fniezr1gX+VdbhHCH0/64/5GHN78xD7R
1ysFCV9XXfoY5S13sqQ9PYVA/+x1/g==
=JqMY
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 31426
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