HAOUAS Elyes has uploaded this change for review.

View Change

SMBIOS (Type 17): Update the string for Intel persistent memory

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

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/95/35895/1
diff --git a/src/include/smbios.h b/src/include/smbios.h
index eb947dc..94b4208 100644
--- a/src/include/smbios.h
+++ b/src/include/smbios.h
@@ -97,13 +97,13 @@
#define MEMORY_TYPE_DETAIL_UNBUFFERED (1 << 14)
#define MEMORY_TYPE_DETAIL_LRDIMM (1 << 15)

-#define MEMORY_TECHNOLOGY_OTHER 0x01
-#define MEMORY_TECHNOLOGY_UNKNOWN 0x02
-#define MEMORY_TECHNOLOGY_DRAM 0x03
-#define MEMORY_TECHNOLOGY_NVDIMM_N 0x04
-#define MEMORY_TECHNOLOGY_NVDIMM_F 0x05
-#define MEMORY_TECHNOLOGY_NVDIMM_P 0x06
-#define MEMORY_TECHNOLOGY_INTEL_PERSISTENT 0x07
+#define MEMORY_TECHNOLOGY_OTHER 0x01
+#define MEMORY_TECHNOLOGY_UNKNOWN 0x02
+#define MEMORY_TECHNOLOGY_DRAM 0x03
+#define MEMORY_TECHNOLOGY_NVDIMM_N 0x04
+#define MEMORY_TECHNOLOGY_NVDIMM_F 0x05
+#define MEMORY_TECHNOLOGY_NVDIMM_P 0x06
+#define MEMORY_TECHNOLOGY_INTEL_OPTANE_PERSISTENT 0x07

#define MEMORY_OPERATING_MODE_CAP_OTHER (1 << 1)
#define MEMORY_OPERATING_MODE_CAP_UNKNOWN (1 << 2)

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

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