[Skiboot] [RFC PATCH 3/4]ibm-fsp/firenze: Add OPAL call for PTS start/stop

Madhavan Srinivasan maddy at linux.vnet.ibm.com
Thu Mar 19 20:28:32 AEDT 2015


Patch adds a new OPAL call for enabling/disabling PORE
Thread Scheduler (PTS) engine. PTS schedules different PORE
Engine threads such as PORE_SLW_IMA and so on.

Signed-off-by: Madhavan Srinivasan <maddy at linux.vnet.ibm.com>
---
 include/opal.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/opal.h b/include/opal.h
index 3b31838..211002a 100644
--- a/include/opal.h
+++ b/include/opal.h
@@ -165,7 +165,8 @@
 #define OPAL_FLASH_WRITE			111
 #define OPAL_FLASH_ERASE			112
 #define OPAL_PRD_MSG				113
-#define OPAL_LAST				113
+#define OPAL_UNCORE_CONTROL			114
+#define OPAL_LAST				114
 
 /* Device tree flags */
 
-- 
1.9.1



More information about the Skiboot mailing list