summaryrefslogtreecommitdiffstats
path: root/src/include/usr/fapi2
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/fapi2')
-rw-r--r--src/include/usr/fapi2/plat_attr_override_sync.H17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/include/usr/fapi2/plat_attr_override_sync.H b/src/include/usr/fapi2/plat_attr_override_sync.H
index 83d8fff53..4be640e33 100644
--- a/src/include/usr/fapi2/plat_attr_override_sync.H
+++ b/src/include/usr/fapi2/plat_attr_override_sync.H
@@ -227,6 +227,23 @@ public:
void triggerAttrSync();
/**
+ * @brief This function will clear all attribute overrides in effect.
+ * This function is called by the debug interface
+ *
+ */
+ void clearAttrOverrides();
+
+ /**
+ * @brief This function will allow the debug interface to set
+ * attribut overrides "dynamically" at any point in the IPL
+ * between isteps. The debug interface is used to process
+ * the attributes in the same format as the ATTR_TMP and ATTR_PERM
+ * PNOR partition binary blobs
+ *
+ */
+ void dynSetAttrOverrides();
+
+ /**
* @brief This function actually sends the FAPI Sync tank attributes
* across the debug interface
*/
OpenPOWER on IntegriCloud