From ccc8e8a0b52d369eda85fe07ccd5d5dd19c5646b Mon Sep 17 00:00:00 2001 From: Matt Derksen Date: Mon, 5 Jun 2017 08:44:33 -0500 Subject: Allow HWP to deconfigure parts without a callout Change-Id: I1a903257c8c87957ed1a1331aab0b6398e416def RTC: 174701 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41850 Reviewed-by: Martin Gloff Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Christian R. Geddes Reviewed-by: Daniel M. Crowell Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41858 Reviewed-by: Hostboot Team Tested-by: FSP CI Jenkins Reviewed-by: Sachin Gupta --- src/import/hwpf/fapi2/include/error_info_defs.H | 1 + 1 file changed, 1 insertion(+) (limited to 'src/import/hwpf/fapi2/include') diff --git a/src/import/hwpf/fapi2/include/error_info_defs.H b/src/import/hwpf/fapi2/include/error_info_defs.H index 1c438d4c..880552eb 100644 --- a/src/import/hwpf/fapi2/include/error_info_defs.H +++ b/src/import/hwpf/fapi2/include/error_info_defs.H @@ -230,6 +230,7 @@ enum CalloutPriority LOW = 0, MEDIUM = 1, HIGH = 2, + NONE = 3, }; } -- cgit v1.2.3