From ac7eee405156e6f4e4c227fb9ddb28c9fdcd2317 Mon Sep 17 00:00:00 2001 From: Christian Walter Date: Mon, 17 Jun 2019 16:45:53 +0200 Subject: src/arch/x86/smbios: Change SMBIOS Version to 2.8 Change the SMBIOS Version from 2.7 to 2.8. Necessary changes were already pushed in https://review.coreboot.org/c/coreboot/+/33031 Change-Id: I237cdee7d43e814397b958e4cf941bf58949088d Signed-off-by: Christian Walter Reviewed-on: https://review.coreboot.org/c/coreboot/+/33564 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph Reviewed-by: HAOUAS Elyes --- src/arch/x86/smbios.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/arch/x86/smbios.c b/src/arch/x86/smbios.c index 54c2b09c4a..7865c7ef98 100644 --- a/src/arch/x86/smbios.c +++ b/src/arch/x86/smbios.c @@ -1193,7 +1193,7 @@ unsigned long smbios_write_tables(unsigned long current) memcpy(se->anchor, "_SM_", 4); se->length = sizeof(struct smbios_entry); se->major_version = 2; - se->minor_version = 7; + se->minor_version = 8; se->max_struct_size = max_struct_size; se->struct_count = handle; memcpy(se->intermediate_anchor_string, "_DMI_", 5); -- cgit v1.2.3