summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwpf
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2013-01-22 16:08:50 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-01-24 13:09:29 -0600
commitaa4c3a92aa1e17358c0ebbcc818f3b3aa9753a90 (patch)
treed32659bfbc1a49c894b23bf2b9628130d7b51509 /src/include/usr/hwpf
parentd8360fb69e6f8993e8be2f6899a20c61bbedbb03 (diff)
downloadtalos-hostboot-aa4c3a92aa1e17358c0ebbcc818f3b3aa9753a90.tar.gz
talos-hostboot-aa4c3a92aa1e17358c0ebbcc818f3b3aa9753a90.zip
PON - Proc HW procedure update
Change-Id: I7168e7b02d9c7795ad16b76027e8a46edf24b161 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2984 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwpf')
-rw-r--r--src/include/usr/hwpf/istepreasoncodes.H7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/usr/hwpf/istepreasoncodes.H b/src/include/usr/hwpf/istepreasoncodes.H
index ed4f7abff..1f3903b1b 100644
--- a/src/include/usr/hwpf/istepreasoncodes.H
+++ b/src/include/usr/hwpf/istepreasoncodes.H
@@ -112,6 +112,8 @@ enum istepModuleId
ISTEP_VDDR_DISABLE = 0x40,
ISTEP_DMI_IO_DCCAL = 0x41,
ISTEP_FABRIC_IO_DCCAL = 0x42,
+ ISTEP_PROC_XBUS_SCOMINIT = 0x43,
+ ISTEP_PROC_ABUS_SCOMINIT = 0x44,
};
/**
@@ -163,11 +165,10 @@ enum istepReasonCode
ISTEP_CUSTOMIZE_CHIP_REGIONS_FAILED = ISTEP_COMP_ID | 0x26,
ISTEP_GET_SLW_OUTPUT_BUFFER_FAILED = ISTEP_COMP_ID | 0x27,
ISTEP_GET_SLW_REALMEM_FAILED = ISTEP_COMP_ID | 0x28,
-
ISTEP_CEN_REC_ATTN_FAILED = ISTEP_COMP_ID | 0x29,
ISTEP_PROC_REC_ATTN_FAILED = ISTEP_COMP_ID | 0x2A,
-
-
+ ISTEP_PROC_XBUS_SCOMINIT_FAILED = ISTEP_COMP_ID | 0x2B,
+ ISTEP_PROC_ABUS_SCOMINIT_FAILED = ISTEP_COMP_ID | 0x2C,
}; // end ISTEP
}
OpenPOWER on IntegriCloud