Home
last modified time | relevance | path

Searched defs:tricorder_eeprom_v0 (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/board/corscience/tricorder/
H A Dtricorder-eeprom.c21 struct tricorder_eeprom_v0 { in handle_eeprom_v0() struct
22 uint32_t magic; in handle_eeprom_v0()
23 uint16_t length; in handle_eeprom_v0()
24 uint16_t version; in handle_eeprom_v0()
25 char board_name[TRICORDER_BOARD_NAME_LENGTH]; in handle_eeprom_v0()
26 char board_version[TRICORDER_BOARD_VERSION_LENGTH]; in handle_eeprom_v0()
27 char board_serial[TRICORDER_BOARD_SERIAL_LENGTH]; in handle_eeprom_v0()
28 uint32_t crc32; in handle_eeprom_v0()