From 77fe213b55bc2be4476cd30d8376592d1d02a24e Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 29 Oct 2019 08:42:03 +0100 Subject: SMBIOS: Add 'CXL FLexbus 1.0' memory array location Change-Id: Ib66616ddefe6254c7c64f223c4f3f7cc8d198bb7 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/36427 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/include/smbios.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/include/smbios.h b/src/include/smbios.h index d230fb2e1e..129977636c 100644 --- a/src/include/smbios.h +++ b/src/include/smbios.h @@ -192,6 +192,7 @@ typedef enum { MEMORY_ARRAY_LOCATION_PC_98_C24_ADD_ON = 0xa1, MEMORY_ARRAY_LOCATION_PC_98_E_ADD_ON = 0xa2, MEMORY_ARRAY_LOCATION_PC_98_LOCAL_BUS_ADD_ON = 0xa3, + MEMORY_ARRAY_LOCATION_CXL_FLEXBUS_1_0_ADD_ON = 0xa4, } smbios_memory_array_location; typedef enum { -- cgit v1.2.3