HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/35893 )
Change subject: SMBIOS: (Type 17) Add High Bandwidth Memory device type value ......................................................................
SMBIOS: (Type 17) Add High Bandwidth Memory device type value
Change-Id: Ia174e09bffdadeed4a18d443f75e2386d756e9bf Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/include/smbios.h 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/35893/1
diff --git a/src/include/smbios.h b/src/include/smbios.h index 4247183..d7eff00 100644 --- a/src/include/smbios.h +++ b/src/include/smbios.h @@ -170,6 +170,8 @@ MEMORY_TYPE_LPDDR3 = 0x1d, MEMORY_TYPE_LPDDR4 = 0x1e, MEMORY_TYPE_LOGICAL_NON_VOLATILE_DEVICE = 0x1f, + MEMORY_TYPE_HBM = 0x20, + MEMORY_TYPE_HBM2 = 0x21, } smbios_memory_type;
typedef enum {