Home
last modified time | relevance | path

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

/external/u-boot/lib/
Dsmbios.c28 static int smbios_add_string(char *start, const char *str) in smbios_add_string() function
80 t->vendor = smbios_add_string(t->eos, "U-Boot"); in smbios_write_type0()
81 t->bios_ver = smbios_add_string(t->eos, PLAIN_VERSION); in smbios_write_type0()
82 t->bios_release_date = smbios_add_string(t->eos, U_BOOT_DMI_DATE); in smbios_write_type0()
116 t->manufacturer = smbios_add_string(t->eos, CONFIG_SMBIOS_MANUFACTURER); in smbios_write_type1()
117 t->product_name = smbios_add_string(t->eos, CONFIG_SMBIOS_PRODUCT_NAME); in smbios_write_type1()
120 t->serial_number = smbios_add_string(t->eos, serial_str); in smbios_write_type1()
136 t->manufacturer = smbios_add_string(t->eos, CONFIG_SMBIOS_MANUFACTURER); in smbios_write_type2()
137 t->product_name = smbios_add_string(t->eos, CONFIG_SMBIOS_PRODUCT_NAME); in smbios_write_type2()
154 t->manufacturer = smbios_add_string(t->eos, CONFIG_SMBIOS_MANUFACTURER); in smbios_write_type3()
[all …]