Skip to content

Commit

Permalink
Level 2 HWP for p9_sbe_chiplet_reset
Browse files Browse the repository at this point in the history
* Included changes as per ver105
  IPL spread sheet

* Included multicast updates
 (ver91 IPL spread sheet)

Change-Id: Iba4d2b7c468b1e18dd2bcac672d88c10b1db6d95
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23935
Tested-by: Jenkins Server
Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com>
Reviewed-by: Sunil Kumar <skumar8j@in.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36931
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
anusrang authored and dcrowell77 committed Feb 23, 2017
1 parent fea84bf commit 0f87aa2
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -32,6 +32,7 @@
/// 4) Similar way, Reset sys.config and OPCG setting for Nest and MC chiplet in sync mode
///
/// Done
///
//------------------------------------------------------------------------------
// *HWP HW Owner : Abhishek Agarwal <abagarw8@in.ibm.com>
// *HWP HW Backup Owner : Srinivas V. Naga <srinivan@in.ibm.com>
Expand Down Expand Up @@ -76,7 +77,10 @@ enum P9_SBE_CHIPLET_RESET_Public_Constants
HANG_PULSE_0X01 = 0x01,
HANG_PULSE_0X04 = 0x04,
HANG_PULSE_0X1A = 0x1A,
NET_CNTL1_HW_INIT_VALUE = 0x7200000000000000ull
NET_CNTL1_HW_INIT_VALUE = 0x7200000000000000ull,
MCGR2_CACHE_CNFG_SETTINGS = 0xF0001C0000000000ull,
MCGR3_CACHE_CNFG_SETTINGS = 0xF4001C0000000000ull,
MCGR4_CACHE_CNFG_SETTINGS = 0xF8001C0000000000ull
};
}

Expand Down

0 comments on commit 0f87aa2

Please sign in to comment.