From 04ce36e292a276f01c3d4ff6f59929d21e29bf32 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Mon, 22 Aug 2016 13:07:37 -0500 Subject: 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 Tested-by: Hostboot CI Reviewed-by: Gregory S. Still Reviewed-by: Prem Shanker Jha Reviewed-by: Benjamin J. Weisenbeck Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28627 Reviewed-by: Hostboot Team Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/import/chips/p9/procedures/utils/stopreg/p9_stop_api.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/import/chips/p9') 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 -- cgit v1.2.1