open-power / pdbg

PowerPC FSI Debugger
Apache License 2.0
16 stars 39 forks source link

P10 core special wake-up handling with sbefifo back-end #62

Open ojayanth opened 2 years ago

ojayanth commented 2 years ago

Existing pdbg included core special wake-up handling as part of core probe/release function. This is required only for Kernel back-end. sbefifo back-end required special wake-up assert /deassert in the core scom path all the remaining core hw operation SBE internally manages special wake-up handling.

Discussed with @amitay and planing to restructure core probe function to meet the special wake-up handling with SBE requirements.