summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-06-23 13:38:26 +0200
committerMartin L Roth <gaumless@gmail.com>2022-10-22 05:13:27 +0000
commit5bbdb0c948494da8e4717485e9f5320959a26e37 (patch)
tree06cea38c4c779c41ba863dde9c80dadd1271d5b5 /src
parent26fc2a40ae9ff61a81116138ea47f0f8ac219322 (diff)
downloadcoreboot-5bbdb0c948494da8e4717485e9f5320959a26e37.tar.gz
coreboot-5bbdb0c948494da8e4717485e9f5320959a26e37.tar.bz2
coreboot-5bbdb0c948494da8e4717485e9f5320959a26e37.zip
smbios.h: Add High Bandwidth Memory Generation 3
Add HBM3 according to SMBIOS 3.6.0: https://web.archive.org/web/20221012222420/https://www.dmtf.org/sites/default/files/standards/documents/DSP0134_3.6.0.pdf Change-Id: Id8473e8c4b5006b53b5ff9de7825d15595f2a616 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/65356 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r--src/include/smbios.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/smbios.h b/src/include/smbios.h
index 65522f00988a..3611eb6c2e75 100644
--- a/src/include/smbios.h
+++ b/src/include/smbios.h
@@ -210,6 +210,7 @@ typedef enum {
MEMORY_TYPE_HBM2 = 0x21,
MEMORY_TYPE_DDR5 = 0x22,
MEMORY_TYPE_LPDDR5 = 0x23,
+ MEMORY_TYPE_HBM3 = 0x24,
} smbios_memory_type;
typedef enum {