[Skiboot] [PATCH] platform/zz: Add new platform type

Vasant Hegde hegdevasant at linux.vnet.ibm.com
Mon Jun 24 18:42:29 AEST 2019


We have new platform type under ZZ. Lets add them. With this fix
we are able to boot the system.

Signed-off-by: Vasant Hegde <hegdevasant at linux.vnet.ibm.com>
---
 platforms/ibm-fsp/zz.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/platforms/ibm-fsp/zz.c b/platforms/ibm-fsp/zz.c
index 705906a04..96259c35b 100644
--- a/platforms/ibm-fsp/zz.c
+++ b/platforms/ibm-fsp/zz.c
@@ -51,7 +51,10 @@ static bool zz_probe(void)
 	if (dt_node_is_compatible(dt_root, "ibm,zz-1s2u") ||
 	    dt_node_is_compatible(dt_root, "ibm,zz-1s4u") ||
 	    dt_node_is_compatible(dt_root, "ibm,zz-2s2u") ||
-	    dt_node_is_compatible(dt_root, "ibm,zz-2s4u"))
+	    dt_node_is_compatible(dt_root, "ibm,zz-2s4u") ||
+	    dt_node_is_compatible(dt_root, "ibm,zz-1s4u+gen4") ||
+	    dt_node_is_compatible(dt_root, "ibm,zz-2s2u+gen4") ||
+	    dt_node_is_compatible(dt_root, "ibm,zz-2s4u+gen4"))
 		return true;
 
 	return false;
-- 
2.14.3



More information about the Skiboot mailing list