fwupd/plugins/superio
Richard Hughes 5c9b1fcc81 Only include the start year in the copyright header
The end year is legally and functionally redundant, and more importantly causes
cherry-pick conflicts when trying to maintain old branches. Use git for history.
2021-01-07 14:48:16 +00:00
..
fu-plugin-superio.c Allow specifying more than one VendorID for a device 2021-01-04 22:30:20 +00:00
fu-superio-common.c Move the file descriptor lifecycle into FuUdevDevice 2019-10-31 09:21:35 -05:00
fu-superio-common.h Only include the start year in the copyright header 2021-01-07 14:48:16 +00:00
fu-superio-device.c Use the FuUdevDevice ->to_string() output 2020-09-03 16:50:41 +01:00
fu-superio-device.h superio: Fix regression when coldplugging superio devices 2019-11-08 17:51:43 +00:00
fu-superio-it85-device.c Only include the start year in the copyright header 2021-01-07 14:48:16 +00:00
fu-superio-it85-device.h Only include the start year in the copyright header 2021-01-07 14:48:16 +00:00
fu-superio-it89-device.c Only include the start year in the copyright header 2021-01-07 14:48:16 +00:00
fu-superio-it89-device.h Only include the start year in the copyright header 2021-01-07 14:48:16 +00:00
meson.build Convert libfwupdprivate to a shared library libfwupdplugin 2019-11-27 11:32:43 +00:00
README.md Add external interface messages 2020-10-26 12:05:20 -05:00
superio.quirk Update superio.quirk 2020-09-29 11:40:55 +01:00

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:

GUID Generation

These devices use a custom GUID generated using the SuperIO chipset name:

  • SuperIO-$(chipset), for example SuperIO-IT8512

Vendor ID Security

The vendor ID is set from the baseboard vendor, for example DMI:Star Labs

External interface access

This plugin requires access to raw system memory via inb/outb.