Conversation
Collaborator
Author
cfb5ec1 to
9fa71b3
Compare
Collaborator
Author
9fa71b3 to
d028ba9
Compare
Collaborator
Author
Collaborator
Author
|
fwdev-170035.test.set-property-get-property.txt Verified on one of the numeric effecters that get-propety and set-property work. |
mahkurap
reviewed
Feb 20, 2026
mahkurap
requested changes
Feb 20, 2026
| std::chrono::seconds(DBUS_TIMEOUT)) | ||
| .count(); | ||
|
|
||
| extern "C" { |
Collaborator
There was a problem hiding this comment.
Please move this code to libpldm, and also add encode/decode routines for effecter enable command.
d300bd6 to
34f64b1
Compare
Collaborator
Author
852d5c3 to
727e0ab
Compare
mahkurap
reviewed
Mar 11, 2026
mahkurap
reviewed
Mar 11, 2026
mahkurap
reviewed
Mar 11, 2026
mahkurap
reviewed
Mar 11, 2026
mahkurap
reviewed
Mar 11, 2026
mahkurap
reviewed
Mar 11, 2026
mahkurap
reviewed
Mar 11, 2026
mahkurap
reviewed
Mar 11, 2026
mahkurap
requested changes
Mar 11, 2026
ed9058a to
bb4c6c8
Compare
Add Numeric Effecter PDR for Compact Numeric Sensors. Numeric Effecter and Effecter Auxiliary Name PDRs are are represented using JSON files. Numeric Effecter PDR act as a control for Compact Numeric Sensor PDR matched by effecter id. This code is ported code ushered in via commit id c8bcfa8 which is still being reviewed. Minor tweaks were applied to port this patch. === platform-mc: Add NumericEffecter support as per DSP0248 Implement PDR-driven NumericEffecter class that follows the PLDM Platform Monitoring and Control specification, addressing limitations in the existing dbus_to_terminus_effecters approach. Features: - Discovery: Parse Numeric Effecter PDRs (§28.11) from device and create D-Bus object - Following commands are supported: - GetNumericEffecterValue (0x32), - SetNumericEffecterEnable (0x30), - SetNumericEffecterValue (0x31) - Bidirectional state sync: D-Bus reflects actual terminus state via read-after-write verification - NumericEffecterDbusInterface: Abstract interface to enable D-Bus integration for numeric effecters Tested. This patch was tested on Nvidia's GB200 Platform for Grace CPU Terminus. Redfish Testing is still pending. Pick the following bmcweb patch: https://gerrit.openbmc.org/c/openbmc/bmcweb/+/86196 === Signed-off-by: Shirish Pargaonkar <Shirish.Pargaonkar@amd.com> # modified: ../../../../platform-mc/test/terminus_manager_test.cpp
bb4c6c8 to
2379f23
Compare
mahkurap
approved these changes
Mar 13, 2026
srgovard
approved these changes
Mar 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Numeric Effecter PDR for Compact Numeric Sensors. Numeric Effecter and Effecter Auxiliary Name PDRs are are represented using JSON files.
Numeric Effecter PDR act as a control for Compact
Numeric Sensor PDR matched by effecter id.