[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/105: gnu: make-arm-trusted-firmware: Update to 2.12.
From: |
guix-commits |
Subject: |
08/105: gnu: make-arm-trusted-firmware: Update to 2.12. |
Date: |
Wed, 25 Dec 2024 10:20:43 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 06203a8482e17d8000d7d8cde9bd40c7875e72d7
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Thu Dec 19 23:10:34 2024 +0100
gnu: make-arm-trusted-firmware: Update to 2.12.
* gnu/packages/firmware.scm (make-arm-trusted-firmware): Update to 2.12.
[arguments]: Select correct objcopy and objdump variants.
[native-inputs]: Add python to avoid warnings.
Change-Id: Iccff10b16090913fe5c99491d8335f8ede09038c
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
---
gnu/packages/firmware.scm | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index 758a10d7d2..6ce6694e1d 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -1108,7 +1108,7 @@ Virtual Machines. OVMF contains a sample UEFI firmware
for QEMU and KVM.")
(string=? (%current-system) (gnu-triplet->nix-system triplet))))
(package
(name (string-append "arm-trusted-firmware-" platform))
- (version "2.9")
+ (version "2.12")
(source
(origin
(method git-fetch)
@@ -1118,7 +1118,7 @@ Virtual Machines. OVMF contains a sample UEFI firmware
for QEMU and KVM.")
(commit (string-append "v" version))))
(file-name (git-file-name "arm-trusted-firmware" version))
(sha256
- (base32 "16fjbn1zck0d8b554h8lk1svqqn0zlawvrlkjxry9l71s9h4vd0p"))
+ (base32 "18rzhygvq0afcylirq9yis3kaa1nli14k2jrm64ih85gz4nhl99w"))
(modules '((guix build utils)))
;; Remove binary blobs: they don't reference a source or license.
(snippet #~(for-each delete-file (find-files "." "\\.bin$")))))
@@ -1128,7 +1128,15 @@ Virtual Machines. OVMF contains a sample UEFI firmware
for QEMU and KVM.")
#:target (and (not (native-build?)) triplet)
#:phases
#~(modify-phases %standard-phases
- (delete 'configure) ;no configure script
+ (replace 'configure ;no configure script
+ ;; Fix ATF commit ffb7742125def3e0acca4c7e4d3215af5ce25a31
+ (lambda _
+ (unless #$(native-build?)
+ (substitute* "plat/rockchip/rk3399/drivers/m0/Makefile"
+ (("-oc") "-oc-default"))
+ (substitute* "make_helpers/build_macros.mk"
+ (("-oc") "-oc-default")
+ (("-od") "-od-default")))))
(replace 'install
(lambda _
(for-each (lambda (file)
@@ -1138,9 +1146,10 @@ Virtual Machines. OVMF contains a sample UEFI firmware
for QEMU and KVM.")
#~(list (string-append "PLAT=" #$platform)
#$@(if (not (native-build?))
(list (string-append "CROSS_COMPILE=" triplet "-"))
- '())
+ '("CC=gcc"))
"DEBUG=1")
#:tests? #f)) ;no test suite
+ (native-inputs (list python))
(home-page "https://www.trustedfirmware.org/")
(synopsis "Secure world software for ARMv7-A and ARMv8-A")
(description
- 09/105: gnu: arm-trusted-firmware-imx8mq: Fix build., (continued)
- 09/105: gnu: arm-trusted-firmware-imx8mq: Fix build., guix-commits, 2024/12/25
- 19/105: gnu: make-torbrowser: Unbundle libevent., guix-commits, 2024/12/25
- 26/105: gnu: go-filippo-io-age: Update to 1.2.1. [security fix], guix-commits, 2024/12/25
- 34/105: gnu: python-msgspec: Update to 0.18.6., guix-commits, 2024/12/25
- 37/105: gnu: python-bokeh: Fix build., guix-commits, 2024/12/25
- 39/105: gnu: python-qdldl: Add missing input., guix-commits, 2024/12/25
- 40/105: gnu: python-cachetools: Update to 5.5.0., guix-commits, 2024/12/25
- 48/105: gnu: python-awkward: Update to 2.7.2., guix-commits, 2024/12/25
- 52/105: gnu: Add python-legacy-cgi., guix-commits, 2024/12/25
- 66/105: gnu: python-colorama: Update to 0.4.6., guix-commits, 2024/12/25
- 08/105: gnu: make-arm-trusted-firmware: Update to 2.12.,
guix-commits <=
- 15/105: gnu: Add python-webcolors@24.11.1., guix-commits, 2024/12/25
- 24/105: gnu: make-torbrowser: Unbundle nss., guix-commits, 2024/12/25
- 33/105: gnu: python-irc-parser-tests: Fix build and enable tests., guix-commits, 2024/12/25
- 43/105: gnu: python-nox: Update to 2024.10.09., guix-commits, 2024/12/25
- 46/105: gnu: python-scikit-build-core: Update to 0.10.7., guix-commits, 2024/12/25
- 50/105: gnu: python-numcodecs: Update to 0.13.1., guix-commits, 2024/12/25
- 51/105: gnu: Add python-repoze-lru., guix-commits, 2024/12/25
- 62/105: gnu: python-zarr: Update to 2.18.4., guix-commits, 2024/12/25
- 67/105: gnu: python-chardet: Update to 5.2.0., guix-commits, 2024/12/25
- 71/105: gnu: python-devtools: Simplify., guix-commits, 2024/12/25