2.4.4.2 bl_image_id_t

enum bl_image_id_t

Contains the code 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 0x8000 to address 0xFFFF

IMAGE_1

Image ID 1 is the image space that resides from address [0x8000 + (0x8000 × 1)] to address [0xFFFF + (0x8000 × 1)]

IMAGE_2

Image ID 2 is the image space that resides from address [0x8000 + (0x8000 × 2)] to address [0xFFFF + (0x8000 × 2)]