[Skiboot] [PATCH 2/3] errorlog : FIXME message

Mukesh Ojha mukesh02 at linux.vnet.ibm.com
Tue Jun 21 19:43:54 AEST 2016


Adds a comment to use the unused SRC component id's

Signed-off-by: Mukesh Ojha <mukesh02 at linux.vnet.ibm.com>

---
 include/errorlog.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/errorlog.h b/include/errorlog.h
index 153f3f2..0ae980c 100644
--- a/include/errorlog.h
+++ b/include/errorlog.h
@@ -220,6 +220,10 @@ struct opal_err_info {
 #define OPAL_LE				0x1900
 #define OPAL_CN				0x1a00
 #define OPAL_VP				0x1b00
+/*
+ * FIXME: Here, SRC component ID's from 0x1c00 to 0x1f00 are unused.
+ *        It can reused in the future.
+ */
 #define OPAL_SL				0x2100
 #define OPAL_FP				0x2200
 #define OPAL_IC				0x2300
-- 
2.7.4



More information about the Skiboot mailing list