fwupd/plugins/superio
2020-10-26 12:05:20 -05:00
..
fu-plugin-superio.c Detect kernel lockdown status 2020-02-04 10:08:25 -06:00
fu-superio-common.c Move the file descriptor lifecycle into FuUdevDevice 2019-10-31 09:21:35 -05:00
fu-superio-common.h Move the file descriptor lifecycle into FuUdevDevice 2019-10-31 09:21:35 -05: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 Decouple the version format from the version itself 2020-02-25 14:00:09 +00:00
fu-superio-it85-device.h trivial: Remove G_BEGIN_DECLS from all private headers 2019-10-09 20:02:16 +01:00
fu-superio-it89-device.c Do not auto-detach when dumping firmware 2020-10-05 19:44:44 +01:00
fu-superio-it89-device.h trivial: Remove G_BEGIN_DECLS from all private headers 2019-10-09 20:02:16 +01: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.