mirror of
https://git.proxmox.com/git/fwupd
synced 2026-03-28 11:59:14 +00:00
| .. | ||
| tests | ||
| fu-nvme-device.c | ||
| fu-nvme-device.h | ||
| fu-plugin-nvme.c | ||
| fu-self-test.c | ||
| meson.build | ||
| README.md | ||
NVMe
Introduction
This plugin adds support for NVMe storage hardware. Devices are enumerated from the Identify Controller data structure and can be updated with appropriate firmware file. Firmware is sent in 4kB chunks and activated on next reboot.
The device GUID is read from the vendor specific area and if not found then generated from the trimmed model string.
GUID Generation
These device use the NVMe DeviceInstanceId values, e.g.
NVME\VEN_1179&DEV_010F&REV_01NVME\VEN_1179&DEV_010FNVME\VEN_1179
Additionally, for NVMe drives with Dell vendor firmware two extra GUIDs are added:
STORAGE-DELL-${component-id}
and any optional GUID saved in the vendor extension block.