Skip to content

Commit

Permalink
Update p9_mss_eff_grouping for Axone support
Browse files Browse the repository at this point in the history
Add p9a_omi_setup_bars procedure
Add eclipse project files to .gitignore

Change-Id: I886807d7c74b0dc367d4823909cad573f35ad77b
Original-Change-Id: Ia18cd213ac8b3682e5718b3c631dad631b97170f
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67755
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81260
Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
  • Loading branch information
BenAtIBM authored and RAJA DAS committed Jul 30, 2019
1 parent 0bb6050 commit dfae3a8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/import/chips/p9/common/include/p9a_misc_scom_addresses.H
Original file line number Diff line number Diff line change
Expand Up @@ -18136,4 +18136,10 @@ static const uint64_t P9A_PU_NPU2_NTL1_XTS_PMU_CNT =

static const uint64_t P9A__NTL1_XTS_PMU_CNT = 0x050116F8ull;

//Manual additions
static const uint64_t P9A_MI_MCFGPM0 = 0x05010820ull;
static const uint64_t P9A_MI_MCFGPM1 = 0x05010830ull;
static const uint64_t P9A_MI_MCFGPM0A = 0x05010821ull;
static const uint64_t P9A_MI_MCFGPM1A = 0x05010831ull;

#endif
17 changes: 17 additions & 0 deletions src/import/chips/p9/common/include/p9a_misc_scom_addresses_fld.H
Original file line number Diff line number Diff line change
Expand Up @@ -58516,4 +58516,21 @@ static const uint8_t P9A_PU_NPU2_NTL1_XTS_PMU_CNT_CNT2_LEN = 1
static const uint8_t P9A_PU_NPU2_NTL1_XTS_PMU_CNT_CNT3 = 48 ;
static const uint8_t P9A_PU_NPU2_NTL1_XTS_PMU_CNT_CNT3_LEN = 16 ;

// Manual additions
static const uint64_t P9A_MI_MCFGPM0_VALID = 0;
static const uint64_t P9A_MI_MCFGPM0_GROUP_BASE_ADDRESS = 1;
static const uint64_t P9A_MI_MCFGPM0_GROUP_BASE_ADDRESS_LEN = 24;
static const uint64_t P9A_MI_MCFGPM0_GROUP_SIZE = 25;
static const uint64_t P9A_MI_MCFGPM0_GROUP_SIZE_LEN = 15;

static const uint64_t P9A_MI_MCFGPM0A_HOLE_VALID = 0;
static const uint64_t P9A_MI_MCFGPM0A_HOLE_LOWER_ADDRESS = 1;
static const uint64_t P9A_MI_MCFGPM0A_HOLE_LOWER_ADDRESS_LEN = 15;
static const uint64_t P9A_MI_MCFGPM0A_SMF_VALID = 22;
static const uint64_t P9A_MI_MCFGPM0A_SMF_EXTEND_TO_END_OF_RANGE = 23;
static const uint64_t P9A_MI_MCFGPM0A_SMF_LOWER_ADDRESS = 24;
static const uint64_t P9A_MI_MCFGPM0A_SMF_LOWER_ADDRESS_LEN = 19;
static const uint64_t P9A_MI_MCFGPM0A_SMF_UPPER_ADDRESS = 43;
static const uint64_t P9A_MI_MCFGPM0A_SMF_UPPER_ADDRESS_LEN = 19;

#endif

0 comments on commit dfae3a8

Please sign in to comment.