|
IBL Configuration
|
This structure is used to identify binary blob load parameters. More...
#include <ibl.h>
Data Fields | |
| uint32 | startAddress |
| uint32 | sizeBytes |
| uint32 | branchAddress |
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.
| 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
1.7.4