#1023769 efi-reader: Please add support for "riscv64" arch

Package:
src:efi-reader
Source:
src:efi-reader
Submitter:
Manuel A. Fernandez Montecelo
Date:
2025-01-11 10:06:02 UTC
Severity:
normal
Tags:
#1023769#5
Date:
2022-11-09 21:57:56 UTC
From:
To:
Hi,

Please enable this architecture, with the patch attached or an equivalent.

I built it locally on hardware, it built fine just by enabling the architecture
in debian/control, no other changes needed.


Thanks and cheers.
--
Manuel A. Fernandez Montecelo <mafm@debian.org>

#1023769#10
Date:
2022-11-12 23:00:17 UTC
From:
To:
Hey Manuel!

Are you sure you need to build efi-reader here? It's mostly a no-op
package on the existing arches already, and I'd be surprised if there
is any use for it on on riscv64.

Cheers,

Steve

#1023769#15
Date:
2022-11-19 00:22:31 UTC
From:
To:
Hi Steve,

Actually I didn't pay much attention to what the program does, I
stumbled upon it when trying to find small packages to test building
infra and that was it.  At the end of the tests I was submitting these
requests for several of the packaes.

Being part of debian-installer I imagined that it's needed in some
circumstances even if it's a tiny --but perhaps important-- part...
there's not much info to go by in the descriptions, and I'm not very
familiar with the installer other than as a user.

So dunno, I think that you're in a better position to decide whether
it's needed or not, I'm happy if you prefer to close this report.


Cheers!

#1023769#20
Date:
2025-01-11 10:02:56 UTC
From:
To:
As far as I can see,
- efi-reader just reads the Lang-* EFI variable an sets the
debian-installer/language debconf setting accordingly;
- it is only included in ia64 d-i initramfs;
- the .udeb is included in d-i ISO images but unused;
- it does not work with current Linux kernels because it reads
/proc/efi/vars/ which does not exist.

Is this package useful on any architecture ?