open-power / pdbg

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

Added dimm, and memport target support to guard #56

Closed RameshIyyar closed 3 years ago

amitay commented 3 years ago

For nx and tpm, you need to add the right addresses since they are chiplet level.

ojayanth commented 3 years ago

For nx and tpm, you need to add the right addresses since they are chiplet level. Need to provide translate function , eg : .translate = p10_core_translate. There is already hwp for translation in ekb , you can refer.

RameshIyyar commented 3 years ago

For nx and tpm, you need to add the right addresses since they are chiplet level.

Ok, I will push a separate PR for NX and TPM - Updated this PR to just have DIMM and MEM_PORT, please take a look.

ojayanth commented 3 years ago

LGTM

amitay commented 3 years ago

Merged with changes as discussed separately.