HAOUAS Elyes has uploaded this change for review.

View Change

SMBIOS: Update Processor Information structure to v3.2.0

Change-Id: I1861615eff904f13029b8d038ffcf3de2d2bfc2a
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/include/smbios.h
1 file changed, 3 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/20/31420/1
diff --git a/src/include/smbios.h b/src/include/smbios.h
index 6498e64..2efd5f0 100644
--- a/src/include/smbios.h
+++ b/src/include/smbios.h
@@ -374,6 +374,9 @@
u8 thread_count;
u16 processor_characteristics;
u16 processor_family2;
+ u16 core_count2;
+ u16 core_enabled2;
+ u16 thread_count2;
u8 eos[2];
} __packed;


To view, visit change 31420. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I1861615eff904f13029b8d038ffcf3de2d2bfc2a
Gerrit-Change-Number: 31420
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-MessageType: newchange