Searched refs:ft_common_board_setup (Results 1 – 12 of 12) sorted by relevance
/openbmc/u-boot/board/toradex/common/ |
H A D | tdx-common.c | 125 int ft_common_board_setup(void *blob, bd_t *bd) in ft_common_board_setup() function 162 int ft_common_board_setup(void *blob, bd_t *bd) in ft_common_board_setup() function
|
H A D | tdx-common.h | 12 int ft_common_board_setup(void *blob, bd_t *bd);
|
/openbmc/u-boot/board/toradex/colibri_t30/ |
H A D | colibri_t30.c | 37 return ft_common_board_setup(blob, bd); in ft_board_setup()
|
/openbmc/u-boot/board/toradex/apalis_t30/ |
H A D | apalis_t30.c | 53 return ft_common_board_setup(blob, bd); in ft_board_setup()
|
/openbmc/u-boot/board/toradex/colibri_t20/ |
H A D | colibri_t20.c | 80 return ft_common_board_setup(blob, bd); in ft_board_setup()
|
/openbmc/u-boot/board/toradex/colibri_pxa270/ |
H A D | colibri_pxa270.c | 51 return ft_common_board_setup(blob, bd); in ft_board_setup()
|
/openbmc/u-boot/board/toradex/apalis-tk1/ |
H A D | apalis-tk1.c | 47 return ft_common_board_setup(blob, bd); in ft_board_setup()
|
/openbmc/u-boot/board/toradex/colibri_imx7/ |
H A D | colibri_imx7.c | 347 return ft_common_board_setup(blob, bd); in ft_board_setup()
|
/openbmc/u-boot/board/toradex/colibri-imx6ull/ |
H A D | colibri-imx6ull.c | 361 return ft_common_board_setup(blob, bd); in ft_board_setup()
|
/openbmc/u-boot/board/toradex/colibri_vf/ |
H A D | colibri_vf.c | 590 return ft_common_board_setup(blob, bd); in ft_board_setup()
|
/openbmc/u-boot/board/toradex/colibri_imx6/ |
H A D | colibri_imx6.c | 725 return ft_common_board_setup(blob, bd); in ft_board_setup()
|
/openbmc/u-boot/board/toradex/apalis_imx6/ |
H A D | apalis_imx6.c | 872 return ft_common_board_setup(blob, bd); in ft_board_setup()
|