Skip to content

Commit

Permalink
FIR + RAS XML updates
Browse files Browse the repository at this point in the history
  p9_sbe_scominit.C
    mask PBCENT FIR bit 5, rely on action of unit master specific FIR bits to
    drive attention generation on any cresp address error condition

Change-Id: I3c23aeecd426687fe91d37aadfd5ca6243c4a4b3
CQ: SW417475
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54067
Reviewed-by: Daniel J. Henderson <hende@us.ibm.com>
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>
Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com>
Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54082
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
jjmcgill authored and sgupta2m committed Feb 16, 2018
1 parent 5560314 commit d2a0b0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/import/chips/p9/procedures/hwp/nest/p9_sbe_scominit.C
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ const uint64_t LPC_BAR_MASK = 0xFF000000FFFFFFFFULL;

// FBC FIR constants
const uint64_t FBC_CENT_FIR_ACTION0 = 0x0000000000000000ULL;
const uint64_t FBC_CENT_FIR_ACTION1 = 0x0440000000000000ULL;
const uint64_t FBC_CENT_FIR_MASK = 0x111FC00000000000ULL;
const uint64_t FBC_CENT_FIR_ACTION1 = 0x0040000000000000ULL;
const uint64_t FBC_CENT_FIR_MASK = 0x151FC00000000000ULL;
const uint64_t FBC_WEST_FIR_ACTION0 = 0x0000000000000000ULL;
const uint64_t FBC_WEST_FIR_ACTION1 = 0x0000000000000000ULL;
const uint64_t FBC_WEST_FIR_MASK = 0x0000FFFFC0000000ULL;
Expand Down

0 comments on commit d2a0b0c

Please sign in to comment.