GNU bug report logs - #77577
[PATCH] build: bootloader: Add riscv64 case.

Previous Next

Package: guix-patches;

Reported by: Zheng Junjie <z572 <at> z572.online>

Date: Sun, 6 Apr 2025 15:07:01 UTC

Severity: normal

Tags: patch

Done: Z572 <z572 <at> z572.online>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77577 in the body.
You can then email your comments to 77577 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#77577; Package guix-patches. (Sun, 06 Apr 2025 15:07:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Zheng Junjie <z572 <at> z572.online>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 06 Apr 2025 15:07:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Zheng Junjie <z572 <at> z572.online>
To: guix-patches <at> gnu.org
Subject: [PATCH] build: bootloader: Add riscv64 case.
Date: Sun,  6 Apr 2025 23:06:00 +0800
* gnu/build/bootloader.scm (install-efi): Add riscv64 case.

Change-Id: I1c6c7949f0057f600817f09b5f52dca0644e3d88
---
 gnu/build/bootloader.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/build/bootloader.scm b/gnu/build/bootloader.scm
index af6063a884a..e582151604a 100644
--- a/gnu/build/bootloader.scm
+++ b/gnu/build/bootloader.scm
@@ -77,7 +77,9 @@ (define* (install-efi grub grub-config esp #:key targets)
                                 ((string-prefix? "armhf" system)
                                  '("arm-efi" . "BOOTARM.EFI"))
                                 ((string-prefix? "aarch64" system)
-                                 '("arm64-efi" . "BOOTAA64.EFI"))))))
+                                 '("arm64-efi" . "BOOTAA64.EFI"))
+                                ((string-prefix? "riscv64" system)
+                                 '("riscv64-efi" . "BOOTRISCV64.EFI"))))))
     ;; grub-mkstandalone requires a TMPDIR to prepare the firmware image.
     (setenv "TMPDIR" esp)
 

base-commit: 90279af10615cd74e4c52851f7fec797d4d0f682
prerequisite-patch-id: f6807c214a9924fb57a2a054dceba1802ba4536c
prerequisite-patch-id: b60437563c004733af4ad531ed0ca89b049e748f
-- 
2.49.0





Reply sent to Z572 <z572 <at> z572.online>:
You have taken responsibility. (Tue, 08 Apr 2025 07:10:02 GMT) Full text and rfc822 format available.

Notification sent to Zheng Junjie <z572 <at> z572.online>:
bug acknowledged by developer. (Tue, 08 Apr 2025 07:10:02 GMT) Full text and rfc822 format available.

Message #10 received at 77577-done <at> debbugs.gnu.org (full text, mbox):

From: Z572 <z572 <at> z572.online>
To: 77577-done <at> debbugs.gnu.org
Subject: Re: [bug#77577] [PATCH] build: bootloader: Add riscv64 case.
Date: Tue, 08 Apr 2025 15:09:31 +0800
[Message part 1 (text/plain, inline)]
Zheng Junjie <z572 <at> z572.online> writes:

> * gnu/build/bootloader.scm (install-efi): Add riscv64 case.
>
> Change-Id: I1c6c7949f0057f600817f09b5f52dca0644e3d88
> ---
>  gnu/build/bootloader.scm | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/build/bootloader.scm b/gnu/build/bootloader.scm
> index af6063a884a..e582151604a 100644
> --- a/gnu/build/bootloader.scm
> +++ b/gnu/build/bootloader.scm
> @@ -77,7 +77,9 @@ (define* (install-efi grub grub-config esp #:key targets)
>                                  ((string-prefix? "armhf" system)
>                                   '("arm-efi" . "BOOTARM.EFI"))
>                                  ((string-prefix? "aarch64" system)
> -                                 '("arm64-efi" . "BOOTAA64.EFI"))))))
> +                                 '("arm64-efi" . "BOOTAA64.EFI"))
> +                                ((string-prefix? "riscv64" system)
> +                                 '("riscv64-efi" . "BOOTRISCV64.EFI"))))))
>      ;; grub-mkstandalone requires a TMPDIR to prepare the firmware image.
>      (setenv "TMPDIR" esp)
>  
>
> base-commit: 90279af10615cd74e4c52851f7fec797d4d0f682
> prerequisite-patch-id: f6807c214a9924fb57a2a054dceba1802ba4536c
> prerequisite-patch-id: b60437563c004733af4ad531ed0ca89b049e748f
pushed, closing.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 06 May 2025 11:24:27 GMT) Full text and rfc822 format available.

This bug report was last modified 46 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.