Searched refs:bom_revision (Results 1 - 2 of 2) sorted by relevance

/u-boot/board/sifive/unmatched/
H A Dhifive-platform-i2c-eeprom.c77 u8 bom_revision; member in struct:sifive_eeprom
164 printf("BOM revision: %c\n", e.bom_revision);
342 * revision ("A" - "Z"), stores it in the bom_revision field of the
352 e.bom_revision = string[0];
464 } else if (!strcmp(cmd, "bom_revision")) {
563 "mac bom_revision <rev> - sets BOM revision in memory\n");
/u-boot/board/starfive/visionfive2/
H A Dvisionfive2-i2c-eeprom.c105 u8 bom_revision; /* BOM version */ member in struct:eeprom_atom4_data
181 printf("BOM revision: %c\n", pbuf.eeprom.atom4.data.bom_revision);
260 pbuf.eeprom.atom4.data.bom_revision = BOM_VERSION;
373 * revision ("A" - "Z"), stores it in the bom_revision field of the
383 pbuf.eeprom.atom4.data.bom_revision = string[0];
478 } else if (!strcmp(cmd, "bom_revision")) {
607 "mac bom_revision <A>\n"

Completed in 125 milliseconds