Skip to content

Commit

Permalink
TSP fix device context bug on 2nd session.
Browse files Browse the repository at this point in the history
Signed-off-by: Jiewen Yao <[email protected]>
  • Loading branch information
jyao1 committed Oct 14, 2024
1 parent ae2976d commit af7991d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/cxl_tsp_device_lib_sample/cxl_tsp_device_context.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ libcxltsp_device_context *libcxltsp_initialize_device_context (
CXL_TSP_CONFIGURATION_FEATURES_SUPPORT_LOCKED_TARGET_FW_UPDATE |
CXL_TSP_CONFIGURATION_FEATURES_SUPPORT_TARGET_SUPPORT_ADDITIONAL_SPDM_SESSIONS;
g_cxltsp_device_context.device_capabilities.number_of_ckids = 0;
g_cxltsp_device_context.device_capabilities.number_of_secondary_sessions = 0;
g_cxltsp_device_context.device_capabilities.number_of_secondary_sessions = 1;

return &g_cxltsp_device_context;
}
Expand Down

0 comments on commit af7991d

Please sign in to comment.