diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-10-29 08:42:03 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-11-11 22:36:55 +0000 |
commit | 77fe213b55bc2be4476cd30d8376592d1d02a24e (patch) | |
tree | 6a41ab2e0c9481c23dbe5ca016cd1f7554159282 /src/include/smbios.h | |
parent | 898ca04fa45fca21a5f9d0f46122e4e4ac46f2cf (diff) |
SMBIOS: Add 'CXL FLexbus 1.0' memory array location
Change-Id: Ib66616ddefe6254c7c64f223c4f3f7cc8d198bb7
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36427
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/include/smbios.h')
-rw-r--r-- | src/include/smbios.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |