aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2019-05-29 14:37:32 +1000
committerStewart Smith <stewart@linux.ibm.com>2019-06-03 10:28:57 +1000
commitb557b79a3a3cd34b08b5919aa05e3a4b21616e29 (patch)
tree5dffdc00947f0675195c572c11d444373ec529cb
parentd496bb141c978a6dc8a106b3d92e5fc1ad0f8663 (diff)
downloadskiboot-b557b79a3a3cd34b08b5919aa05e3a4b21616e29.zip
skiboot-b557b79a3a3cd34b08b5919aa05e3a4b21616e29.tar.gz
skiboot-b557b79a3a3cd34b08b5919aa05e3a4b21616e29.tar.bz2
opal-api: Document hole in the token list
OPAL call tokens 46, 47, and 48 have been unused since the dawn of time as far as I can tell. Document the hole so the next person to assume it's contigious doesn't get tripped up by it. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
-rw-r--r--include/opal-api.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/opal-api.h b/include/opal-api.h
index b7facf4..2853fa8 100644
--- a/include/opal-api.h
+++ b/include/opal-api.h
@@ -105,6 +105,9 @@
#define OPAL_WRITE_OPPANEL 43 /* unimplemented */
#define OPAL_PCI_MAP_PE_DMA_WINDOW 44
#define OPAL_PCI_MAP_PE_DMA_WINDOW_REAL 45
+/* 46 is unused */
+/* 47 is unused */
+/* 48 is unused */
#define OPAL_PCI_RESET 49
#define OPAL_PCI_GET_HUB_DIAG_DATA 50
#define OPAL_PCI_GET_PHB_DIAG_DATA 51