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.


blobSize#

uint32_t GblSeUpgrade_t::blobSize

Size of the SE upgrade blob.


version#

uint32_t GblSeUpgrade_t::version

Version of the SE image.


data#

uint8_t* GblSeUpgrade_t::data

Array of data for SE upgrade.