mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: arm-trusted-firmware: Update to 2.12.1.
* gnu/packages/firmware.scm (make-arm-trusted-firmware): Update to 2.12.1.
This commit is contained in:
parent
7a2c8797b9
commit
3aed6ee07b
1 changed files with 3 additions and 3 deletions
|
@ -1108,17 +1108,17 @@ Virtual Machines. OVMF contains a sample UEFI firmware for QEMU and KVM.")
|
||||||
(string=? (%current-system) (gnu-triplet->nix-system triplet))))
|
(string=? (%current-system) (gnu-triplet->nix-system triplet))))
|
||||||
(package
|
(package
|
||||||
(name (downstream-package-name "arm-trusted-firmware-" platform))
|
(name (downstream-package-name "arm-trusted-firmware-" platform))
|
||||||
(version "2.12")
|
(version "2.12.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url (string-append "https://git.trustedfirmware.org"
|
(url (string-append "https://git.trustedfirmware.org"
|
||||||
"/TF-A/trusted-firmware-a.git/"))
|
"/TF-A/trusted-firmware-a.git/"))
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "lts-v" version))))
|
||||||
(file-name (git-file-name "arm-trusted-firmware" version))
|
(file-name (git-file-name "arm-trusted-firmware" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "18rzhygvq0afcylirq9yis3kaa1nli14k2jrm64ih85gz4nhl99w"))
|
(base32 "1vngwbjghgsh5i02zq66nmbxxr2d4p93rirsvh5jrhbcdn0v5xf8"))
|
||||||
(patches (search-patches "8mq-enable-imx_hab_handler.patch"
|
(patches (search-patches "8mq-enable-imx_hab_handler.patch"
|
||||||
"8mq-move-stack-to-ocram_s.patch"))
|
"8mq-move-stack-to-ocram_s.patch"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue