2.2.4.2 bl_image_id_t
enum bl_image_id_t
Contains codes corresponding to the various image IDs used in the system.
IMAGE_0 |
0x00 - Image ID 0 will always be the execution space, due to hardware limitations. The image will be located from address 0x00008000 to address 0xBFFF |
IMAGE_1 |
Image ID 1 is the image space that resides from address [0x00008000 + (0x4000 × 1)] to address [0xBFFF + (0x4000 × 1)] |
IMAGE_2 |
Image ID 2 is the image space that resides from address [0x00008000 + (0x4000 × 2)] to address [0xBFFF + (0x4000 × 2)] |