diff options
author | Terry J. Opie <opiet@us.ibm.com> | 2012-10-24 16:04:41 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-12-03 17:00:49 -0600 |
commit | 0bbc1fcf5d4b8a5301820f709b86a9ac292dacee (patch) | |
tree | 4e85f2cdd918e19bf78a2b7d12b69a1200124228 /src/usr/hwpf/hwp/runtime_errors | |
parent | 371c0256babc7f8a9c43656c719dcfc56f8ed824 (diff) | |
download | talos-hostboot-0bbc1fcf5d4b8a5301820f709b86a9ac292dacee.tar.gz talos-hostboot-0bbc1fcf5d4b8a5301820f709b86a9ac292dacee.zip |
Host Services Error XML Additions
RTC: 52953
Depends-On: I3a5be5a7b49c7c6d7e6179f5e28e046a38a12b1e
Change-Id: I776b172fb5a67516cb21dfd28f42aa681ba4c422
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2168
Tested-by: Jenkins Server
Reviewed-by: Mark W. Wenning <wenning@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/runtime_errors')
12 files changed, 571 insertions, 0 deletions
diff --git a/src/usr/hwpf/hwp/runtime_errors/p8_ocb_init_errors.xml b/src/usr/hwpf/hwp/runtime_errors/p8_ocb_init_errors.xml new file mode 100644 index 000000000..718157655 --- /dev/null +++ b/src/usr/hwpf/hwp/runtime_errors/p8_ocb_init_errors.xml @@ -0,0 +1,60 @@ +<!-- IBM_PROLOG_BEGIN_TAG --> +<!-- This is an automatically generated prolog. --> +<!-- --> +<!-- $Source: src/usr/hwpf/hwp/runtime_errors/p8_ocb_init_errors.xml $ --> +<!-- --> +<!-- IBM CONFIDENTIAL --> +<!-- --> +<!-- COPYRIGHT International Business Machines Corp. 2012 --> +<!-- --> +<!-- p1 --> +<!-- --> +<!-- Object Code Only (OCO) source materials --> +<!-- Licensed Internal Code Source Materials --> +<!-- IBM HostBoot Licensed Internal Code --> +<!-- --> +<!-- The source code for this program is not published or otherwise --> +<!-- divested of its trade secrets, irrespective of what has been --> +<!-- deposited with the U.S. Copyright Office. --> +<!-- --> +<!-- Origin: 30 --> +<!-- --> +<!-- IBM_PROLOG_END_TAG --> +<!-- Error definitions for p8_ocb_init procedure --> +<hwpErrors> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_OCBINIT_BAD_MODE</rc> + <description>Unknown mode passed to p8_ocb_init.</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_OCBINIT_BAD_Q_LENGTH_PARM</rc> + <description>Bad Queue Length Passed to p8_ocb_init.</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_OCBINIT_BAD_ITP_TYPE_PARM</rc> + <description>Bad Interrupt Type Passed to p8_ocb_init.</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_OCBINIT_BAD_Q_OVER_UNDERFLOW_PARM</rc> + <description>Bad Queue Over/Underflow Enable Passed to p8_ocb_init.</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_OCBINIT_BAD_CHAN_NUM_PARM</rc> + <description>Bad Channel Number Passed to p8_ocb_init.</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_OCBINIT_BAD_CHAN_TYPE_PARM</rc> + <description>Bad Channel Type Passed to p8_ocb_init.</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_OCBINIT_BAD_CHAN3_TYPE_PARM</rc> + <description>Bad Channel Type for Channel3 Passed to p8_ocb_init.</description> + </hwpError> +</hwpErrors> diff --git a/src/usr/hwpf/hwp/runtime_errors/p8_occ_control_errors.xml b/src/usr/hwpf/hwp/runtime_errors/p8_occ_control_errors.xml new file mode 100644 index 000000000..dbc02dd70 --- /dev/null +++ b/src/usr/hwpf/hwp/runtime_errors/p8_occ_control_errors.xml @@ -0,0 +1,50 @@ +<!-- IBM_PROLOG_BEGIN_TAG --> +<!-- This is an automatically generated prolog. --> +<!-- --> +<!-- $Source: src/usr/hwpf/hwp/runtime_errors/p8_occ_control_errors.xml $ --> +<!-- --> +<!-- IBM CONFIDENTIAL --> +<!-- --> +<!-- COPYRIGHT International Business Machines Corp. 2012 --> +<!-- --> +<!-- p1 --> +<!-- --> +<!-- Object Code Only (OCO) source materials --> +<!-- Licensed Internal Code Source Materials --> +<!-- IBM HostBoot Licensed Internal Code --> +<!-- --> +<!-- The source code for this program is not published or otherwise --> +<!-- divested of its trade secrets, irrespective of what has been --> +<!-- deposited with the U.S. Copyright Office. --> +<!-- --> +<!-- Origin: 30 --> +<!-- --> +<!-- IBM_PROLOG_END_TAG --> +<!-- Error definitions for p8_occ_control procedure --> +<hwpErrors> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_OCC_CONTROL_BAD_MODE</rc> + <description>Unknown mode passed to p8_occ_control.</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_OCC_CONTROL_BAD_405RESET_PARM</rc> + <description>Bad Parm value for i_ppc405_reset_ctrl passed to p8_occ_control.</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_OCC_CONTROL_BAD_405BOOT_PARM</rc> + <description>Bad Parm value for i_ppc405_boot_ctrl passed to p8_occ_control.</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_OCC_CONTROL_TEST</rc> + <description>Generic Error return code for p8_occ_control.</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_OCC_CONTROL_PUTSCOM</rc> + <description>Put SCOM failed in p8_occ_control.</description> + </hwpError> +</hwpErrors> diff --git a/src/usr/hwpf/hwp/runtime_errors/p8_occ_sram_init_errors.xml b/src/usr/hwpf/hwp/runtime_errors/p8_occ_sram_init_errors.xml new file mode 100644 index 000000000..e9249e5b1 --- /dev/null +++ b/src/usr/hwpf/hwp/runtime_errors/p8_occ_sram_init_errors.xml @@ -0,0 +1,35 @@ +<!-- IBM_PROLOG_BEGIN_TAG --> +<!-- This is an automatically generated prolog. --> +<!-- --> +<!-- $Source: src/usr/hwpf/hwp/runtime_errors/p8_occ_sram_init_errors.xml $ --> +<!-- --> +<!-- IBM CONFIDENTIAL --> +<!-- --> +<!-- COPYRIGHT International Business Machines Corp. 2012 --> +<!-- --> +<!-- p1 --> +<!-- --> +<!-- Object Code Only (OCO) source materials --> +<!-- Licensed Internal Code Source Materials --> +<!-- IBM HostBoot Licensed Internal Code --> +<!-- --> +<!-- The source code for this program is not published or otherwise --> +<!-- divested of its trade secrets, irrespective of what has been --> +<!-- deposited with the U.S. Copyright Office. --> +<!-- --> +<!-- Origin: 30 --> +<!-- --> +<!-- IBM_PROLOG_END_TAG --> +<!-- Error definitions for p8_occ_sram_init procedure --> +<hwpErrors> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_OCCSRAM_CODE_BAD_MODE</rc> + <description>Unknown mode passed to p8_occ_sram_init. </description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_OCCSRAM_TEST</rc> + <description>A placeholder as errors occur if there is only one error defined!.</description> + </hwpError> +</hwpErrors> diff --git a/src/usr/hwpf/hwp/runtime_errors/p8_oha_init_errors.xml b/src/usr/hwpf/hwp/runtime_errors/p8_oha_init_errors.xml new file mode 100644 index 000000000..df25c895d --- /dev/null +++ b/src/usr/hwpf/hwp/runtime_errors/p8_oha_init_errors.xml @@ -0,0 +1,41 @@ +<!-- IBM_PROLOG_BEGIN_TAG --> +<!-- This is an automatically generated prolog. --> +<!-- --> +<!-- $Source: src/usr/hwpf/hwp/runtime_errors/p8_oha_init_errors.xml $ --> +<!-- --> +<!-- IBM CONFIDENTIAL --> +<!-- --> +<!-- COPYRIGHT International Business Machines Corp. 2012 --> +<!-- --> +<!-- p1 --> +<!-- --> +<!-- Object Code Only (OCO) source materials --> +<!-- Licensed Internal Code Source Materials --> +<!-- IBM HostBoot Licensed Internal Code --> +<!-- --> +<!-- The source code for this program is not published or otherwise --> +<!-- divested of its trade secrets, irrespective of what has been --> +<!-- deposited with the U.S. Copyright Office. --> +<!-- --> +<!-- Origin: 30 --> +<!-- --> +<!-- IBM_PROLOG_END_TAG --> +<!-- Error definitions for proc_oha_init procedure --> +<hwpErrors> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROC_OHA_CODE_PUTGETSCOM_FAILED</rc> + <description>Register read/write failed in proc_oha_init.</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROC_OHA_CODE_BAD_MODE</rc> + <description>Unknown mode passed to proc_oha_init.</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROC_OHA_CODE_BITOP_FAILED</rc> + <description>Bit operation failed in proc_oha_init.</description> + </hwpError> + <!-- *********************************************************************** --> +</hwpErrors> diff --git a/src/usr/hwpf/hwp/runtime_errors/p8_pba_init_errors.xml b/src/usr/hwpf/hwp/runtime_errors/p8_pba_init_errors.xml new file mode 100644 index 000000000..507456009 --- /dev/null +++ b/src/usr/hwpf/hwp/runtime_errors/p8_pba_init_errors.xml @@ -0,0 +1,37 @@ +<!-- IBM_PROLOG_BEGIN_TAG --> +<!-- This is an automatically generated prolog. --> +<!-- --> +<!-- $Source: src/usr/hwpf/hwp/runtime_errors/p8_pba_init_errors.xml $ --> +<!-- --> +<!-- IBM CONFIDENTIAL --> +<!-- --> +<!-- COPYRIGHT International Business Machines Corp. 2012 --> +<!-- --> +<!-- p1 --> +<!-- --> +<!-- Object Code Only (OCO) source materials --> +<!-- Licensed Internal Code Source Materials --> +<!-- IBM HostBoot Licensed Internal Code --> +<!-- --> +<!-- The source code for this program is not published or otherwise --> +<!-- divested of its trade secrets, irrespective of what has been --> +<!-- deposited with the U.S. Copyright Office. --> +<!-- --> +<!-- Origin: 30 --> +<!-- --> +<!-- IBM_PROLOG_END_TAG --> +<!-- Error definitions for p8_pba_init procedure --> +<hwpErrors> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_P8_PBA_INIT_INCORRECT_MODE</rc> + <description>pba init procedure incorrect mode by calling function</description> + </hwpError> + <!-- *********************************************************************** --> + + <hwpError> + <rc>RC_P8_PBA_INIT_PUTSCOM_FAILED</rc> + <description>pba init putscom failed .</description> + </hwpError> + <!-- *********************************************************************** --> +</hwpErrors> diff --git a/src/usr/hwpf/hwp/runtime_errors/p8_pcbs_init_errors.xml b/src/usr/hwpf/hwp/runtime_errors/p8_pcbs_init_errors.xml new file mode 100644 index 000000000..5947aeab1 --- /dev/null +++ b/src/usr/hwpf/hwp/runtime_errors/p8_pcbs_init_errors.xml @@ -0,0 +1,46 @@ +<!-- IBM_PROLOG_BEGIN_TAG --> +<!-- This is an automatically generated prolog. --> +<!-- --> +<!-- $Source: src/usr/hwpf/hwp/runtime_errors/p8_pcbs_init_errors.xml $ --> +<!-- --> +<!-- IBM CONFIDENTIAL --> +<!-- --> +<!-- COPYRIGHT International Business Machines Corp. 2012 --> +<!-- --> +<!-- p1 --> +<!-- --> +<!-- Object Code Only (OCO) source materials --> +<!-- Licensed Internal Code Source Materials --> +<!-- IBM HostBoot Licensed Internal Code --> +<!-- --> +<!-- The source code for this program is not published or otherwise --> +<!-- divested of its trade secrets, irrespective of what has been --> +<!-- deposited with the U.S. Copyright Office. --> +<!-- --> +<!-- Origin: 30 --> +<!-- --> +<!-- IBM_PROLOG_END_TAG --> +<!-- Error definitions for proc_pcbs_init procedure --> +<hwpErrors> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROC_PCBS_CODE_SAFE_FSM_TIMEOUT</rc> + <description>Psafe Pstate and FSM-stable timeout in proc_pcbs_init.</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROC_PCBS_CODE_PUTGETSCOM_FAILED</rc> + <description>Register read/write failed in proc_pcbs_init.</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROC_PCBS_CODE_BAD_MODE</rc> + <description>Unknown mode passed to proc_pcbs_init.</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROC_PCBS_CODE_BITOP_FAILED</rc> + <description>Bit operation failed in proc_pcbs_init.</description> + </hwpError> + <!-- *********************************************************************** --> +</hwpErrors> diff --git a/src/usr/hwpf/hwp/runtime_errors/p8_pm_prep_for_reset_errors.xml b/src/usr/hwpf/hwp/runtime_errors/p8_pm_prep_for_reset_errors.xml new file mode 100644 index 000000000..10b0e91d6 --- /dev/null +++ b/src/usr/hwpf/hwp/runtime_errors/p8_pm_prep_for_reset_errors.xml @@ -0,0 +1,82 @@ +<!-- IBM_PROLOG_BEGIN_TAG --> +<!-- This is an automatically generated prolog. --> +<!-- --> +<!-- $Source: src/usr/hwpf/hwp/runtime_errors/p8_pm_prep_for_reset_errors.xml $ --> +<!-- --> +<!-- IBM CONFIDENTIAL --> +<!-- --> +<!-- COPYRIGHT International Business Machines Corp. 2012 --> +<!-- --> +<!-- p1 --> +<!-- --> +<!-- Object Code Only (OCO) source materials --> +<!-- Licensed Internal Code Source Materials --> +<!-- IBM HostBoot Licensed Internal Code --> +<!-- --> +<!-- The source code for this program is not published or otherwise --> +<!-- divested of its trade secrets, irrespective of what has been --> +<!-- deposited with the U.S. Copyright Office. --> +<!-- --> +<!-- Origin: 30 --> +<!-- --> +<!-- IBM_PROLOG_END_TAG --> +<!-- Error definitions for proc_pcbs_init procedure --> +<hwpErrors> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_PREP_CODE_PROC_OCC</rc> + <description>Errors in proc_occ_control.C -- PM_RESET-MODE</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_PREP_CODE_PROC_CPU</rc> + <description>Errors in proc_cpu_special_wakeup.C -- PM_RESET-MODE</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_PREP_CODE_PROC_PMC_FORCE</rc> + <description>Errors in proc_pmc_force_vsafe.C -- PM_RESET-MODE</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_PREP_CODE_PROC_PCBS</rc> + <description>Errors in proc__pcbs_init.C -- PM_RESET-MODE</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_PREP_CODE_PROC_PMC_INIT</rc> + <description>Errors in proc_pmc_init.C -- PM_RESET-MODE</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_PREP_CODE_PROC_PORESW</rc> + <description>Errors in proc_poresw_init.C -- PM_RESET-MODE</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_PREP_CODE_PROC_POREGPE</rc> + <description>Errors in proc_poregpe_init.C -- PM_RESET-MODE</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_PREP_CODE_PROC_OHA</rc> + <description>Errors in proc_oha_init.C -- PM_RESET-MODE</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_PREP_CODE_PROC_PBA</rc> + <description>Errors in proc_pba_init.C -- PM_RESET-MODE</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_PREP_CODE_PROC_OCC_SRAM</rc> + <description>Errors in proc_occ_sram_init.C -- PM_RESET-MODE</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_PREP_CODE_PROC_OCB</rc> + <description>Errors in proc_ocb_init.C -- PM_RESET-MODE</description> + </hwpError> + <!-- *********************************************************************** --> +</hwpErrors> + diff --git a/src/usr/hwpf/hwp/runtime_errors/p8_pmc_errors.xml b/src/usr/hwpf/hwp/runtime_errors/p8_pmc_errors.xml new file mode 100644 index 000000000..56b5211ce --- /dev/null +++ b/src/usr/hwpf/hwp/runtime_errors/p8_pmc_errors.xml @@ -0,0 +1,37 @@ +<!-- IBM_PROLOG_BEGIN_TAG --> +<!-- This is an automatically generated prolog. --> +<!-- --> +<!-- $Source: src/usr/hwpf/hwp/runtime_errors/p8_pmc_errors.xml $ --> +<!-- --> +<!-- IBM CONFIDENTIAL --> +<!-- --> +<!-- COPYRIGHT International Business Machines Corp. 2012 --> +<!-- --> +<!-- p1 --> +<!-- --> +<!-- Object Code Only (OCO) source materials --> +<!-- Licensed Internal Code Source Materials --> +<!-- IBM HostBoot Licensed Internal Code --> +<!-- --> +<!-- The source code for this program is not published or otherwise --> +<!-- divested of its trade secrets, irrespective of what has been --> +<!-- deposited with the U.S. Copyright Office. --> +<!-- --> +<!-- Origin: 30 --> +<!-- --> +<!-- IBM_PROLOG_END_TAG --> +<!-- Error definitions for proc_pmc_init procedure --> +<hwpErrors> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_PMC_CODE_BAD_MODE</rc> + <description>Unknown mode passed to proc_pmc_init.</description> + <ffdc>MODE</ffdc> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_PMCINIT_TIMEOUT</rc> + <description>time out in polling some register condition.</description> + </hwpError> + <!-- *********************************************************************** --> +</hwpErrors> diff --git a/src/usr/hwpf/hwp/runtime_errors/p8_poregpe_errors.xml b/src/usr/hwpf/hwp/runtime_errors/p8_poregpe_errors.xml new file mode 100644 index 000000000..9725f2ffc --- /dev/null +++ b/src/usr/hwpf/hwp/runtime_errors/p8_poregpe_errors.xml @@ -0,0 +1,45 @@ +<!-- IBM_PROLOG_BEGIN_TAG --> +<!-- This is an automatically generated prolog. --> +<!-- --> +<!-- $Source: src/usr/hwpf/hwp/runtime_errors/p8_poregpe_errors.xml $ --> +<!-- --> +<!-- IBM CONFIDENTIAL --> +<!-- --> +<!-- COPYRIGHT International Business Machines Corp. 2012 --> +<!-- --> +<!-- p1 --> +<!-- --> +<!-- Object Code Only (OCO) source materials --> +<!-- Licensed Internal Code Source Materials --> +<!-- IBM HostBoot Licensed Internal Code --> +<!-- --> +<!-- The source code for this program is not published or otherwise --> +<!-- divested of its trade secrets, irrespective of what has been --> +<!-- deposited with the U.S. Copyright Office. --> +<!-- --> +<!-- Origin: 30 --> +<!-- --> +<!-- IBM_PROLOG_END_TAG --> +<!-- Error definitions for proc_poregpe procedure --> +<hwpErrors> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_GPE0_RESET_TIMEOUT</rc> + <description>GPE0 reset failed in proc_poregpe_init.</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_GPE1_RESET_TIMEOUT</rc> + <description>GPE1 reset failed in proc_poregpe_init.</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_GPE_CODE_BAD_MODE</rc> + <description>Unknown mode passed to proc_poregpe_init.</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_GPE_BAD_ENGINE</rc> + <description>Unknown engine passed to proc_poregpe_init. </description> + </hwpError> +</hwpErrors> diff --git a/src/usr/hwpf/hwp/runtime_errors/proc_cpu_special_wakeup_errors.xml b/src/usr/hwpf/hwp/runtime_errors/proc_cpu_special_wakeup_errors.xml new file mode 100644 index 000000000..585a7ba08 --- /dev/null +++ b/src/usr/hwpf/hwp/runtime_errors/proc_cpu_special_wakeup_errors.xml @@ -0,0 +1,40 @@ +<!-- IBM_PROLOG_BEGIN_TAG --> +<!-- This is an automatically generated prolog. --> +<!-- --> +<!-- $Source: src/usr/hwpf/hwp/runtime_errors/proc_cpu_special_wakeup_errors.xml $ --> +<!-- --> +<!-- IBM CONFIDENTIAL --> +<!-- --> +<!-- COPYRIGHT International Business Machines Corp. 2012 --> +<!-- --> +<!-- p1 --> +<!-- --> +<!-- Object Code Only (OCO) source materials --> +<!-- Licensed Internal Code Source Materials --> +<!-- IBM HostBoot Licensed Internal Code --> +<!-- --> +<!-- The source code for this program is not published or otherwise --> +<!-- divested of its trade secrets, irrespective of what has been --> +<!-- deposited with the U.S. Copyright Office. --> +<!-- --> +<!-- Origin: 30 --> +<!-- --> +<!-- IBM_PROLOG_END_TAG --> +<!-- Error definitions for proc_cpu_special_wakeup procedure --> +<hwpErrors> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_SPCWKUP_TIMEOUT</rc> + <description>Special wakeup to all EX chiplets timed out.</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_SPCWKUP_CODE_BAD_ENTITY</rc> + <description>An invalid entity (eg besides FSP, OCC, or PHYP ENUM) was passed to proc_cpu_special_wakeup</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_SPCWKUP_CODE_BAD_OP</rc> + <description>An invalid operation (eg besides Set or Clear ENUM) was passed to proc_cpu_special_wakeup</description> + </hwpError> +</hwpErrors> diff --git a/src/usr/hwpf/hwp/runtime_errors/proc_force_vsafe_errors.xml b/src/usr/hwpf/hwp/runtime_errors/proc_force_vsafe_errors.xml new file mode 100644 index 000000000..e2a54c135 --- /dev/null +++ b/src/usr/hwpf/hwp/runtime_errors/proc_force_vsafe_errors.xml @@ -0,0 +1,62 @@ +<!-- IBM_PROLOG_BEGIN_TAG --> +<!-- This is an automatically generated prolog. --> +<!-- --> +<!-- $Source: src/usr/hwpf/hwp/runtime_errors/proc_force_vsafe_errors.xml $ --> +<!-- --> +<!-- IBM CONFIDENTIAL --> +<!-- --> +<!-- COPYRIGHT International Business Machines Corp. 2012 --> +<!-- --> +<!-- p1 --> +<!-- --> +<!-- Object Code Only (OCO) source materials --> +<!-- Licensed Internal Code Source Materials --> +<!-- IBM HostBoot Licensed Internal Code --> +<!-- --> +<!-- The source code for this program is not published or otherwise --> +<!-- divested of its trade secrets, irrespective of what has been --> +<!-- deposited with the U.S. Copyright Office. --> +<!-- --> +<!-- Origin: 30 --> +<!-- --> +<!-- IBM_PROLOG_END_TAG --> +<!-- Error definitions for proc_pmc_force_vsage procedure --> +<hwpErrors> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_VLT_TIMEOUT</rc> + <description>voltage change timeout for the ongoing operation completion.</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_VLT_ERROR</rc> + <description>voltage change not done because of errors on the status register.</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_PSTATE_MONITOR_ERR</rc> + <description>voltage change done but expected pstate didnot match after completion.</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_VOLTAGE_CHAGE_MODE_ERR</rc> + <description>PMC is disabled for Voltage changes.</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_INITAL_AUCTION_MODE_ERR</rc> + <description>PMC is not in HARDWARE or FIRMWARE AUCTION MODE.</description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_MST_SEQUENCER_STATE_ERR</rc> + <description>PMC is disabled PMC_MASTER_SEQUENCER.</description> + </hwpError> + <!-- *********************************************************************** --> + + + + + + +</hwpErrors> diff --git a/src/usr/hwpf/hwp/runtime_errors/proc_pss_errors.xml b/src/usr/hwpf/hwp/runtime_errors/proc_pss_errors.xml new file mode 100644 index 000000000..90e6ee0c0 --- /dev/null +++ b/src/usr/hwpf/hwp/runtime_errors/proc_pss_errors.xml @@ -0,0 +1,36 @@ +<!-- IBM_PROLOG_BEGIN_TAG --> +<!-- This is an automatically generated prolog. --> +<!-- --> +<!-- $Source: src/usr/hwpf/hwp/runtime_errors/proc_pss_errors.xml $ --> +<!-- --> +<!-- IBM CONFIDENTIAL --> +<!-- --> +<!-- COPYRIGHT International Business Machines Corp. 2012 --> +<!-- --> +<!-- p1 --> +<!-- --> +<!-- Object Code Only (OCO) source materials --> +<!-- Licensed Internal Code Source Materials --> +<!-- IBM HostBoot Licensed Internal Code --> +<!-- --> +<!-- The source code for this program is not published or otherwise --> +<!-- divested of its trade secrets, irrespective of what has been --> +<!-- deposited with the U.S. Copyright Office. --> +<!-- --> +<!-- Origin: 30 --> +<!-- --> +<!-- IBM_PROLOG_END_TAG --> +<!-- Error definitions for proc_pmc_init procedure --> +<hwpErrors> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_PSS_CODE_BAD_MODE</rc> + <description>Unknown mode passed to proc_pss_init.</description> + <ffdc>MODE</ffdc> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_PROCPM_PSS_WRONG_DEVICE</rc> + <description>wrong device taget : make sure that you use 0xA=APSS and 0XD=DPSS no other value works.</description> + </hwpError> +</hwpErrors> |