Home
last modified time | relevance | path

Searched refs:board_fit_image_post_process (Results 1 – 11 of 11) sorted by relevance

/external/u-boot/arch/arm/mach-k3/
Dsecurity.c16 void board_fit_image_post_process(void **p_image, size_t *p_size) in board_fit_image_post_process() function
/external/u-boot/arch/arm/mach-keystone/
Dmon.c104 void board_fit_image_post_process(void **p_image, size_t *p_size) in board_fit_image_post_process() function
/external/u-boot/common/spl/
Dspl_fit.c255 board_fit_image_post_process(&src, &length); in spl_load_fit_image()
/external/u-boot/board/ti/am43xx/
Dboard.c999 void board_fit_image_post_process(void **p_image, size_t *p_size) in board_fit_image_post_process() function
/external/u-boot/board/ti/am335x/
Dboard.c955 void board_fit_image_post_process(void **p_image, size_t *p_size) in board_fit_image_post_process() function
/external/u-boot/prebuilt-intermediates/
Dimage.h1371 void board_fit_image_post_process(void **p_image, size_t *p_size);
/external/u-boot/include/
Dimage.h1371 void board_fit_image_post_process(void **p_image, size_t *p_size);
/external/u-boot/board/ti/am57xx/
Dboard.c1117 void board_fit_image_post_process(void **p_image, size_t *p_size) in board_fit_image_post_process() function
/external/u-boot/
DKconfig411 specific implementation of board_fit_image_post_process() must be
466 or board-specific implementation of board_fit_image_post_process() must
/external/u-boot/board/ti/dra7xx/
Devm.c1164 void board_fit_image_post_process(void **p_image, size_t *p_size) in board_fit_image_post_process() function
/external/u-boot/common/
Dimage-fit.c1958 board_fit_image_post_process(&buf, &size); in fit_image_load()