Skip to content

Commit

Permalink
PRD: Centaur address translation support for dynamic memory deallocation
Browse files Browse the repository at this point in the history
Change-Id: Ic8b260cf65dd72b4e8e3589b6f0a67c5f59fecb4
RTC: 190115
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/61200
Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/61534
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
  • Loading branch information
bweisenb authored and zane131 committed Jun 28, 2018
1 parent 37c183d commit e52b70d
Show file tree
Hide file tree
Showing 3 changed files with 439 additions and 109 deletions.
13 changes: 13 additions & 0 deletions src/usr/diag/prdf/common/plat/p9/p9_mi_regs.rule
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,16 @@
capture group default;
};

register MCFGP
{
name "MCFGP";
scomaddr 0x501080A;
capture group default;
};

register MCFGPM
{
name "MCFGPM";
scomaddr 0x501080C;
capture group default;
};
1 change: 1 addition & 0 deletions src/usr/diag/prdf/common/plat/prdfTargetServices.C
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@ TargetService::ASSOCIATION_TYPE getAssociationType( TargetHandle_t i_target,

{ TYPE_L4, TYPE_MEMBUF, TargetService::PARENT_BY_AFFINITY },

{ TYPE_MBA, TYPE_MI, TargetService::PARENT_BY_AFFINITY },
{ TYPE_MBA, TYPE_MEMBUF, TargetService::PARENT_BY_AFFINITY },
{ TYPE_MBA, TYPE_DIMM, TargetService::CHILD_BY_AFFINITY },

Expand Down

0 comments on commit e52b70d

Please sign in to comment.