summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/error_info/p9_pm_set_homer_bar_errors.xml
diff options
context:
space:
mode:
authorAmit Kumar <akumar3@us.ibm.com>2015-11-18 16:39:09 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-02-22 12:51:23 -0600
commite2e1e17d427310dd8ba8536f7c9aec535e65c267 (patch)
tree0c49fbb21b2bc4a408f35f7a2f4414bec888cba6 /src/import/chips/p9/procedures/xml/error_info/p9_pm_set_homer_bar_errors.xml
parent596b36c29a08e786747741180016e2ca9b536339 (diff)
downloadtalos-hostboot-e2e1e17d427310dd8ba8536f7c9aec535e65c267.tar.gz
talos-hostboot-e2e1e17d427310dd8ba8536f7c9aec535e65c267.zip
Level 2 p9_pm_set_homer_bar
Initialzed curent_err with return code from procedur call of pba_bar_config Made some more changes based on gerrit feedback Change-Id: I5411b85a0f169384fbcc7dac80265e5e3f84e1be Original-Change-Id: Id93ffea2850a221921f86bc3ed5b0e4245bdcf9d Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22186 Tested-by: Jenkins Server Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/24589 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml/error_info/p9_pm_set_homer_bar_errors.xml')
-rwxr-xr-xsrc/import/chips/p9/procedures/xml/error_info/p9_pm_set_homer_bar_errors.xml45
1 files changed, 45 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_pm_set_homer_bar_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_pm_set_homer_bar_errors.xml
new file mode 100755
index 000000000..119c387ac
--- /dev/null
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_pm_set_homer_bar_errors.xml
@@ -0,0 +1,45 @@
+<!-- IBM_PROLOG_BEGIN_TAG -->
+<!-- This is an automatically generated prolog. -->
+<!-- -->
+<!-- $Source: chips/p9/procedures/xml/error_info/p9_pm_pba_bar_config_errors.xml $ -->
+<!-- -->
+<!-- IBM CONFIDENTIAL -->
+<!-- -->
+<!-- EKB Project -->
+<!-- -->
+<!-- COPYRIGHT 2015 -->
+<!-- [+] International Business Machines Corp. -->
+<!-- -->
+<!-- -->
+<!-- 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. -->
+<!-- -->
+<!-- IBM_PROLOG_END_TAG -->
+<!-- Error definitions for p9_pm_set_homer_bar procedure -->
+<hwpErrors>
+ <!-- ********************************************************************* -->
+ <hwpError>
+ <rc>RC_P9_PM_SET_HOMER_BAR_NOT_1MB_ALIGNED</rc>
+ <description>HOMER BAR is not aligned to 1MB.
+ </description>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
+ <ffdc>MEM_BAR</ffdc>
+ </hwpError>
+ <!-- ********************************************************************* -->
+ <hwpError>
+ <rc>RC_P9_PM_SET_HOMER_BAR_SIZE_INVALID</rc>
+ <description>HOMER Size is 0 but BAR is non-zero.
+ </description>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
+ <ffdc>MEM_BAR</ffdc>
+ <ffdc>MEM_SIZE</ffdc>
+ </hwpError>
+ <!-- ********************************************************************* -->
+</hwpErrors>
OpenPOWER on IntegriCloud