IBL Configuration
Data Fields
iblEth_s Struct Reference

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

Detailed Description

This structure is used to control the operation of the ibl ethernet boot.

The ethernet port and bootp request are controlled through this structure.


Field Documentation

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

If TRUE then the file name received from the bootp server is used, if FALSE the one in the ethInfo field is used

If TRUE then the server IP received from the bootp server is used, if FALSE the one in the ethInfo field is used


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