![]() Before: Information for the update status entry 0: Information Version: 7 Firmware GUID: {ddc0ee61-e7f0-4e7d-acc5-c070a398838e} Capsule Flags: 0x00000000x Hardware Instance: 0 Update Status: attempted Capsule File Path: /EFI/fedora/fw/fwupd-ddc0ee61-e7f0-4e7d-acc5-c070a398838e.cap failed: Error opening file /sys/firmware/efi/efivars/fwupd-671d19d0-43c- 4852-98d9-1ce16f9967e4-0-0abba7dc-e516-4167-bbf5-4d9d1c739416: No such file or directory failed: Error opening file /sys/firmware/efi/efivars/fwupd-a9971959-9246- 4a5b-b2f2-ba6fdcb19349-0-0abba7dc-e516-4167-bbf5-4d9d1c739416: No such file or directory After: Information for the update status entry 0: Information Version: 7 Firmware GUID: {ddc0ee61-e7f0-4e7d-acc5-c070a398838e} Capsule Flags: 0x00000000x Hardware Instance: 0 Update Status: attempted Capsule File Path: /EFI/fedora/fw/fwupd-ddc0ee61-e7f0-4e7d-acc5-c070a398838e.cap Information for the update status entry 1: Firmware GUID: {671d19d0-d43c-4852-98d9-1ce16f9967e4} Update Status: No update info found Information for the update status entry 2: Firmware GUID: {a9971959-9246-4a5b-b2f2-ba6fdcb19349} Update Status: No update info found Fixes https://github.com/fwupd/fwupd/issues/2530 |
||
---|---|---|
.. | ||
acpi-dmar | ||
acpi-facp | ||
altos | ||
amt | ||
ata | ||
bcm57xx | ||
bios | ||
ccgx | ||
colorhug | ||
coreboot | ||
cpu | ||
cros-ec | ||
csr | ||
dell | ||
dell-dock | ||
dell-esrt | ||
dfu | ||
ebitdo | ||
elantp | ||
emmc | ||
ep963x | ||
fastboot | ||
flashrom | ||
fresco-pd | ||
goodix-moc | ||
iommu | ||
jabra | ||
linux-lockdown | ||
linux-sleep | ||
linux-swap | ||
linux-tainted | ||
logind | ||
logitech-hidpp | ||
modem-manager | ||
msr | ||
nitrokey | ||
nvme | ||
optionrom | ||
pci-bcr | ||
pci-mei | ||
platform-integrity | ||
redfish | ||
rts54hid | ||
rts54hub | ||
solokey | ||
steelseries | ||
superio | ||
synaptics-cxaudio | ||
synaptics-mst | ||
synaptics-prometheus | ||
synaptics-rmi | ||
test | ||
thelio-io | ||
thunderbolt | ||
tpm | ||
tpm-eventlog | ||
uefi | ||
uefi-dbx | ||
uefi-recovery | ||
upower | ||
vli | ||
wacom-raw | ||
wacom-usb | ||
meson.build | ||
README.md |
Adding a new plugin
An extensible architecture allows for providing new plugin types (for reading and writing different firmware) as well as ways quirk their behavior.
You can find more information about the architecture in the developers section of the fwupd website.
You can use the fwupd developer documentation to assist with APIs available to write the plugin.
If you have a firmware specification and would like to see support in this project, please file an issue and share the spec. Patches are also welcome.
We will not accept plugins that upgrade hardware using a proprietary Linux executable, proprietary UEFI executable, proprietary library, or DBus interface.
Plugin interaction
Some plugins may be able to influence the behavior of other plugins. This includes things like one plugin turning on a device, or providing missing metadata to another plugin.
The ABI for these interactions is defined in: https://github.com/fwupd/fwupd/blob/master/src/fu-device-metadata.h
All interactions between plugins should have the interface defined in that file.