summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2016-08-22 13:07:37 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-08-29 16:04:40 -0400
commit04ce36e292a276f01c3d4ff6f59929d21e29bf32 (patch)
tree7610ea56d557ee346907b9aa52b1105ce34a771c /src/import/chips/p9
parentb6a326269a0ce4e728252a14cd32c7cdc696c3d3 (diff)
downloadtalos-hostboot-04ce36e292a276f01c3d4ff6f59929d21e29bf32.tar.gz
talos-hostboot-04ce36e292a276f01c3d4ff6f59929d21e29bf32.zip
Add enumeration to allow EQ SCOM restoration
Adding P9_STOP_SECTION_EQ_SCOM to allow coding against it to continue. There is pending work to remove P9_STOP_SECTION_NC completely later. Change-Id: Icfc0d458bb379b7ab587ae46d6f2a6953454c205 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28625 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Prem Shanker Jha <premjha2@in.ibm.com> Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28627 Reviewed-by: Hostboot Team <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/p9')
-rwxr-xr-xsrc/import/chips/p9/procedures/utils/stopreg/p9_stop_api.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/utils/stopreg/p9_stop_api.H b/src/import/chips/p9/procedures/utils/stopreg/p9_stop_api.H
index 44519718f..dcec90bfd 100755
--- a/src/import/chips/p9/procedures/utils/stopreg/p9_stop_api.H
+++ b/src/import/chips/p9/procedures/utils/stopreg/p9_stop_api.H
@@ -105,7 +105,8 @@ typedef enum
{
P9_STOP_SECTION_MIN = 0,
P9_STOP_SECTION_CORE_SCOM = 1,
- P9_STOP_SECTION_NC = 2,
+ P9_STOP_SECTION_EQ_SCOM = 2,
+ P9_STOP_SECTION_NC = 2, //deprecated
P9_STOP_SECTION_L2 = 3,
P9_STOP_SECTION_L3 = 4,
P9_STOP_SECTION_MAX = 5
OpenPOWER on IntegriCloud