[Skiboot] [PATCH] hdata_to_dt: Add PVR overrides to the usage text

Vasant Hegde hegdevasant at linux.vnet.ibm.com
Fri Jun 16 19:39:05 AEST 2017


On 06/15/2017 12:36 PM, Oliver O'Halloran wrote:
> Save us a few headaches in the future.
>
> Signed-off-by: Oliver O'Halloran <oohall at gmail.com>
> ---
>  hdata/test/hdata_to_dt.c | 9 ++++++++-
>  1 file changed, 8 insertions(+), 1 deletion(-)
>
> diff --git a/hdata/test/hdata_to_dt.c b/hdata/test/hdata_to_dt.c
> index 3568eb6ceb10..f109bbb46c07 100644
> --- a/hdata/test/hdata_to_dt.c
> +++ b/hdata/test/hdata_to_dt.c
> @@ -272,7 +272,14 @@ int main(int argc, char *argv[])
>  		     "	-q Quiet mode\n"
>  		     "	-b Keep blobs in the output\n"
>  		     "\n"
> -		     "Pipe to 'dtc -I dtb -O dts' for human readable\n");
> +		     "  -7 Force PVR to POWER7\n"
> +		     "  -8 Force PVR to POWER8\n"
> +		     "  -8E Force PVR to POWER8E\n"
> +		     "  -9 Force PVR to POWER9 (nimbus)\n"

I think just POWER9 is enough here. Otherwise patch looks good to me.

-Vasant



More information about the Skiboot mailing list