Method
FwupdPluginFirmwareparse_full
Declaration [src]
gboolean
fu_firmware_parse_full (
FuFirmware* self,
GBytes* fw,
guint64 addr_start,
guint64 addr_end,
FwupdInstallFlags flags,
GError** error
)
Description [src]
Parses a firmware, typically breaking the firmware into images.
Available since: | 1.3.1 |
Parameters
fw |
GBytes |
Firmware blob. |
|
The data is owned by the caller of the function. | |
addr_start |
guint64 |
Start address, useful for ignoring a bootloader. |
|
addr_end |
guint64 |
End address, useful for ignoring config bytes. |
|
flags |
FwupdInstallFlags |
Install flags, e.g. |
|
error |
GError ** |
The return location for a GError* , or NULL . |