|
IBL Configuration
|
The ibl boot map structure. More...
#include <ibl.h>
Data Fields | |
| uint16 | length |
| uint16 | chkSum |
| uint32 | addrLe |
| uint32 | configLe |
| uint32 | addrBe |
| uint32 | configBe |
The ibl boot map structure.
The ibl boot device contains a structure which identifies the location of the big and little endian ibl images on the external device.
| uint32 addrBe |
Base address of the boot tables for the big endian image
| uint32 addrLe |
Base address of the boot tables for the little endian image
| uint16 chkSum |
Value which makes the ones complement checksum over the block equal to 0 or -0
| uint32 configBe |
Base address of the ibl structure for use with the big endian image
| uint32 configLe |
Base address of the ibl structure for use with the little endian image
| uint16 length |
Size of the structure in bytes
1.7.4