Lines Matching +full:ddr +full:- +full:sel +full:- +full:low
12 #include <systemd/sd-journal.h>
14 #include <phosphor-logging/lg2.hpp>
32 namespace ddr_status = ddr::status;
55 An array of possible boot status of DDR training stage.
59 " progress started", " in-progress", " progress completed"};
107 {boot_stage::DDR_INITIALIZATION, "DDR initialization"},
108 {boot_stage::DDR_TRAINING, "DDR training"},
109 {boot_stage::S0_DDR_TRAINING_FAILURE, "DDR training failure"},
112 {boot_stage::S1_DDR_TRAINING_FAILURE, "DDR training failure"},
117 A map between DDR status and logging strings.
118 Using pldm::oem::ddr::status::ddr_status
153 "(PHY write level failure - see syndrome 1)"},
174 A map between DIMM training failure type and a pair of <logging strings -
188 A map between log level and the registry used for Redfish SEL log
206 {2, {log_level::WARNING, "Non-Critical"}},
220 {"Non-secure Watch Dog",
284 int sensorId_Off = sensorId - 4; in sensorIdToDIMMIdx()
306 * ATF BL32 and DDR initialization in handleBootOverallEvent()
405 // DIMMx_Status sensorID 4+2*index (index 0 -> maxDIMMInstantNum-1) in processNumericSensorEvent()
577 reinterpret_cast<const uint8_t*>(request->payload) + eventDataOffset; in handleSensorEvent()
578 auto eventDataSize = payloadLength - eventDataOffset; in handleSensorEvent()
593 size_t sensorDataLength = eventDataSize - eventClassDataOffset; in handleSensorEvent()
725 // DIMMx_Status sensorID 4+2*index (index 0 -> maxDIMMInstantNum-1) in handleDIMMStatusEvent()
809 description += "DDR "; in handleDDRStatusEvent()
873 << "; VR status byte low is 0x" << std::setw(2) in handleVRDStatusEvent()
902 description += "Non-secure watchdog expired;"; in handleNumericWatchdogEvent()
938 lg2::error("call BERT trigger error - {ERROR}", "ERROR", e); in processOemMsgPollEvent()
956 reinterpret_cast<const uint8_t*>(request->payload) + eventDataOffset; in handlepldmMessagePollEvent()
957 auto eventDataSize = payloadLength - eventDataOffset; in handlepldmMessagePollEvent()
984 … "Failed to set the RAS UE LED terminus ID {TID} sensor ID {SENSORID} - errors {ERROR}", in handlepldmMessagePollEvent()
1010 uint64_t elapsed = t0 - timeStampMap[tid]; in oemPollForPlatformEvent()
1013 co_await manager->pollForPlatformEvent(tid, 0, 0); in oemPollForPlatformEvent()