Searched refs:board_fit_image_post_process (Results 1 – 11 of 11) sorted by relevance
/external/u-boot/arch/arm/mach-k3/ |
D | security.c | 16 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/ |
D | mon.c | 104 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/ |
D | spl_fit.c | 255 board_fit_image_post_process(&src, &length); in spl_load_fit_image()
|
/external/u-boot/board/ti/am43xx/ |
D | board.c | 999 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/ |
D | board.c | 955 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/ |
D | image.h | 1371 void board_fit_image_post_process(void **p_image, size_t *p_size);
|
/external/u-boot/include/ |
D | image.h | 1371 void board_fit_image_post_process(void **p_image, size_t *p_size);
|
/external/u-boot/board/ti/am57xx/ |
D | board.c | 1117 void board_fit_image_post_process(void **p_image, size_t *p_size) in board_fit_image_post_process() function
|
/external/u-boot/ |
D | Kconfig | 411 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/ |
D | evm.c | 1164 void board_fit_image_post_process(void **p_image, size_t *p_size) in board_fit_image_post_process() function
|
/external/u-boot/common/ |
D | image-fit.c | 1958 board_fit_image_post_process(&buf, &size); in fit_image_load()
|