Class
FwupdPluginFitFirmware
Description [src]
class FwupdPlugin.FitFirmware : FwupdPlugin.FdtFirmware {
parent_instance: FuFdtFirmware
}
A Flat Image Tree.
Documented: https://github.com/u-boot/u-boot/blob/master/doc/uImage.FIT/source_file_format.txt
See also: FuFdtFirmware
Instance methods
Methods inherited from FuFdtFirmware (3)
fu_fdt_firmware_get_cpuid
Gets the CPUID.
since: 1.8.2
fu_fdt_firmware_get_image_by_path
Gets the FDT image for a specific path.
since: 1.8.2
fu_fdt_firmware_set_cpuid
Sets the CPUID.
since: 1.8.2
Methods inherited from FuFirmware (52)
Please see FuFirmware for a full list of methods.
Properties
Properties inherited from FuFirmware (1)
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.