Searched refs:smbios_add_string (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/lib/ |
H A D | smbios.c | 29 static int smbios_add_string(char *start, const char *str) in smbios_add_string() function 82 t->vendor = smbios_add_string(t->eos, "U-Boot"); in smbios_write_type0() 83 t->bios_ver = smbios_add_string(t->eos, PLAIN_VERSION); in smbios_write_type0() 84 t->bios_release_date = smbios_add_string(t->eos, U_BOOT_DMI_DATE); in smbios_write_type0() 120 t->manufacturer = smbios_add_string(t->eos, CONFIG_SMBIOS_MANUFACTURER); in smbios_write_type1() 121 t->product_name = smbios_add_string(t->eos, CONFIG_SMBIOS_PRODUCT_NAME); in smbios_write_type1() 124 t->serial_number = smbios_add_string(t->eos, serial_str); in smbios_write_type1() 142 t->manufacturer = smbios_add_string(t->eos, CONFIG_SMBIOS_MANUFACTURER); in smbios_write_type2() 143 t->product_name = smbios_add_string(t->eos, CONFIG_SMBIOS_PRODUCT_NAME); in smbios_write_type2() 204 t->processor_manufacturer = smbios_add_string(t->eos, vendor); in smbios_write_type4_dm() [all …]
|