[Skiboot] [PATCH 1/2] console(lpc/fsp-console): Use only stdout-path property on P9 and above

Stewart Smith stewart at linux.vnet.ibm.com
Fri Mar 2 14:59:58 AEDT 2018


Pridhiviraj Paidipeddi <ppaidipe at linux.vnet.ibm.com> writes:
> dtc tool complaining about below warning as usage of linux,stdout-path
> property under /chosen node is deprecated.
>
> dts: Warning
> (chosen_node_stdout_path): Use 'stdout-path' instead of 'linux,stdout-path'
>
> So this patch fix this by using stdout-path property on all the systems
> and keep linux,stdout-path only on P8 and before. This property refers to
> a node which represents the device to be used for boot console output.
>
> Verified boot on both P8 and P9 systems with new and older kernels.
> And also verified dtc warnings got fixed in both P8 and P9.
>
> Signed-off-by: Pridhiviraj Paidipeddi <ppaidipe at linux.vnet.ibm.com>

Thanks for tracking taht down and fixing it.

I've merged to master as of 28a414b3e4c54dff7c30a50cf017c950e24595c6,
and in doing so I simplified the logic a bit.


-- 
Stewart Smith
OPAL Architect, IBM.



More information about the Skiboot mailing list