IBL Configuration
Data Fields
iblBinBlob_s Struct Reference

This structure is used to identify binary blob load parameters. More...

#include <ibl.h>

Data Fields

uint32 startAddress
uint32 sizeBytes
uint32 branchAddress

Detailed Description

This structure is used to identify binary blob load parameters.

Since binary blob is formatless the start address, size and branch to address can be specified. In the case of network boot, boot will terminate when no more data is received (or timed out), even if the size is not reached.


Field Documentation

uint32 branchAddress

Where to branch to when the load is complete

uint32 sizeBytes

How much data to load

uint32 startAddress

Where the loaded data is placed


The documentation for this struct was generated from the following file:
 All Data Structures Variables