Home
last modified time | relevance | path

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

/openbmc/u-boot/board/gardena/smart-gateway-mt7688/
H A Dboard.c30 struct factory_data_values { struct
31 u8 pad_1[4];
32 u8 wifi_mac[6]; /* offs: 0x004: binary value */
33 u8 pad_2[30];
34 u8 eth_mac[6]; /* offs: 0x028: binary value */
35 u8 pad_3[FACTORY_DATA_USER_OFFS - 4 - 6 - 30 - 6];
37 u32 crc;
38 u32 magic;
39 u32 version;
40 char ipr_id[UUID_STR_LEN]; /* UUID as string w/o ending \0 */
[all …]