1 /* SPDX-License-Identifier: GPL-2.0-or-later */
6 #include <cpu/x86/msr.h>
7 #include <device/device.h>
10 #define TBF "To Be Filled By O.E.M."
12 extern msr_t xeon_sp_ppin
[];
14 /* Override SMBIOS type 11 OEM string 1 to string 6 */
15 void ocp_oem_smbios_strings(struct device
*dev
, struct smbios_type11
*t
);
17 /* This function allows adding the same repeated string to the table */
18 int smbios_add_oem_string(u8
*start
, const char *str
);