History log of /openbmc/libpldm/src/firmware_device/fd.c (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 2628990b 12-Feb-2025 Matt Johnston <matt@codeconstruct.com.au>

firmware fd: FD_T1 timeout in FD-driven states

FD_T1 timeout should also take effect when waiting for UA responses to
RequestFirmwareData, VerifyComplete, ApplyCompete, and ApplyComplete.

Previousl

firmware fd: FD_T1 timeout in FD-driven states

FD_T1 timeout should also take effect when waiting for UA responses to
RequestFirmwareData, VerifyComplete, ApplyCompete, and ApplyComplete.

Previously the timeout was only used when waiting for UA-initiated
requests.

Fixes: 8c2bfb141d11 ("libpldm: Add firmware update FD responder")
Change-Id: Id43fb0b991a30b613f1e4e92e42481dea3f8adce
Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>

show more ...


Revision tags: v0.11.0
# cc6f6434 26-Nov-2024 Matt Johnston <matt@codeconstruct.com.au>

firmware fd: Add PLDM Control version/commands

Supported PLDM firmware (type 5) commands are registered with the PLDM
control responder.

Change-Id: I6a4840a820bf2a1a7967ab9fe927f69681f375d8
Signed-

firmware fd: Add PLDM Control version/commands

Supported PLDM firmware (type 5) commands are registered with the PLDM
control responder.

Change-Id: I6a4840a820bf2a1a7967ab9fe927f69681f375d8
Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>

show more ...


# 8c2bfb14 07-Nov-2024 Matt Johnston <matt@codeconstruct.com.au>

libpldm: Add firmware update FD responder

This provides a FD responder implementation, with an ops struct to allow
for platform customization. Applications provide incoming messages to
pldm_fd_handl

libpldm: Add firmware update FD responder

This provides a FD responder implementation, with an ops struct to allow
for platform customization. Applications provide incoming messages to
pldm_fd_handle_msg(), and periodically call pldm_fd_progress() for
asynchronous events.

Change-Id: I034262e8b2c45b5bea61369d5f966dd7e530ba9e
Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>

show more ...