Skip to content

Latest commit

 

History

History

intel-gsc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Error in user YAML: (<unknown>): mapping values are not allowed in this context at line 1 column 14
---
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

Quirk Use

This plugin uses the following plugin-specific quirks:

Flags=has-aux

Has an AUX child device.

Flags=has-oprom

Has an option ROM child device.

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*.

Version Considerations

This plugin has been available since fwupd version 1.8.7.

Owners

Anyone can submit a pull request to modify this plugin, but the following people should be consulted before making major or functional changes:

  • Vitaly Lubart: @vlubart