Skip to content

Commit

Permalink
Translate OMIC DL register correctly
Browse files Browse the repository at this point in the history
Change-Id: Idb7043fab3e45b2869c6b0c8f079fe80817a4a6f
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/94737
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Reviewed-by: Caleb N Palmer <cnpalmer@us.ibm.com>
Reviewed-by: Zane C Shelley <zshelle@us.ibm.com>
Reviewed-by: Adam S Hale <adam.samuel.hale@ibm.com>
Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/94750
Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
  • Loading branch information
BenAtIBM authored and dcrowell77 committed Apr 10, 2020
1 parent 151a9b6 commit 4b0d4cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/import/chips/p9/common/scominfo/p9_scominfo.C
Expand Up @@ -357,6 +357,11 @@ extern "C"
l_scom.set_ring(P9A_MC_OMIC0_PPE_RING_ID + (i_chipUnitNum % 3));
}

if (P9A_MC_OMI_DL_RING_ID == l_ring)
{
l_scom.set_sat_id(P9A_MC_DL_REG0_SAT_ID + (i_chipUnitNum % 3));
}

break;

case PU_OMI_CHIPUNIT:
Expand Down

0 comments on commit 4b0d4cb

Please sign in to comment.