diff options
author | Thi Tran <thi@us.ibm.com> | 2016-11-16 09:31:03 -0600 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-08-04 10:52:05 -0400 |
commit | 72b8ee4fb41a4447cd42b7bc277c75911e219e2e (patch) | |
tree | 6f67749174ed18615188eb2b82b648e6a65c4e8a /src/import/chips | |
parent | 63a758f91d19cb28a746f73c84ea9de2e83a8b7b (diff) | |
download | talos-hostboot-72b8ee4fb41a4447cd42b7bc277c75911e219e2e.tar.gz talos-hostboot-72b8ee4fb41a4447cd42b7bc277c75911e219e2e.zip |
Centaur istep 11 support
initCompiler
generate procedures & wrapper for Centaur SCAN initfiles
porting Centaur initfiles into p9 for Centaur EC 21
update Initfile Compiler to generate wrapper and C/H Scan files for Centaur
generate rings data to be pulled in Centaur HW image.
centaur_ec_attributes
remove all attributes previously used by SBE code -- only DD2 is supported
cen_common_funcs
cleanup trace messages
add common clockstart module for NEST/MEM
centaur_misc_constants
define constants for PLL scan0 operations
define MEM scan chiplet constant
cen_tp_chiplet_init1
remove EC feature attribute qualifications -- only DD2 is supported
scan0 flush TP PLL GPTR BNDY and FUNC ring
cen_pll_initf
cen_initf
directly invoke generated scan HWPs until putRing support exists
cen_chiplet_init
remove EC feature attribute qualifications -- only DD2 is supported
cen_startclocks
initial release
centaur.cleanup.pll.scan.initfile
right justify spy value to match p9 initCompiler expectations
centaur.dmi.scan.initfile
update owner
centaur.mba.scan.initfile
remove EC feature attribute qualifications -- only DD2 is supported
centaur.mbs.scan.initfile
remove EC feature attribute qualifications -- only DD2 is supported
add content missing from original port
centaur.mem.pll.scan.initfile
remove dummy settings
centaur.nest.pll.scan.initfile
adjust freq attributes to match P9 NEST attribute content
remove dummy settings
centaur.thermal.scan.initfile
update owner
add content missing from original port
cen_mem_pll_setup
cen_nest_startclocks
remove, not required for P9 IPL flow
add missing object depedencies
create wrappers for all planned isteps
RTC 163457
Change-Id: I5c3c0485ecbf8790441409648b3e36392e3e1d58
Original-Change-Id: Idd0972207f356315f1e2f52f911e1cb27f72a737
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32714
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43775
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-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>
Diffstat (limited to 'src/import/chips')
-rw-r--r-- | src/import/chips/centaur/procedures/xml/error_info/cen_chiplet_init_errors.xml | 9 | ||||
-rw-r--r-- | src/import/chips/centaur/procedures/xml/error_info/cen_common_errors.xml | 14 |
2 files changed, 13 insertions, 10 deletions
diff --git a/src/import/chips/centaur/procedures/xml/error_info/cen_chiplet_init_errors.xml b/src/import/chips/centaur/procedures/xml/error_info/cen_chiplet_init_errors.xml index e7cca2460..479d042d8 100644 --- a/src/import/chips/centaur/procedures/xml/error_info/cen_chiplet_init_errors.xml +++ b/src/import/chips/centaur/procedures/xml/error_info/cen_chiplet_init_errors.xml @@ -34,13 +34,4 @@ <ffdc>TARGET</ffdc> </hwpError> <!-- ******************************************************************** --> - <hwpError> - <sbeError/> - <rc>RC_CEN_CHIPLET_INIT_REPAIR_NOT_ALLOWED_IN_DD1</rc> - <description> - Procedure: cen_chiplet_init - DD1 is not supported by repair command - </description> - <ffdc>TARGET</ffdc> - </hwpError> </hwpErrors> diff --git a/src/import/chips/centaur/procedures/xml/error_info/cen_common_errors.xml b/src/import/chips/centaur/procedures/xml/error_info/cen_common_errors.xml index 4466abe28..ec85598a7 100644 --- a/src/import/chips/centaur/procedures/xml/error_info/cen_common_errors.xml +++ b/src/import/chips/centaur/procedures/xml/error_info/cen_common_errors.xml @@ -83,5 +83,17 @@ </description> <ffdc>TARGET</ffdc> </hwpError> - + <!-- ******************************************************************** --> + <hwpError> + <sbeError/> + <rc>RC_CEN_COMMON_STARTCLOCKS_CLK_THOLDS_CHECK_ERR</rc> + <description> + Procedure: cen_comomn_startclocks + Expected THOLD state check failed + </description> + <ffdc>TARGET</ffdc> + <ffdc>CHIPLET</ffdc> + <ffdc>ACTUAL</ffdc> + </hwpError> + <!-- ******************************************************************** --> </hwpErrors> |