Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions common/service/pldm/pldm.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ LOG_MODULE_REGISTER(pldm);
#define PLDM_MSG_MAX_RETRY 3
#endif

#ifndef PLDM_FW_UPDATE_TIMEOUT_MS
#define PLDM_FW_UPDATE_TIMEOUT_MS 30000
#endif

#define PLDM_FW_UPDATE_MAX_RETRY 3

#define PLDM_RESP_MSG_PROC_MUTEX_TIMEOUT_MS 500
Expand Down
1 change: 1 addition & 0 deletions meta-facebook/minerva-ag/src/platform/plat_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#define MAX_AUX_SENSOR_NAME_LEN 58

#define PLDM_MSG_TIMEOUT_MS 5000
#define PLDM_FW_UPDATE_TIMEOUT_MS 5000

#define DISABLE_SENSOR_RESP_DURING_FW_UPDATE

Expand Down