fwupd/plugins/emmc
Richard Hughes 99002a7a18 Build many more plugins as builtin
This reduces the plugin directory size by 2.2Mb
2022-09-28 17:01:23 +01:00
..
emmc.quirk Simplify the quirk file format 2021-03-03 08:30:34 +00:00
fu-emmc-device.c emmc: Use struct init to set mmc_ioc_cmd 2022-09-09 19:23:29 +01:00
fu-emmc-device.h trivial: reformat the whole tree to match new format 2021-08-24 11:18:40 -05:00
fu-emmc-plugin.c Build many more plugins as builtin 2022-09-28 17:01:23 +01:00
fu-emmc-plugin.h Build many more plugins as builtin 2022-09-28 17:01:23 +01:00
meson.build Build many more plugins as builtin 2022-09-28 17:01:23 +01:00
README.md Add eMMC guids to include FW version 2022-06-22 15:58:57 +01:00

eMMC

Introduction

This plugin reads the sysfs attributes corresponding to eMMC devices. It uses the kernel MMC API for flashing devices.

Protocol

eMMC devices support the org.jedec.mmc protocol.

GUID Generation

These devices use the following instance values:

  • EMMC\%NAME%
  • EMMC\%NAME%&%REV%
  • EMMC\%MANFID%&%OEMID%
  • EMMC\%MANFID%&%OEMID%&%NAME%
  • EMMC\%MANFID%&%NAME%&%REV%
  • EMMC\%MANFID%&%OEMID%&%NAME%&%REV%

Update Behavior

The firmware is deployed when the device is in normal runtime mode, but it is only activated when the device is rebooted.

Vendor ID Security

The vendor ID is set from the EMMC vendor, for example set to EMMC:{$manfid}

External Interface Access

This plugin requires ioctl MMC_IOC_CMD and MMC_IOC_MULTI_CMD access.