Skip to content

Commit

Permalink
FIR updates to match XML changes in 56335
Browse files Browse the repository at this point in the history
Change-Id: I31f6fbd065e409e99aa4e3ff47e9b6867174fd78
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56531
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>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: DANIEL C. HOWE <dchowe@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57060
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
jjmcgill authored and dcrowell77 committed Apr 21, 2018
1 parent a26fde8 commit 1bad3f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/import/chips/p9/procedures/hwp/io/p9_io_dmi_scominit.C
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
// Constant definitions
//------------------------------------------------------------------------------
const uint64_t FIR_ACTION0 = 0x0000000000000000ULL;
const uint64_t FIR_ACTION1 = 0x0068686868000000ULL;
const uint64_t FIR_MASK = 0xFF97979797FFC000ULL;
const uint64_t FIR_ACTION1 = 0x2068686868000000ULL;
const uint64_t FIR_MASK = 0xDF97979797FFC000ULL;

const uint64_t DMI_FIR_ACTION0_REG = 0x07011006;
const uint64_t DMI_FIR_ACTION1_REG = 0x07011007;
Expand Down
8 changes: 4 additions & 4 deletions src/import/chips/p9/procedures/hwp/nest/p9_chiplet_scominit.C
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@
// Constant definitions
//------------------------------------------------------------------------------
const uint64_t FBC_IOO_TL_FIR_ACTION0 = 0x0000000000000000ULL;
const uint64_t FBC_IOO_TL_FIR_ACTION1 = 0x0000000000000000ULL;
const uint64_t FBC_IOO_TL_FIR_MASK = 0xFF6DB0000FFFFFFFULL;
const uint64_t FBC_IOO_TL_FIR_ACTION1 = 0x0049200000000000ULL;
const uint64_t FBC_IOO_TL_FIR_MASK = 0xFF2490000FFFF00FULL;

const uint64_t FBC_IOO_DL_FIR_ACTION0 = 0x0000000000000000ULL;
const uint64_t FBC_IOO_DL_FIR_ACTION1 = 0x0303C0000300FF0CULL;
const uint64_t FBC_IOO_DL_FIR_MASK = 0xFCFC3FFFFCFF00F3ULL;
const uint64_t FBC_IOO_DL_FIR_ACTION1 = 0x0303C000033FFFFCULL;
const uint64_t FBC_IOO_DL_FIR_MASK = 0xFCFC3FFFFCC00003ULL;

// link 0,1 internal errors are a simulation artifact in dd1 so they need to be masked
const uint64_t FBC_IOO_DL_FIR_MASK_SIM = 0xFCFC3FFFFCFF00FFULL;
Expand Down

0 comments on commit 1bad3f8

Please sign in to comment.