|
IBL Configuration
|
Defines | |
| #define | ibl_BOOT_FORMAT_AUTO 0 |
| #define | ibl_BOOT_FORMAT_NAME 1 |
| #define | ibl_BOOT_FORMAT_BIS 2 |
| #define | ibl_BOOT_FORMAT_COFF 3 |
| #define | ibl_BOOT_FORMAT_ELF 4 |
| #define | ibl_BOOT_FORMAT_BBLOB 5 |
| #define | ibl_BOOT_FORMAT_BTBL 6 |
| #define ibl_BOOT_FORMAT_AUTO 0 |
Auto determine the boot format from the data
| #define ibl_BOOT_FORMAT_BBLOB 5 |
Boot a binary blob
| #define ibl_BOOT_FORMAT_BIS 2 |
Boot TI AIS format
| #define ibl_BOOT_FORMAT_BTBL 6 |
Boot a TI boot table file
| #define ibl_BOOT_FORMAT_COFF 3 |
Boot a COFF file
| #define ibl_BOOT_FORMAT_ELF 4 |
Boot an ELF file
| #define ibl_BOOT_FORMAT_NAME 1 |
Determines the boot format based on file name (bootp/tftp only)
1.7.4