mb/ocp/deltalake: Update SMBIOS type 4 -- Processor Information
TEST=Execute "dmidecode -t 4" to check if the processor information is correct for Deltalake platform Change-Id: I5d075bb297f2e71a2545ab6ad82304a825ed7d19 Signed-off-by: Morgan Jang <Morgan_Jang@wiwynn.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43789 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: David Hendricks <david.hendricks@gmail.com> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
@@ -54,6 +54,11 @@ const char *smbios_chassis_version(void);
|
||||
const char *smbios_chassis_serial_number(void);
|
||||
const char *smbios_processor_serial_number(void);
|
||||
|
||||
unsigned int smbios_processor_external_clock(void);
|
||||
unsigned int smbios_processor_characteristics(void);
|
||||
struct cpuid_result;
|
||||
unsigned int smbios_processor_family(struct cpuid_result res);
|
||||
|
||||
/* Used by mainboard to add port information of type 8 */
|
||||
struct port_information;
|
||||
int smbios_write_type8(unsigned long *current, int *handle,
|
||||
|
Reference in New Issue
Block a user