![]() |
![]() |
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] |
Structure containing all the metaheader details.
| 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.