/aosp_15_r20/external/coreboot/src/lib/ |
H A D | smbios.c | 30 int smbios_add_string(u8 *start, const char *str) in smbios_add_string() function 99 t->manufacturer = smbios_add_string(t->eos, manufacturer); in smbios_fill_dimm_manufacturer_from_id() 104 t->manufacturer = smbios_add_string(t->eos, string_buffer); in smbios_fill_dimm_manufacturer_from_id() 151 t->part_number = smbios_add_string(t->eos, "None"); in smbios_fill_dimm_part_number() 157 t->part_number = smbios_add_string(t->eos, string_buffer); in smbios_fill_dimm_part_number() 159 t->part_number = smbios_add_string(t->eos, trimmed_part_number); in smbios_fill_dimm_part_number() 172 t->serial_number = smbios_add_string(t->eos, serial); in smbios_fill_dimm_serial_number() 374 t->vendor = smbios_add_string(t->eos, CONFIG_BIOS_VENDOR); in smbios_write_type0() 375 t->bios_release_date = smbios_add_string(t->eos, coreboot_dmi_date); in smbios_write_type0() 383 t->bios_version = smbios_add_string(t->eos, get_bios_version()); in smbios_write_type0() [all …]
|
H A D | smbios_defaults.c | 15 t->device_locator = smbios_add_string(t->eos, locator); in smbios_fill_dimm_locator() 18 t->bank_locator = smbios_add_string(t->eos, locator); in smbios_fill_dimm_locator() 27 t->asset_tag = smbios_add_string(t->eos, buf); in smbios_fill_dimm_asset_tag()
|
/aosp_15_r20/external/coreboot/src/mainboard/prodrive/atlas/ |
H A D | mainboard.c | 22 t->device_locator = smbios_add_string(t->eos, dev_loc); in smbios_fill_dimm_locator() 26 t->bank_locator = smbios_add_string(t->eos, bnk_loc); in smbios_fill_dimm_locator() 37 t->asset_tag = smbios_add_string(t->eos, tag); in smbios_fill_dimm_asset_tag() 67 t->count = smbios_add_string(t->eos, get_formatted_pn()); in mainboard_smbios_strings()
|
/aosp_15_r20/external/coreboot/src/arch/x86/ |
H A D | smbios.c | 18 return smbios_add_string(start, (const char *)tmp); in smbios_cpu_vendor() 20 return smbios_add_string(start, "Unknown"); in smbios_cpu_vendor() 44 return smbios_add_string(start, str); in smbios_processor_name() 122 t->socket_designation = smbios_add_string(t->eos, buf); in smbios_write_type4() 162 t->serial_number = smbios_add_string(t->eos, smbios_processor_serial_number()); in smbios_write_type4()
|
/aosp_15_r20/external/coreboot/src/mainboard/google/drallion/ |
H A D | ramstage.c | 13 t->device_locator = smbios_add_string(t->eos, "DIMM-A"); in smbios_fill_dimm_locator() 16 t->device_locator = smbios_add_string(t->eos, "DIMM-B"); in smbios_fill_dimm_locator() 19 t->device_locator = smbios_add_string(t->eos, "UNKNOWN"); in smbios_fill_dimm_locator()
|
/aosp_15_r20/external/coreboot/src/arch/arm64/ |
H A D | smbios.c | 34 return smbios_add_string(start, buf); in smbios_processor_manufacturer() 46 return smbios_add_string(start, buf); in smbios_processor_name() 63 t->socket_designation = smbios_add_string(t->eos, buf); in smbios_write_type4() 81 t->serial_number = smbios_add_string(t->eos, smbios_processor_serial_number()); in smbios_write_type4()
|
/aosp_15_r20/external/coreboot/src/mainboard/google/sarien/ |
H A D | ramstage.c | 15 t->device_locator = smbios_add_string(t->eos, "DIMM-A"); in smbios_fill_dimm_locator() 18 t->device_locator = smbios_add_string(t->eos, "DIMM-B"); in smbios_fill_dimm_locator() 21 t->device_locator = smbios_add_string(t->eos, "UNKNOWN"); in smbios_fill_dimm_locator()
|
/aosp_15_r20/external/coreboot/src/mainboard/pcengines/apu2/ |
H A D | mainboard.c | 186 t->device_locator = smbios_add_string(t->eos, in mainboard_smbios_type17() 188 t->bank_locator = smbios_add_string(t->eos, in mainboard_smbios_type17() 194 t->serial_number = smbios_add_string(t->eos, in mainboard_smbios_type17() 196 t->part_number = smbios_add_string(t->eos, in mainboard_smbios_type17()
|
/aosp_15_r20/external/coreboot/src/mainboard/ibm/sbp1/ |
H A D | ramstage.c | 24 t->device_locator = smbios_add_string(t->eos, dev_loc); in smbios_fill_dimm_locator() 28 t->bank_locator = smbios_add_string(t->eos, bnk_loc); in smbios_fill_dimm_locator()
|
/aosp_15_r20/external/coreboot/src/mainboard/emulation/qemu-i440fx/ |
H A D | northbridge.c | 190 t->device_locator = smbios_add_string(t->eos, "Virtual"); in qemu_get_smbios_data17() 195 t->manufacturer = smbios_add_string(t->eos, mainboard_vendor); in qemu_get_smbios_data17()
|
/aosp_15_r20/external/coreboot/src/mainboard/prodrive/hermes/ |
H A D | mainboard.c | 182 t->count = smbios_add_string(t->eos, format_pn("Board P/N: ", board_offset)); in mainboard_smbios_strings() 183 t->count = smbios_add_string(t->eos, format_pn("Product P/N: ", product_offset)); in mainboard_smbios_strings()
|
/aosp_15_r20/external/coreboot/src/mainboard/ocp/deltalake/ |
H A D | ramstage.c | 312 t->device_locator = smbios_add_string(t->eos, buf); in smbios_fill_dimm_locator() 315 t->bank_locator = smbios_add_string(t->eos, buf); in smbios_fill_dimm_locator()
|
/aosp_15_r20/external/coreboot/src/drivers/wifi/generic/ |
H A D | smbios.c | 24 t->str = smbios_add_string(t->eos, "KHOIHGIUCCHHII"); in smbios_write_intel_wifi()
|
/aosp_15_r20/external/coreboot/src/mainboard/lenovo/s230u/ |
H A D | mainboard.c | 43 t->count = smbios_add_string(t->eos, tpec); in mainboard_smbios_strings()
|
/aosp_15_r20/external/coreboot/src/mainboard/intel/adlrvp/ |
H A D | mainboard.c | 51 t->count = smbios_add_string(t->eos, buffer); in add_fw_config_oem_string()
|
/aosp_15_r20/external/coreboot/src/mainboard/samsung/lumpy/ |
H A D | mainboard.c | 33 t->reference_designation = smbios_add_string(t->eos, name); in lumpy_smbios_type41_irq()
|
/aosp_15_r20/external/coreboot/src/mainboard/google/rex/ |
H A D | mainboard.c | 130 t->count = smbios_add_string(t->eos, buffer); in add_fw_config_oem_string()
|
/aosp_15_r20/external/coreboot/src/mainboard/google/volteer/ |
H A D | mainboard.c | 68 t->count = smbios_add_string(t->eos, buffer); in add_fw_config_oem_string()
|
/aosp_15_r20/external/coreboot/src/mainboard/google/brox/ |
H A D | mainboard.c | 27 t->count = smbios_add_string(t->eos, buffer); in add_fw_config_oem_string()
|
/aosp_15_r20/external/coreboot/src/mainboard/google/brya/ |
H A D | mainboard.c | 27 t->count = smbios_add_string(t->eos, buffer); in add_fw_config_oem_string()
|
/aosp_15_r20/external/coreboot/src/ec/lenovo/h8/ |
H A D | h8.c | 196 t->count = smbios_add_string(t->eos, tpec); in h8_smbios_strings()
|
/aosp_15_r20/external/coreboot/src/include/ |
H A D | smbios.h | 18 int smbios_add_string(u8 *start, const char *str);
|
/aosp_15_r20/device/google/cuttlefish_prebuilts/bootloader/crosvm_aarch64/ |
D | System.map | 1739 0000000000056394 t smbios_add_string
|
/aosp_15_r20/device/google/cuttlefish_prebuilts/bootloader/qemu_aarch64/ |
D | System.map | 1738 0000000000056ac8 t smbios_add_string
|
/aosp_15_r20/device/google/cuttlefish_prebuilts/bootloader/qemu_arm/ |
D | System.map | 1749 00054c14 t smbios_add_string
|