[Skiboot] [PATCH] platform/zz: Add new platform type
Stewart Smith
stewart at linux.ibm.com
Thu Jun 27 14:40:36 AEST 2019
Vasant Hegde <hegdevasant at linux.vnet.ibm.com> writes:
> 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;
merged to master as of 0bf01d93ee39c48fa06b5d4ecbac77f5592395b6
--
Stewart Smith
OPAL Architect, IBM.
More information about the Skiboot
mailing list