mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-16 15:51:29 +00:00
![]() Some plugins have devices with more than one protocol. Logically the protocol belongs to the device, not the plugin, and in the future we could use this to further check firmware that's about to be deployed. This is also not exported into libfwupd (yet?) as it's remains a debug-feature only -- protocols are not actually required for devices to be added. |
||
---|---|---|
.. | ||
fu-plugin-superio.c | ||
fu-superio-common.c | ||
fu-superio-common.h | ||
fu-superio-device.c | ||
fu-superio-device.h | ||
fu-superio-it85-device.c | ||
fu-superio-it85-device.h | ||
fu-superio-it89-device.c | ||
fu-superio-it89-device.h | ||
meson.build | ||
README.md | ||
superio.quirk |
SuperIO
This plugin enumerates the various ITE85* SuperIO embedded controller ICs found
in many laptops. Vendors wanting to expose the SuperIO functionality will need
to add a HwId quirk entry to superio.quirk
.
See https://en.wikipedia.org/wiki/Super_I/O for more details about SuperIO and what the EC actually does.
Other useful links:
- https://raw.githubusercontent.com/system76/ecflash/master/ec.py
- https://github.com/system76/firmware-update/tree/master/src
- https://github.com/coreboot/coreboot/blob/master/util/superiotool/superiotool.h
- https://github.com/flashrom/flashrom/blob/master/it85spi.c
- http://wiki.laptop.org/go/Ec_specification
GUID Generation
These devices use a custom GUID generated using the SuperIO chipset name:
SuperIO-$(chipset)
, for exampleSuperIO-IT8512