GNU bug report logs -
#77148
[PATCH 0/9] New firmware and updates
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/bootloaders.scm (u-boot-qemu-ppce550): New variable.
Change-Id: I92ec83741a90dc9e0c3bdcbeeab0ff5eb47024bf
---
gnu/packages/bootloaders.scm | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index fcdd3abbba1..8678e1c480a 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -6,7 +6,7 @@
;;; Copyright © 2016-2018, 2021-2023 Marius Bakke <marius <at> gnu.org>
;;; Copyright © 2016, 2017 Danny Milosavljevic <dannym <at> scratchpost.org>
;;; Copyright © 2016, 2017 David Craven <david <at> craven.ch>
-;;; Copyright © 2017, 2018, 2020-2024 Efraim Flashner <efraim <at> flashner.co.il>
+;;; Copyright © 2017, 2018, 2020-2025 Efraim Flashner <efraim <at> flashner.co.il>
;;; Copyright © 2018–2022 Tobias Geerinckx-Rice <me <at> tobias.gr>
;;; Copyright © 2019 nee <nee <at> cock.li>
;;; Copyright © 2019 Mathieu Othacehe <m.othacehe <at> gmail.com>
@@ -1330,6 +1330,26 @@ (define-public u-boot-qemu-arm64
;; details.
#:configs '("# CONFIG_FIT_SIGNATURE is not set")))
+(define-public u-boot-qemu-ppce550
+ (let ((base
+ (make-u-boot-package "qemu-ppce500" "powerpc-linux-gnu"
+ ;; Disable features that require OpenSSL due
+ ;; to GPL/Openssl license incompatibilities.
+ ;; See https://bugs.gnu.org/34717 for
+ ;; details.
+ #:configs '("# CONFIG_FIT_SIGNATURE is not set"))))
+ (package
+ (inherit base)
+ (arguments
+ (substitute-keyword-arguments (package-arguments base)
+ ((#:phases phases #~'%standard-phases)
+ #~(modify-phases #$phases
+ (replace 'install
+ (lambda _
+ (mkdir-p (string-append #$output "/share/qemu"))
+ (copy-file "u-boot" (string-append
+ #$output "/share/qemu/u-boot.e500")))))))))))
+
(define-public u-boot-qemu-riscv64
(make-u-boot-package "qemu-riscv64" "riscv64-linux-gnu"))
--
Efraim Flashner <efraim <at> flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
This bug report was last modified 78 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.