Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/payloads/coreinfo/
H A Dcoreboot_module.c126 strncpy(cb_info.vendor, cb_mb_vendor_string(mb), sizeof(cb_info.vendor) - 1); in parse_mainboard()
/aosp_15_r20/external/coreboot/payloads/libpayload/include/
H A Dcoreboot_tables.h446 static inline const char *cb_mb_vendor_string(const struct cb_mainboard *cbm) in cb_mb_vendor_string() function