[Bug 280742] ioctl on /dev/efi returns ENODEV

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 11 Aug 2024 07:12:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280742

--- Comment #1 from Daniel Schaefer <dhs@frame.work> ---
Getting the ESRT is important to outd out the firmware version of devices in
the system.
Here is how FWUPD calls that ioctl:
https://github.com/fwupd/fwupd/blob/5f221172736fcd460441abc62ea1c399f41512c1/plugins/uefi-capsule/fu-uefi-backend-freebsd.c#L112

I'm doing the same in Rust:
https://github.com/FrameworkComputer/framework-system/pull/50/files

-- 
You are receiving this mail because:
You are the assignee for the bug.