Home
last modified time | relevance | path

Searched refs:load_image (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/include/common/
Dbl_common.h208 int load_image(unsigned int image_id, image_info_t *image_data);
214 int load_image(meminfo_t *mem_layout,
/device/linaro/bootloader/arm-trusted-firmware/common/
Dbl_common.c210 int load_image(unsigned int image_id, image_info_t *image_data) in load_image() function
314 rc = load_image(image_id, image_data); in load_auth_image_internal()
385 int load_image(meminfo_t *mem_layout, in load_image() function
515 rc = load_image(mem_layout, image_id, image_base, image_data, in load_auth_image_internal()
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dfirmware-design.rst1564 ``load_image()`` function will check that the memory where BL2 will be loaded is
1625 ``load_image()`` function performs bounds check for the image size based on the
Dporting-guide.rst2666 storage access is only required by BL1 and BL2 phases. The ``load_image()``