GBL SE upgrade tag type.

Public Attributes#

Tag ID and length.

uint32_t

Size of the SE upgrade blob.

uint32_t

Version of the SE image.

uint8_t *

Array of data for SE upgrade.

Public Attribute Documentation#

header#

GblTagHeader_t GblSeUpgrade_t::header

Tag ID and length.


Definition at line 228 of file platform/bootloader/parser/gbl/btl_gbl_format.h

blobSize#

uint32_t GblSeUpgrade_t::blobSize

Size of the SE upgrade blob.


Definition at line 229 of file platform/bootloader/parser/gbl/btl_gbl_format.h

version#

uint32_t GblSeUpgrade_t::version

Version of the SE image.


Definition at line 230 of file platform/bootloader/parser/gbl/btl_gbl_format.h

data#

uint8_t* GblSeUpgrade_t::data

Array of data for SE upgrade.


Definition at line 231 of file platform/bootloader/parser/gbl/btl_gbl_format.h