mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-30 03:20:56 +00:00
![]() Asking the user for the UID mapping isn't working very well, as it requires lots of manual handholding. It also doesn't work very well when the device vendor does not actually have a PCI ID or if the vendor has split into two entities. Just use the OUI address as an additional VendorID and match any of the device IDs against any of the metadata-supplied values. |
||
---|---|---|
.. | ||
example | ||
flashrom.quirk | ||
fu-plugin-flashrom.c | ||
meson.build | ||
README.md |
Flashrom
Introduction
This plugin uses flashrom
to update the system firmware.
Firmware Format
The daemon will decompress the cabinet archive and extract a firmware blob in an unspecified binary file format, which is typically the raw input for an EEPROM programmer.
This plugin supports the following protocol ID:
- org.flashrom
GUID Generation
These device uses hardware ID values which are derived from SMBIOS. They should
match the values provided by fwupdtool hwids
or the ComputerHardwareIds.exe
Windows utility.
Vendor ID Security
The vendor ID is set from the BIOS vendor, for example DMI:Google
External interface access
This plugin requires access to all interfaces that libflashrom
has been compiled for.
This typically is /sys/bus/spi
but there may be other interfaces as well.