Home
last modified time | relevance | path

Searched refs:board_ti_get_rev (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/board/ti/am335x/
H A Dboard.h39 return board_is_bone_lt() && !strncmp(board_ti_get_rev(), "BBG1", 4); in board_is_bbg1()
65 strncmp("1.5", board_ti_get_rev(), 3) <= 0); in board_is_evm_15_or_later()
70 return board_ti_is("A335_ICE") && !strncmp("2", board_ti_get_rev(), 1); in board_is_icev2()
H A Dboard.c327 if (board_is_bone() && !strncmp(board_ti_get_rev(), "00A1", 4)) in scale_vcores_bone()
712 if (!strncmp(board_ti_get_rev(), "BWA", 3)) { in board_late_init()
716 if (!strncmp(board_ti_get_rev(), "GW1", 3)) { in board_late_init()
720 if (!strncmp(board_ti_get_rev(), "BLA", 3)) { in board_late_init()
/OK3568_Linux_fs/u-boot/board/ti/am43xx/
H A Dboard.h52 return board_is_evm() && strncmp("1.4", board_ti_get_rev(), 3) <= 0; in board_is_evm_14_or_later()
57 return board_is_evm() && strncmp("1.2", board_ti_get_rev(), 3) <= 0; in board_is_evm_12_or_later()
/OK3568_Linux_fs/u-boot/board/ti/am57xx/
H A Dboard.c39 !strncmp("B.10", board_ti_get_rev(), 3))
41 !strncmp("C.00", board_ti_get_rev(), 3))
45 !strncmp("A.30", board_ti_get_rev(), 3))
463 "Board: %s REV %s\n", bname, board_ti_get_rev()); in do_board_detect()
/OK3568_Linux_fs/u-boot/board/ti/common/
H A Dboard_detect.h147 char *board_ti_get_rev(void);
H A Dboard_detect.c313 char * __maybe_unused board_ti_get_rev(void) in board_ti_get_rev() function
/OK3568_Linux_fs/u-boot/board/ti/dra7xx/
H A Devm.c41 (strncmp("H", board_ti_get_rev(), 1) <= 0))
43 (strncmp("C", board_ti_get_rev(), 1) <= 0))
608 "Board: %s REV %s\n", bname, board_ti_get_rev()); in do_board_detect()
/OK3568_Linux_fs/buildroot/board/beagleboneai/patches/uboot/
H A D0001-BeagleBone-AI-support.patch658 "Board: %s REV %s\n", bname, board_ti_get_rev());