Skip to content

Commit

Permalink
Mask NMMUFIR(7), NMMUFIR(36:39)
Browse files Browse the repository at this point in the history
Mask nmmu internal timeout checkers to allow higher-level
timeouts to handle proc callouts.

Change-Id: I4484cd94666e0335bcc2169ffd9c9ab8dce4335a
CQ:SW447361
Tested-by: Jenkins Server <[email protected]>
Tested-by: Hostboot CI <[email protected]>
Tested-by: PPE CI <[email protected]>
Reviewed-by: Joseph J. McGill <[email protected]>
Reviewed-by: Jennifer A. Stofer <[email protected]>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70798
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70820
Tested-by: Jenkins OP Build CI <[email protected]>
Tested-by: Jenkins OP HW <[email protected]>
Reviewed-by: William G. Hoffa <[email protected]>
  • Loading branch information
Jenny Huynh authored and wghoffa committed Mar 12, 2019
1 parent a40b4b4 commit c00d44a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/import/chips/p9/procedures/hwp/initfiles/p9_mmu_scom.C
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2016,2018 */
/* Contributors Listed Below - COPYRIGHT 2016,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand Down Expand Up @@ -39,7 +39,7 @@ constexpr uint64_t literal_0x40DB000000000000 = 0x40DB000000000000;
constexpr uint64_t literal_0x3 = 0x3;
constexpr uint64_t literal_0x1 = 0x1;
constexpr uint64_t literal_0x0000FAF800FF = 0x0000FAF800FF;
constexpr uint64_t literal_0x0400FAFC00FF = 0x0400FAFC00FF;
constexpr uint64_t literal_0x0500FAFC0FFF = 0x0500FAFC0FFF;
constexpr uint64_t literal_0x000000000000 = 0x000000000000;
constexpr uint64_t literal_0x910000040F00 = 0x910000040F00;
constexpr uint64_t literal_0x911100000F00 = 0x911100000F00;
Expand Down Expand Up @@ -176,7 +176,7 @@ fapi2::ReturnCode p9_mmu_scom(const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>&
}
else if ((l_TGT0_ATTR_CHIP_EC_FEATURE_NMMU_NDD1 == literal_0))
{
l_scom_buffer.insert<0, 48, 16, uint64_t>(literal_0x0400FAFC00FF );
l_scom_buffer.insert<0, 48, 16, uint64_t>(literal_0x0500FAFC0FFF );
}

FAPI_TRY(fapi2::putScom(TGT0, 0x5012c43ull, l_scom_buffer));
Expand Down

0 comments on commit c00d44a

Please sign in to comment.