blob: 4df71e900bf2d389ab5cb20b010dfab3b803eeb7 [file] [log] [blame]
Rashmica Gupta1ed5f7a2023-05-22 13:56:42 +10001
Manojkiran Edaef773052021-07-29 09:29:28 +05302#include "common/flight_recorder.hpp"
Andrew Jeffery2abbce72023-10-18 10:17:35 +10303#include "common/instance_id.hpp"
Rashmica Gupta1ed5f7a2023-05-22 13:56:42 +10004#include "common/transport.hpp"
Deepak Kodihallid130e1a2020-06-17 05:55:32 -05005#include "common/utils.hpp"
Deepak Kodihalli4de4d002019-11-11 02:41:43 -06006#include "dbus_impl_requester.hpp"
Tom Josephfb3bc062021-08-17 07:48:11 -07007#include "fw-update/manager.hpp"
Deepak Kodihallibc669f12019-11-28 08:52:07 -06008#include "invoker.hpp"
Gilbert Chen6c7fed42022-02-22 15:40:17 +00009#include "platform-mc/manager.hpp"
Tom Joseph74f27c72021-05-16 07:58:53 -070010#include "requester/handler.hpp"
Tom Josephfb3bc062021-08-17 07:48:11 -070011#include "requester/mctp_endpoint_discovery.hpp"
Tom Joseph74f27c72021-05-16 07:58:53 -070012#include "requester/request.hpp"
Jinu Joy Thomasf666db12019-05-29 05:22:31 -050013
14#include <err.h>
Jinu Joy Thomas75dd4422019-07-22 12:47:12 +053015#include <getopt.h>
George Liuc453e162022-12-21 17:16:23 +080016#include <libpldm/base.h>
17#include <libpldm/bios.h>
18#include <libpldm/pdr.h>
19#include <libpldm/platform.h>
Rashmica Gupta1ed5f7a2023-05-22 13:56:42 +100020#include <libpldm/transport.h>
Jinu Joy Thomasf666db12019-05-29 05:22:31 -050021#include <poll.h>
22#include <stdlib.h>
23#include <sys/socket.h>
24#include <sys/types.h>
25#include <sys/un.h>
26#include <unistd.h>
27
Riya Dixit49cfb132023-03-02 04:26:53 -060028#include <phosphor-logging/lg2.hpp>
George Liu6492f522020-06-16 10:34:05 +080029#include <sdeventplus/event.hpp>
30#include <sdeventplus/source/io.hpp>
Manojkiran Edaef773052021-07-29 09:29:28 +053031#include <sdeventplus/source/signal.hpp>
32#include <stdplus/signal.hpp>
George Liu6492f522020-06-16 10:34:05 +080033
Jinu Joy Thomasf666db12019-05-29 05:22:31 -050034#include <cstdio>
35#include <cstring>
Pavithra Barithaya51efaf82020-04-02 02:42:27 -050036#include <fstream>
Jinu Joy Thomasf666db12019-05-29 05:22:31 -050037#include <iomanip>
38#include <iterator>
Deepak Kodihallic682fe22020-03-04 00:42:54 -060039#include <memory>
Rashmica Gupta1ed5f7a2023-05-22 13:56:42 +100040#include <ranges>
Jinu Joy Thomasf666db12019-05-29 05:22:31 -050041#include <sstream>
Deepak Kodihallibc669f12019-11-28 08:52:07 -060042#include <stdexcept>
Jinu Joy Thomas75dd4422019-07-22 12:47:12 +053043#include <string>
Jinu Joy Thomasf666db12019-05-29 05:22:31 -050044#include <vector>
45
Riya Dixit49cfb132023-03-02 04:26:53 -060046PHOSPHOR_LOG2_USING;
47
Tom Joseph02b4ee42021-05-02 22:44:36 -070048#ifdef LIBPLDMRESPONDER
49#include "dbus_impl_pdr.hpp"
50#include "host-bmc/dbus_to_event_handler.hpp"
51#include "host-bmc/dbus_to_host_effecters.hpp"
Tom Joseph20aa3e02021-08-17 04:44:19 -070052#include "host-bmc/host_condition.hpp"
Tom Joseph02b4ee42021-05-02 22:44:36 -070053#include "host-bmc/host_pdr_handler.hpp"
54#include "libpldmresponder/base.hpp"
55#include "libpldmresponder/bios.hpp"
56#include "libpldmresponder/fru.hpp"
57#include "libpldmresponder/oem_handler.hpp"
58#include "libpldmresponder/platform.hpp"
Kamalkumar Patel3c50c822024-01-30 07:14:40 -060059#include "libpldmresponder/platform_config.hpp"
Tom Joseph02b4ee42021-05-02 22:44:36 -070060#include "xyz/openbmc_project/PLDM/Event/server.hpp"
61#endif
62
Jinu Joy Thomasf666db12019-05-29 05:22:31 -050063#ifdef OEM_IBM
George Liua881c172021-06-21 18:28:11 +080064#include "oem_ibm.hpp"
Jinu Joy Thomasf666db12019-05-29 05:22:31 -050065#endif
66
67constexpr uint8_t MCTP_MSG_TYPE_PLDM = 1;
68
Jinu Joy Thomasf666db12019-05-29 05:22:31 -050069using namespace pldm;
Deepak Kodihalli37998bf2019-11-11 04:06:53 -060070using namespace sdeventplus;
71using namespace sdeventplus::source;
Tom Joseph02b4ee42021-05-02 22:44:36 -070072using namespace pldm::responder;
73using namespace pldm::utils;
Manojkiran Edaef773052021-07-29 09:29:28 +053074using sdeventplus::source::Signal;
75using namespace pldm::flightrecorder;
76
77void interruptFlightRecorderCallBack(Signal& /*signal*/,
78 const struct signalfd_siginfo*)
79{
Riya Dixit49cfb132023-03-02 04:26:53 -060080 error("Received SIGUR1(10) Signal interrupt");
Manojkiran Edaef773052021-07-29 09:29:28 +053081 // obtain the flight recorder instance and dump the recorder
82 FlightRecorder::GetInstance().playRecorder();
83}
Jinu Joy Thomasf666db12019-05-29 05:22:31 -050084
Archana Kakani62dd8ff2024-02-12 10:00:40 -060085void requestPLDMServiceName()
86{
87 auto& bus = pldm::utils::DBusHandler::getBus();
88 bus.request_name("xyz.openbmc_project.PLDM");
89}
90
Tom Joseph74f27c72021-05-16 07:58:53 -070091static std::optional<Response>
92 processRxMsg(const std::vector<uint8_t>& requestMsg, Invoker& invoker,
Tom Josephfb3bc062021-08-17 07:48:11 -070093 requester::Handler<requester::Request>& handler,
Rashmica Gupta1ed5f7a2023-05-22 13:56:42 +100094 fw_update::Manager* fwManager, pldm_tid_t tid)
Jinu Joy Thomasf666db12019-05-29 05:22:31 -050095{
Rashmica Gupta1ed5f7a2023-05-22 13:56:42 +100096 uint8_t eid = tid;
97
Jinu Joy Thomasf666db12019-05-29 05:22:31 -050098 pldm_header_info hdrFields{};
Rashmica Gupta1ed5f7a2023-05-22 13:56:42 +100099 auto hdr = reinterpret_cast<const pldm_msg_hdr*>(requestMsg.data());
Jinu Joy Thomasf666db12019-05-29 05:22:31 -0500100 if (PLDM_SUCCESS != unpack_pldm_header(hdr, &hdrFields))
101 {
Riya Dixit49cfb132023-03-02 04:26:53 -0600102 error("Empty PLDM request header");
Tom Joseph74f27c72021-05-16 07:58:53 -0700103 return std::nullopt;
Jinu Joy Thomasf666db12019-05-29 05:22:31 -0500104 }
George Liub7095ff2021-06-14 16:01:57 +0800105
106 if (PLDM_RESPONSE != hdrFields.msg_type)
Jinu Joy Thomasf666db12019-05-29 05:22:31 -0500107 {
Tom Joseph74f27c72021-05-16 07:58:53 -0700108 Response response;
Jinu Joy Thomasf666db12019-05-29 05:22:31 -0500109 auto request = reinterpret_cast<const pldm_msg*>(hdr);
Rashmica Gupta1ed5f7a2023-05-22 13:56:42 +1000110 size_t requestLen = requestMsg.size() - sizeof(struct pldm_msg_hdr);
Deepak Kodihallibc669f12019-11-28 08:52:07 -0600111 try
112 {
Tom Josephfb3bc062021-08-17 07:48:11 -0700113 if (hdrFields.pldm_type != PLDM_FWUP)
114 {
Delphine CC Chiud2e48992023-12-05 16:29:51 +0800115 response = invoker.handle(tid, hdrFields.pldm_type,
Patrick Williams6da4f912023-05-10 07:50:53 -0500116 hdrFields.command, request,
117 requestLen);
Tom Josephfb3bc062021-08-17 07:48:11 -0700118 }
119 else
120 {
121 response = fwManager->handleRequest(eid, hdrFields.command,
122 request, requestLen);
123 }
Deepak Kodihallibc669f12019-11-28 08:52:07 -0600124 }
125 catch (const std::out_of_range& e)
Jinu Joy Thomasf666db12019-05-29 05:22:31 -0500126 {
127 uint8_t completion_code = PLDM_ERROR_UNSUPPORTED_PLDM_CMD;
128 response.resize(sizeof(pldm_msg_hdr));
129 auto responseHdr = reinterpret_cast<pldm_msg_hdr*>(response.data());
130 pldm_header_info header{};
131 header.msg_type = PLDM_RESPONSE;
132 header.instance = hdrFields.instance;
133 header.pldm_type = hdrFields.pldm_type;
134 header.command = hdrFields.command;
George Liub7095ff2021-06-14 16:01:57 +0800135 if (PLDM_SUCCESS != pack_pldm_header(&header, responseHdr))
Jinu Joy Thomasf666db12019-05-29 05:22:31 -0500136 {
Riya Dixit087a7512024-04-06 14:28:08 -0500137 error(
138 "Failed to add response header for processing Rx, error - {ERROR}",
139 "ERROR", e);
Tom Joseph74f27c72021-05-16 07:58:53 -0700140 return std::nullopt;
Jinu Joy Thomasf666db12019-05-29 05:22:31 -0500141 }
142 response.insert(response.end(), completion_code);
143 }
Tom Joseph74f27c72021-05-16 07:58:53 -0700144 return response;
Jinu Joy Thomasf666db12019-05-29 05:22:31 -0500145 }
Tom Joseph74f27c72021-05-16 07:58:53 -0700146 else if (PLDM_RESPONSE == hdrFields.msg_type)
Deepak Kodihalli4de4d002019-11-11 02:41:43 -0600147 {
Tom Joseph74f27c72021-05-16 07:58:53 -0700148 auto response = reinterpret_cast<const pldm_msg*>(hdr);
Rashmica Gupta1ed5f7a2023-05-22 13:56:42 +1000149 size_t responseLen = requestMsg.size() - sizeof(struct pldm_msg_hdr);
Tom Joseph74f27c72021-05-16 07:58:53 -0700150 handler.handleResponse(eid, hdrFields.instance, hdrFields.pldm_type,
151 hdrFields.command, response, responseLen);
Deepak Kodihalli4de4d002019-11-11 02:41:43 -0600152 }
Tom Joseph74f27c72021-05-16 07:58:53 -0700153 return std::nullopt;
Jinu Joy Thomasf666db12019-05-29 05:22:31 -0500154}
155
Jinu Joy Thomas75dd4422019-07-22 12:47:12 +0530156void optionUsage(void)
157{
Riya Dixit797f3382023-08-22 22:27:51 -0500158 info("Usage: pldmd [options]");
159 info("Options:");
160 info(" [--verbose] - would enable verbosity");
Jinu Joy Thomas75dd4422019-07-22 12:47:12 +0530161}
162
Jinu Joy Thomasf666db12019-05-29 05:22:31 -0500163int main(int argc, char** argv)
164{
Jinu Joy Thomas75dd4422019-07-22 12:47:12 +0530165 bool verbose = false;
Manojkiran Edaf25145f2022-09-10 01:43:39 -0500166 static struct option long_options[] = {{"verbose", no_argument, 0, 'v'},
167 {0, 0, 0, 0}};
Jinu Joy Thomas75dd4422019-07-22 12:47:12 +0530168
Manojkiran Edaf25145f2022-09-10 01:43:39 -0500169 auto argflag = getopt_long(argc, argv, "v", long_options, nullptr);
Jinu Joy Thomas75dd4422019-07-22 12:47:12 +0530170 switch (argflag)
171 {
172 case 'v':
Manojkiran Edaf25145f2022-09-10 01:43:39 -0500173 verbose = true;
Jinu Joy Thomas75dd4422019-07-22 12:47:12 +0530174 break;
Brad Bishopc80f3ef2021-10-07 16:34:13 -0400175 case -1:
Jinu Joy Thomas75dd4422019-07-22 12:47:12 +0530176 break;
Brad Bishopc80f3ef2021-10-07 16:34:13 -0400177 default:
Manojkiran Edaf25145f2022-09-10 01:43:39 -0500178 optionUsage();
Brad Bishopc80f3ef2021-10-07 16:34:13 -0400179 exit(EXIT_FAILURE);
Jinu Joy Thomas75dd4422019-07-22 12:47:12 +0530180 }
Rashmica Gupta1ed5f7a2023-05-22 13:56:42 +1000181 // Setup PLDM requester transport
182 auto hostEID = pldm::utils::readHostEID();
183 /* To maintain current behaviour until we have the infrastructure to find
184 * and use the correct TIDs */
185 pldm_tid_t TID = hostEID;
186 PldmTransport pldmTransport{};
Pavithra Barithaya51efaf82020-04-02 02:42:27 -0500187 auto event = Event::get_default();
Tom Joseph02b4ee42021-05-02 22:44:36 -0700188 auto& bus = pldm::utils::DBusHandler::getBus();
Patrick Williams84b790c2022-07-22 19:26:56 -0500189 sdbusplus::server::manager_t objManager(bus,
190 "/xyz/openbmc_project/software");
Andrew Jeffery7c1dc7e2023-04-28 14:52:16 +0930191
192 InstanceIdDb instanceIdDb;
193 dbus_api::Requester dbusImplReq(bus, "/xyz/openbmc_project/pldm",
194 instanceIdDb);
Patrick Williams705fa982023-09-27 02:32:20 -0500195 sdbusplus::server::manager_t inventoryManager(
George Liu682ee182020-12-25 15:24:33 +0800196 bus, "/xyz/openbmc_project/inventory");
Pavithra Barithaya319ebb32021-05-06 06:09:11 -0500197
Tom Joseph02b4ee42021-05-02 22:44:36 -0700198 Invoker invoker{};
Rashmica Gupta1ed5f7a2023-05-22 13:56:42 +1000199 requester::Handler<requester::Request> reqHandler(&pldmTransport, event,
200 instanceIdDb, verbose);
Manojkiran Eda9fffea22021-10-27 16:03:27 +0530201
Tom Joseph02b4ee42021-05-02 22:44:36 -0700202#ifdef LIBPLDMRESPONDER
203 using namespace pldm::state_sensor;
Tom Joseph20aa3e02021-08-17 04:44:19 -0700204 dbus_api::Host dbusImplHost(bus, "/xyz/openbmc_project/pldm");
Pavithra Barithaya51efaf82020-04-02 02:42:27 -0500205 std::unique_ptr<pldm_pdr, decltype(&pldm_pdr_destroy)> pdrRepo(
206 pldm_pdr_init(), pldm_pdr_destroy);
Andrew Jefferyacb20292023-06-30 11:47:44 +0930207 if (!pdrRepo)
208 {
209 throw std::runtime_error("Failed to instantiate PDR repository");
210 }
Pavithra Barithaya51efaf82020-04-02 02:42:27 -0500211 std::unique_ptr<pldm_entity_association_tree,
212 decltype(&pldm_entity_association_tree_destroy)>
213 entityTree(pldm_entity_association_tree_init(),
214 pldm_entity_association_tree_destroy);
Andrew Jefferyabcd6ca2023-06-30 13:53:35 +0930215 if (!entityTree)
216 {
217 throw std::runtime_error(
218 "Failed to instantiate general PDR entity association tree");
219 }
Sampa Misrac073a202021-05-08 10:56:05 -0500220 std::unique_ptr<pldm_entity_association_tree,
221 decltype(&pldm_entity_association_tree_destroy)>
222 bmcEntityTree(pldm_entity_association_tree_init(),
223 pldm_entity_association_tree_destroy);
Andrew Jefferyabcd6ca2023-06-30 13:53:35 +0930224 if (!bmcEntityTree)
225 {
226 throw std::runtime_error(
227 "Failed to instantiate BMC PDR entity association tree");
228 }
Pavithra Barithaya319ebb32021-05-06 06:09:11 -0500229 std::shared_ptr<HostPDRHandler> hostPDRHandler;
Sampa Misrac0c60542020-07-01 02:34:25 -0500230 std::unique_ptr<pldm::host_effecters::HostEffecterParser>
231 hostEffecterParser;
George Liucae18662020-05-15 09:32:57 +0800232 std::unique_ptr<DbusToPLDMEvent> dbusToPLDMEventHandler;
Brad Bishopfc0d14d2021-10-12 19:34:20 -0400233 DBusHandler dbusHandler;
Kamalkumar Patel3c50c822024-01-30 07:14:40 -0600234 std::unique_ptr<platform_config::Handler> platformConfigHandler{};
235 platformConfigHandler = std::make_unique<platform_config::Handler>();
Pavithra Barithayaa410c652021-07-22 01:32:47 -0500236
Sagar Srinivas3687e2b2023-04-10 05:08:28 -0500237 if (hostEID)
238 {
239 hostPDRHandler = std::make_shared<HostPDRHandler>(
240 pldmTransport.getEventSource(), hostEID, event, pdrRepo.get(),
241 EVENTS_JSONS_DIR, entityTree.get(), bmcEntityTree.get(),
George Liua881c172021-06-21 18:28:11 +0800242 instanceIdDb, &reqHandler);
243
Sagar Srinivas3687e2b2023-04-10 05:08:28 -0500244 // HostFirmware interface needs access to hostPDR to know if host
245 // is running
246 dbusImplHost.setHostPdrObj(hostPDRHandler);
Sagar Srinivas11ce8d22022-07-28 11:32:34 -0500247
Sagar Srinivas3687e2b2023-04-10 05:08:28 -0500248 hostEffecterParser =
249 std::make_unique<pldm::host_effecters::HostEffecterParser>(
250 &instanceIdDb, pldmTransport.getEventSource(), pdrRepo.get(),
251 &dbusHandler, HOST_JSONS_DIR, &reqHandler);
252 dbusToPLDMEventHandler = std::make_unique<DbusToPLDMEvent>(
253 pldmTransport.getEventSource(), hostEID, instanceIdDb, &reqHandler);
254 }
Pavithra Barithayaa410c652021-07-22 01:32:47 -0500255
Tom Joseph33e9c7e2020-06-11 22:09:52 +0530256 auto fruHandler = std::make_unique<fru::Handler>(
Manojkiran Eda03b01ca2021-06-29 08:55:09 +0530257 FRU_JSONS_DIR, FRU_MASTER_JSON, pdrRepo.get(), entityTree.get(),
George Liua881c172021-06-21 18:28:11 +0800258 bmcEntityTree.get());
Pavithra Barithayaa410c652021-07-22 01:32:47 -0500259
Tom Joseph33e9c7e2020-06-11 22:09:52 +0530260 // FRU table is built lazily when a FRU command or Get PDR command is
261 // handled. To enable building FRU table, the FRU handler is passed to the
262 // Platform handler.
Sampa Misraaea5dde2020-08-31 08:33:47 -0500263 auto platformHandler = std::make_unique<platform::Handler>(
Sagar Srinivas90314a32023-10-17 10:38:03 -0500264 &dbusHandler, hostEID, &instanceIdDb, PDR_JSONS_DIR, pdrRepo.get(),
265 hostPDRHandler.get(), dbusToPLDMEventHandler.get(), fruHandler.get(),
George Liua881c172021-06-21 18:28:11 +0800266 platformConfigHandler.get(), &reqHandler, event, true);
Pavithra Barithayaa410c652021-07-22 01:32:47 -0500267
George Liua881c172021-06-21 18:28:11 +0800268 auto biosHandler = std::make_unique<bios::Handler>(
269 pldmTransport.getEventSource(), hostEID, &instanceIdDb, &reqHandler,
270 platformConfigHandler.get(), requestPLDMServiceName);
271
272 auto baseHandler = std::make_unique<base::Handler>(event);
273
274#ifdef OEM_IBM
275 pldm::oem_ibm::OemIBM oemIBM(&dbusHandler, pldmTransport.getEventSource(),
276 hostEID, pdrRepo.get(), instanceIdDb, event,
277 invoker, hostPDRHandler.get(),
278 platformHandler.get(), fruHandler.get(),
279 baseHandler.get(), &reqHandler);
Pavithra Barithaya51efaf82020-04-02 02:42:27 -0500280#endif
281
Sagar Srinivas11ce8d22022-07-28 11:32:34 -0500282 invoker.registerHandler(PLDM_BIOS, std::move(biosHandler));
Sampa Misraaea5dde2020-08-31 08:33:47 -0500283 invoker.registerHandler(PLDM_PLATFORM, std::move(platformHandler));
284 invoker.registerHandler(PLDM_FRU, std::move(fruHandler));
George Liua881c172021-06-21 18:28:11 +0800285 invoker.registerHandler(PLDM_BASE, std::move(baseHandler));
286
Tom Joseph02b4ee42021-05-02 22:44:36 -0700287 dbus_api::Pdr dbusImplPdr(bus, "/xyz/openbmc_project/pldm", pdrRepo.get());
288 sdbusplus::xyz::openbmc_project::PLDM::server::Event dbusImplEvent(
289 bus, "/xyz/openbmc_project/pldm");
Tom Joseph20aa3e02021-08-17 04:44:19 -0700290
Tom Joseph02b4ee42021-05-02 22:44:36 -0700291#endif
Sampa Misraaea5dde2020-08-31 08:33:47 -0500292
Tom Josephfb3bc062021-08-17 07:48:11 -0700293 std::unique_ptr<fw_update::Manager> fwManager =
Andrew Jefferya330b2f2023-05-04 14:55:37 +0930294 std::make_unique<fw_update::Manager>(event, reqHandler, instanceIdDb);
Gilbert Chen6c7fed42022-02-22 15:40:17 +0000295 std::unique_ptr<platform_mc::Manager> platformManager =
296 std::make_unique<platform_mc::Manager>(event, reqHandler, instanceIdDb);
Tom Josephfb3bc062021-08-17 07:48:11 -0700297 std::unique_ptr<MctpDiscovery> mctpDiscoveryHandler =
Gilbert Chen44524a52022-02-14 12:12:25 +0000298 std::make_unique<MctpDiscovery>(
Gilbert Chen6c7fed42022-02-22 15:40:17 +0000299 bus, std::initializer_list<MctpDiscoveryHandlerIntf*>{
300 fwManager.get(), platformManager.get()});
Rashmica Gupta1ed5f7a2023-05-22 13:56:42 +1000301 auto callback = [verbose, &invoker, &reqHandler, &fwManager, &pldmTransport,
302 TID](IO& io, int fd, uint32_t revents) mutable {
Deepak Kodihalli37998bf2019-11-11 04:06:53 -0600303 if (!(revents & EPOLLIN))
304 {
305 return;
306 }
Rashmica Gupta1ed5f7a2023-05-22 13:56:42 +1000307 if (fd < 0)
308 {
309 return;
310 }
Deepak Kodihalli37998bf2019-11-11 04:06:53 -0600311
312 int returnCode = 0;
Rashmica Gupta1ed5f7a2023-05-22 13:56:42 +1000313 void* requestMsg;
314 size_t recvDataLength;
315 returnCode = pldmTransport.recvMsg(TID, requestMsg, recvDataLength);
316
317 if (returnCode == PLDM_REQUESTER_SUCCESS)
318 {
319 std::vector<uint8_t> requestMsgVec(
320 static_cast<uint8_t*>(requestMsg),
321 static_cast<uint8_t*>(requestMsg) + recvDataLength);
322 FlightRecorder::GetInstance().saveRecord(requestMsgVec, false);
323 if (verbose)
324 {
325 printBuffer(Rx, requestMsgVec);
326 }
327 // process message and send response
328 auto response = processRxMsg(requestMsgVec, invoker, reqHandler,
329 fwManager.get(), TID);
330 if (response.has_value())
331 {
332 FlightRecorder::GetInstance().saveRecord(*response, true);
333 if (verbose)
334 {
335 printBuffer(Tx, *response);
336 }
337
338 returnCode = pldmTransport.sendMsg(TID, (*response).data(),
339 (*response).size());
340 if (returnCode != PLDM_REQUESTER_SUCCESS)
341 {
Riya Dixit087a7512024-04-06 14:28:08 -0500342 warning(
343 "Failed to send pldmTransport message for TID '{TID}', response code '{RETURN_CODE}'",
344 "TID", TID, "RETURN_CODE", returnCode);
Rashmica Gupta1ed5f7a2023-05-22 13:56:42 +1000345 }
346 }
347 }
348 // TODO check that we get here if mctp-demux dies?
349 else if (returnCode == PLDM_REQUESTER_RECV_FAIL)
Jinu Joy Thomasf666db12019-05-29 05:22:31 -0500350 {
Deepak Kodihalli23c52042020-09-01 03:04:32 -0500351 // MCTP daemon has closed the socket this daemon is connected to.
352 // This may or may not be an error scenario, in either case the
353 // recovery mechanism for this daemon is to restart, and hence exit
354 // the event loop, that will cause this daemon to exit with a
355 // failure code.
Riya Dixit087a7512024-04-06 14:28:08 -0500356 error(
357 "MCTP daemon closed the socket, IO exiting with response code '{RC}'",
358 "RC", returnCode);
Deepak Kodihalli23c52042020-09-01 03:04:32 -0500359 io.get_event().exit(0);
Jinu Joy Thomasf666db12019-05-29 05:22:31 -0500360 }
Jinu Joy Thomasf666db12019-05-29 05:22:31 -0500361 else
362 {
Riya Dixit087a7512024-04-06 14:28:08 -0500363 warning(
364 "Failed to receive PLDM request for pldmTransport, response code '{RETURN_CODE}'",
365 "RETURN_CODE", returnCode);
Jinu Joy Thomasf666db12019-05-29 05:22:31 -0500366 }
Thu Nguyenefacb6f2024-04-12 01:37:46 +0000367 /* Free requestMsg after using */
368 free(requestMsg);
Deepak Kodihalli37998bf2019-11-11 04:06:53 -0600369 };
370
Deepak Kodihalli4de4d002019-11-11 02:41:43 -0600371 bus.attach_event(event.get(), SD_EVENT_PRIORITY_NORMAL);
Archana Kakani46f352e2024-03-17 08:21:08 -0500372#ifndef SYSTEM_SPECIFIC_BIOS_JSON
373 bus.request_name("xyz.openbmc_project.PLDM");
374#endif
Rashmica Gupta1ed5f7a2023-05-22 13:56:42 +1000375 IO io(event, pldmTransport.getEventSource(), EPOLLIN, std::move(callback));
Manojkiran Eda88bc7182021-09-08 18:37:30 +0530376#ifdef LIBPLDMRESPONDER
377 if (hostPDRHandler)
378 {
379 hostPDRHandler->setHostFirmwareCondition();
380 }
381#endif
Manojkiran Edaef773052021-07-29 09:29:28 +0530382 stdplus::signal::block(SIGUSR1);
383 sdeventplus::source::Signal sigUsr1(
384 event, SIGUSR1, std::bind_front(&interruptFlightRecorderCallBack));
Rashmica Gupta1ed5f7a2023-05-22 13:56:42 +1000385 int returnCode = event.loop();
Brad Bishop3a22b972021-10-07 17:01:58 -0400386 if (returnCode)
387 {
Jinu Joy Thomasf666db12019-05-29 05:22:31 -0500388 exit(EXIT_FAILURE);
389 }
Brad Bishop3a22b972021-10-07 17:01:58 -0400390
391 exit(EXIT_SUCCESS);
Jinu Joy Thomasf666db12019-05-29 05:22:31 -0500392}