fwupd/plugins/intel-gsc
Richard Hughes 99df74f0c2 Add API to wait for a device
This allows us to ignore all the delays when the device is emulated, with the
idea being to do dozens of device emulations in the CI tests.

Also, do not call fu_progress_sleep() when the device is emulated.
2023-02-01 09:42:08 +00:00
..
fu-igsc-aux-device.c intel-gsc: Mark GPU devices as internal 2022-12-06 15:11:52 +00:00
fu-igsc-aux-device.h igsc: Add a plugin to update some Intel discrete graphics cards 2022-11-03 13:43:54 +00:00
fu-igsc-aux-firmware.c Lots of spelling fixes 2022-12-29 13:57:31 +00:00
fu-igsc-aux-firmware.h igsc: Add a plugin to update some Intel discrete graphics cards 2022-11-03 13:43:54 +00:00
fu-igsc-code-firmware.c trivial: Remove useless duplication 2022-12-15 17:27:22 +00:00
fu-igsc-code-firmware.h igsc: Add a plugin to update some Intel discrete graphics cards 2022-11-03 13:43:54 +00:00
fu-igsc-device.c Add API to wait for a device 2023-02-01 09:42:08 +00:00
fu-igsc-device.h igsc: Add a plugin to update some Intel discrete graphics cards 2022-11-03 13:43:54 +00:00
fu-igsc-heci.h igsc: Add a plugin to update some Intel discrete graphics cards 2022-11-03 13:43:54 +00:00
fu-igsc-oprom-device.c intel-gsc: Mark GPU devices as internal 2022-12-06 15:11:52 +00:00
fu-igsc-oprom-device.h igsc: Add a plugin to update some Intel discrete graphics cards 2022-11-03 13:43:54 +00:00
fu-igsc-oprom-firmware.c igsc: Add a plugin to update some Intel discrete graphics cards 2022-11-03 13:43:54 +00:00
fu-igsc-oprom-firmware.h igsc: Add a plugin to update some Intel discrete graphics cards 2022-11-03 13:43:54 +00:00
fu-igsc-plugin.c igsc: Add a plugin to update some Intel discrete graphics cards 2022-11-03 13:43:54 +00:00
fu-igsc-plugin.h igsc: Add a plugin to update some Intel discrete graphics cards 2022-11-03 13:43:54 +00:00
igsc.quirk igsc: Add a plugin to update some Intel discrete graphics cards 2022-11-03 13:43:54 +00:00
meson.build igsc: Add a plugin to update some Intel discrete graphics cards 2022-11-03 13:43:54 +00:00
README.md Include the plugin README text in the generated docs 2023-01-10 14:58:30 +00:00

title: Plugin: Intel GSC — Graphics System Controller

Introduction

This plugin is used to update the Intel graphics system controller via the Intel Management Engine.

Firmware Format

There are two firmware formats in use:

  • $FPT with children FuIfwiFptFirmware, where the FW_DATA_IMAGE is a FuIfwiCpdFirmware
  • A linear array of FuOpromFirmware images, each with a FuIfwiCpdFirmware

This plugin supports the following protocol ID:

  • com.intel.gsc

GUID Generation

These devices use the standard PCI DeviceInstanceId values, e.g.

  • MEI\VID_8086&DEV_4905

They also define custom per-part PCI IDs such as:

  • MEI\VID_8086&DEV_4905&PART_FWCODE
  • MEI\VID_8086&DEV_4905&PART_FWDATA
  • MEI\VID_8086&DEV_4905&PART_OPROMCODE
  • MEI\VID_8086&DEV_4905&PART_OPROMDATA

Vendor ID Security

The vendor ID is set from the PCI vendor, in this instance set to MEI:0x8086

External Interface Access

This plugin requires read/write access to /dev/mei*.