Home
last modified time | relevance | path

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

/openbmc/u-boot/board/corscience/tricorder/
H A Dtricorder-eeprom.c26 char board_serial[TRICORDER_BOARD_SERIAL_LENGTH]; in handle_eeprom_v0() member
119 sizeof(eeprom.board_serial), eeprom.board_serial); in tricorder_eeprom_read()
150 length = min(sizeof(eeprom.board_serial), strlen(serial)); in tricorder_eeprom_write()
151 strncpy(eeprom.board_serial, serial, length); in tricorder_eeprom_write()
H A Dtricorder.c100 sizeof(eeprom->board_serial), eeprom->board_serial); in print_hwversion()
H A Dtricorder-eeprom.h26 char board_serial[TRICORDER_BOARD_SERIAL_LENGTH]; member
/openbmc/linux/drivers/firmware/
H A Ddmi-id.c56 DEFINE_DMI_ATTR_WITH_SHOW(board_serial, 0400, DMI_BOARD_SERIAL);
216 ADD_DMI_ATTR(board_serial, DMI_BOARD_SERIAL); in dmi_id_init_attr_table()
/openbmc/u-boot/board/ti/am335x/
H A Dboard.c865 char *board_serial = env_get("board_serial"); in board_late_init() local
868 if (!board_serial || !strncmp(board_serial, "unknown", 7)) in board_late_init()
871 env_set("serial#", board_serial); in board_late_init()