Data Fields
SBL_MetaHeader_t Struct Reference

Structure containing all the metaheader details. More...

#include <utils/sbl/include/metaheader_parser.h>

Data Fields

uint32_t numFiles
 
uint32_t devId
 
uint32_t hdrCRCHi
 
uint32_t hdrCRCLo
 
uint32_t imageSize
 
uint32_t shMemAlloc
 
SBL_DeviceType deviceType
 
SBL_ImageDetails imageDetails [SBL_NUM_FILES_SUPPORTED]
 

Detailed Description

Structure containing all the metaheader details.

Field Documentation

SBL_DeviceType SBL_MetaHeader_t::deviceType

Device type HS/GP.

uint32_t SBL_MetaHeader_t::devId

Device Id.

uint32_t SBL_MetaHeader_t::hdrCRCHi

Metaheader CRC [7-4] bytes.

uint32_t SBL_MetaHeader_t::hdrCRCLo

Metaheader CRC [3-0] bytes.

SBL_ImageDetails SBL_MetaHeader_t::imageDetails[SBL_NUM_FILES_SUPPORTED]

All image details.

uint32_t SBL_MetaHeader_t::imageSize

Multicore image size.

uint32_t SBL_MetaHeader_t::numFiles

Num of files present.

uint32_t SBL_MetaHeader_t::shMemAlloc

shared memory allocation.


The documentation for this struct was generated from the following file:

Copyright 2019, Texas Instruments Incorporated