amd-ppr: Enable 2x1P for BMC PPR - #27
Draft
ankitaprasad2206 wants to merge 1 commit into
Draft
Conversation
Adding 2 services separately for 2x1P systems.
Tested: Tested on Morocco.
'''
root@morocco-0075:/usr/share/amd-ppr# systemctl status xyz.openbmc_project.PostPackageRepair@1.service
* xyz.openbmc_project.PostPackageRepair@1.service - Post Package Repair manager for host 1
Loaded: loaded (/usr/lib/systemd/system/xyz.openbmc_project.PostPackageRepair@.service; static)
Active: active (running) since Thu 2026-05-21 06:59:37 UTC; 2h 58min ago
Invocation: 96157a381d9646e38705742cddecb0cb
Main PID: 406 (amd-bmc-ppr)
CPU: 153ms
CGroup: /system.slice/system-xyz.openbmc_project.PostPackageRepair.slice/xyz.openbmc_project.PostPackageRepair@1.service
`-406 /usr/bin/amd-bmc-ppr 1
root@morocco-0075:~# systemctl status xyz.openbmc_project.PostPackageRepair@2.service
* xyz.openbmc_project.PostPackageRepair@2.service - Post Package Repair manager for host 2
Loaded: loaded (/usr/lib/systemd/system/xyz.openbmc_project.PostPackageRepair@.service; static)
Active: active (running) since Thu 2026-05-21 10:21:43 UTC; 15min ago
Invocation: 48254f5a5f434c0ab99207738b01aceb
Main PID: 418 (amd-bmc-ppr)
CPU: 95ms
CGroup: /system.slice/system-xyz.openbmc_project.PostPackageRepair.slice/xyz.openbmc_project.PostPackageRepair@2.service
`-418 /usr/bin/amd-bmc-ppr 2
'''
Signed-off-by: ankprasa <ankprasa@amd.com>
ankitaprasad2206
marked this pull request as draft
June 1, 2026 09:10
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.
Adding 2 services separately for 2x1P systems.
Tested: Tested on sp8
'''
root@morocco-0075:/usr/share/amd-ppr# systemctl status xyz.openbmc_project.PostPackageRepair@1.service
root@morocco-0075:~# systemctl status xyz.openbmc_project.PostPackageRepair@2.service
'''