|
IBL Configuration
|
This structure is used to control the operation of the ibl ethernet boot. More...
#include <ibl.h>
Data Fields | |
| bool | doBootp |
| bool | useBootpServerIp |
| bool | useBootpFileName |
| int32 | bootFormat |
| iblBinBlob_t | blob |
| iblEthBootInfo_t | ethInfo |
This structure is used to control the operation of the ibl ethernet boot.
The ethernet port and bootp request are controlled through this structure.
Used only if the format is ibl_BOOT_FORMAT_BBLOB
| int32 bootFormat |
The format of the boot data file. IblBootFormats
| bool doBootp |
If true a bootp request is generated. If false the iblEthBootInfo_t table must be populated before the ibl begins execution
Low level ethernet information
| bool useBootpFileName |
If TRUE then the file name received from the bootp server is used, if FALSE the one in the ethInfo field is used
| bool useBootpServerIp |
If TRUE then the server IP received from the bootp server is used, if FALSE the one in the ethInfo field is used
1.7.4