aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-07-06 17:26:43 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-07-06 17:39:37 +1000
commit1bd1063a9953ec77cb5b22ae2ae1c2ed563059a8 (patch)
tree925fd80aa95632ab3eca44715e9e38a96229bec2 /include
parentf1f38e6ca8342737ee34d58f6a73abd05ea8d28c (diff)
downloadskiboot-1bd1063a9953ec77cb5b22ae2ae1c2ed563059a8.zip
skiboot-1bd1063a9953ec77cb5b22ae2ae1c2ed563059a8.tar.gz
skiboot-1bd1063a9953ec77cb5b22ae2ae1c2ed563059a8.tar.bz2
Reserve OPAL API numbers for XICS emulation for XIVE
Additionally, we put in some skeleton docs for what's coming, key points being that this is for P9 and above, relies on a device being present in the device tree and is modelled on the PAPR calls. Suggested-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/opal-api.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/opal-api.h b/include/opal-api.h
index 917d751..84c6925 100644
--- a/include/opal-api.h
+++ b/include/opal-api.h
@@ -167,7 +167,11 @@
#define OPAL_PCI_GET_PRESENCE_STATE 119
#define OPAL_PCI_GET_POWER_STATE 120
#define OPAL_PCI_SET_POWER_STATE 121
-#define OPAL_LAST 121
+#define OPAL_INT_GET_XIRR 122 /* Not yet implemented */
+#define OPAL_INT_SET_CPPR 123 /* Not yet implemented */
+#define OPAL_INT_EOI 124 /* Not yet implemented */
+#define OPAL_INT_SET_MFRR 125 /* Not yet implemented */
+#define OPAL_LAST 125
/* Device tree flags */