fwupd/libfwupdplugin/tests/intel-thunderbolt.builder.xml
Richard Hughes 16b463334e Export the generic Intel Thunderbolt firmware format
This is being used for other products, e.g. USB4 docks.

If non-Intel firmware is being used (e.g. ASMedia) then the explicit
calls to `fu_intel_thunderbolt_nvm_new()` can be changed to something
like `fu_firmware_new_from_gtypes()` with all the formats listed.
2022-08-30 14:20:14 +01:00

12 lines
322 B
XML

<firmware gtype="FuIntelNvmFirmware">
<offset>0x10</offset>
<vendor_id>0xd4</vendor_id>
<device_id>0x15ef</device_id>
<model_id>0xb070</model_id>
<family>titan-ridge</family>
<flash_size>0x3</flash_size>
<is_host>false</is_host>
<is_native>false</is_native>
<version_raw>0x6000</version_raw>
</firmware>