[Skiboot] [PATCH] hdata_to_dt: Add PVR overrides to the usage text
Oliver O'Halloran
oohall at gmail.com
Thu Jun 15 17:06:37 AEST 2017
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"
+ "\n"
+ "When no PVR is specified -7 is assumed"
+ "\n"
+ "Pipe to 'dtc -I dtb -O dts' for human readable output\n");
}
phys_map_init();
--
2.9.3
More information about the Skiboot
mailing list