aboutsummaryrefslogtreecommitdiff
path: root/core/pldm/pldm-platform-requests.c
diff options
context:
space:
mode:
authorChristophe Lombard <clombard@linux.ibm.com>2023-08-29 11:23:57 +0200
committerReza Arbab <arbab@linux.ibm.com>2023-09-12 14:22:11 -0500
commitf8608b8fe8847e89068875112b214197cfc2cb52 (patch)
tree07f948f72fad21cb7c54414321545a7ffa4cc449 /core/pldm/pldm-platform-requests.c
parent3172f55e6961bbd3bc3dbfb045fb8cac4fc34f3c (diff)
downloadskiboot-f8608b8fe8847e89068875112b214197cfc2cb52.zip
skiboot-f8608b8fe8847e89068875112b214197cfc2cb52.tar.gz
skiboot-f8608b8fe8847e89068875112b214197cfc2cb52.tar.bz2
core/pldm: Decode the PlatformEventMessage request
PLDM Event Messages are sent as PLDM request messages to the Event Receiver using the PlatformEventMessage command. The Event Receiver acknowledges receiving the PLDM Event Message in the response to this command. Signed-off-by: Christophe Lombard <clombard@linux.ibm.com> Signed-off-by: Reza Arbab <arbab@linux.ibm.com>
Diffstat (limited to 'core/pldm/pldm-platform-requests.c')
-rw-r--r--core/pldm/pldm-platform-requests.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/pldm/pldm-platform-requests.c b/core/pldm/pldm-platform-requests.c
index c506bd4..568ed23 100644
--- a/core/pldm/pldm-platform-requests.c
+++ b/core/pldm/pldm-platform-requests.c
@@ -436,6 +436,11 @@ static int pldm_platform_load_pdrs(void)
return encode_and_queue_get_pdr_req(pdrs);
}
+int pldm_platform_reload_pdrs(void)
+{
+ return pldm_platform_load_pdrs();
+}
+
static int pdrs_init(void)
{
int rc;