mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-14 21:57:34 +00:00
![]() If we say that the version format should be the same for the `version_lowest` and the `version_bootloader` then it does not always make sense to set it at the same time. Moving the `version_format` to a standalone first-class property also means it can be typically be set in the custom device `_init()` function, which means we don't need to worry about *changing* ther version format as set by the USB and UDev superclass helpers. |
||
---|---|---|
.. | ||
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
Vendor ID Security
The vendor ID is set from the baseboard vendor, for example DMI:Star Labs