|
IBL Configuration
|
This structure is used to control the operation of the NAND boot. More...
#include <ibl.h>
Data Fields | |
| int32 | bootFormat |
| uint32 | bootAddress [ibl_N_ENDIANS][ibl_N_IMAGES] |
| int32 | interface |
| iblBinBlob_t | blob [ibl_N_ENDIANS][ibl_N_IMAGES] |
| nandDevInfo_t | nandInfo |
This structure is used to control the operation of the NAND boot.
| iblBinBlob_t blob[ibl_N_ENDIANS][ibl_N_IMAGES] |
Used only if the format is ibl_BOOT_FORMAT_BBLOB
| uint32 bootAddress[ibl_N_ENDIANS][ibl_N_IMAGES] |
The start address of each image for booting
| int32 bootFormat |
The format of the boot data file. IblBootFormats
| int32 interface |
The nand interface iblPmemf
1.7.4