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>
This commit is contained in:
parent
898ca04fa4
commit
77fe213b55
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue