Home
last modified time | relevance | path

Searched refs:board_serial (Results 1 – 5 of 5) sorted by relevance

/u-boot/board/corscience/tricorder/
A Dtricorder-eeprom.c29 char board_serial[TRICORDER_BOARD_SERIAL_LENGTH]; in handle_eeprom_v0() member
122 sizeof(eeprom.board_serial), eeprom.board_serial); in tricorder_eeprom_read()
153 length = min(sizeof(eeprom.board_serial), strlen(serial)); in tricorder_eeprom_write()
154 strncpy(eeprom.board_serial, serial, length); in tricorder_eeprom_write()
A Dtricorder.c104 sizeof(eeprom->board_serial), eeprom->board_serial); in print_hwversion()
A Dtricorder-eeprom.h26 char board_serial[TRICORDER_BOARD_SERIAL_LENGTH]; member
/u-boot/board/ti/j721e/
A Devm.c195 unsigned long board_serial; in setup_serial() local
202 board_serial = simple_strtoul(ep->serial, &endp, 16); in setup_serial()
208 snprintf(serial_string, sizeof(serial_string), "%016lx", board_serial); in setup_serial()
/u-boot/board/ti/am335x/
A Dboard.c873 char *board_serial = env_get("board_serial"); in board_late_init() local
876 if (!board_serial || !strncmp(board_serial, "unknown", 7)) in board_late_init()
879 env_set("serial#", board_serial); in board_late_init()

Completed in 7 milliseconds