Skip to content

Commit

Permalink
p9_setup_bars -- fix NPU BAR addressing for Nimbus DD2
Browse files Browse the repository at this point in the history
Change-Id: Ib71d881d2b6582b5c3a82611d6584e0e98f8ba0d
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42463
Reviewed-by: Camille R. Mann <camille@us.ibm.com>
Dev-Ready: Camille R. Mann <camille@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: RYAN BLACK <rblack@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42482
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Dean Sanner <dsanner@us.ibm.com>
  • Loading branch information
jjmcgill authored and sannerd committed Jul 11, 2017
1 parent fd07cc9 commit b34b1b6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/import/chips/p9/procedures/hwp/nest/p9_setup_bars_defs.H
Original file line number Diff line number Diff line change
Expand Up @@ -350,10 +350,10 @@ const uint64_t NPU_PHY0_BAR_REGS_NDD1[NPU_NUM_BAR_SHADOWS] =

const uint64_t NPU_PHY0_BAR_REGS[NPU_NUM_BAR_SHADOWS] =
{
0x05011006,
0x05011036,
0x05011066,
0x05011096
0x05011406,
0x05011436,
0x05011466,
0x05011496
};

const uint64_t NPU_PHY1_BAR_REGS_NDD1[NPU_NUM_BAR_SHADOWS] =
Expand Down Expand Up @@ -382,10 +382,10 @@ const uint64_t NPU_MMIO_BAR_REGS_NDD1[NPU_NUM_BAR_SHADOWS] =

const uint64_t NPU_MMIO_BAR_REGS[NPU_NUM_BAR_SHADOWS] =
{
0x05011406,
0x05011436,
0x05011466,
0x05011496
0x05011006,
0x05011036,
0x05011066,
0x05011096
};

#endif //_P9_SETUP_BARS_DEFS_H_

0 comments on commit b34b1b6

Please sign in to comment.