aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2017-06-15 17:06:37 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-06-19 14:49:29 +1000
commit1826b103c4d8976bdc9ddd9c44c5d57f7e1ee967 (patch)
treefaee50a76cc07489660686d03310b0f556fbc1e3
parent986eacf3271a87d1b90a86d23fbedec5651a6a54 (diff)
downloadskiboot-1826b103c4d8976bdc9ddd9c44c5d57f7e1ee967.zip
skiboot-1826b103c4d8976bdc9ddd9c44c5d57f7e1ee967.tar.gz
skiboot-1826b103c4d8976bdc9ddd9c44c5d57f7e1ee967.tar.bz2
hdata_to_dt: Add PVR overrides to the usage text
Save us a few headaches in the future. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--hdata/test/hdata_to_dt.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/hdata/test/hdata_to_dt.c b/hdata/test/hdata_to_dt.c
index 3568eb6..f109bbb 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();