From c1816c957926a837ab16f36b44fbbc568efe8c1d Mon Sep 17 00:00:00 2001 From: Elizabeth Liner Date: Tue, 27 Mar 2018 13:37:14 -0500 Subject: Adding changes to handle core checkstops At certain points during the IPL, we need to turn off unit checkstops and switch them to system checkstops. This HWP saves off the original value, turns unit to system checkstops, and then later restores them. Change-Id: Iebd1d4c5b69eae04f05b890c879d8dd88f0655d3 RTC:147565 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56331 Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Tested-by: HWSV CI Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Joseph J. McGill Reviewed-by: William G. Hoffa Reviewed-by: Daniel M. Crowell Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56437 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW --- .../xml/attribute_info/pervasive_attributes.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'src/import/chips/p9/procedures/xml') diff --git a/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml index 8887d260e..190814b47 100755 --- a/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml +++ b/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml @@ -774,6 +774,28 @@ uint8 + + + + ATTR_ORIG_FIR_SETTINGS_ACTION0 + TARGET_TYPE_SYSTEM + This attribute is saving the fir settings for action0. During + different points of the IPL we want to turn off unit checkstops. + This attribute saves the original value. + uint64 + + + + + + ATTR_ORIG_FIR_SETTINGS_ACTION1 + TARGET_TYPE_SYSTEM + This attribute is saving the fir settings for action1. During + different points of the IPL we want to turn off unit checkstops. + This attribute saves the original value. + uint64 + + -- cgit v1.2.1