All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ppc64: Add elf-ppc64 file types/options and an arch specific flag to man page
@ 2023-03-01  8:58 Gautam Menghani
  2023-03-03  9:33 ` Simon Horman
  2023-03-08  6:32 ` Sourabh Jain
  0 siblings, 2 replies; 3+ messages in thread
From: Gautam Menghani @ 2023-03-01  8:58 UTC (permalink / raw)
  To: kexec; +Cc: Gautam Menghani, horms, sourabhjain

Document the elf-ppc64 file options and the "--dt-no-old-root" arch 
specific flag in the man page.

Signed-off-by: Gautam Menghani <gautam@linux.vnet.ibm.com>
---
 kexec/kexec.8 | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/kexec/kexec.8 b/kexec/kexec.8
index 66453b8..3a344c5 100644
--- a/kexec/kexec.8
+++ b/kexec/kexec.8
@@ -335,6 +335,37 @@ with command-line arguments
 .I "arg1 arg2 ..."
 This parameter can be specified multiple times.
 .RE
+.PP
+.B elf-ppc64
+.RS
+.TP
+.BI \-\-reuse-cmdline
+Use the kernel command line from the running system.
+.TP
+.BI \-\-command\-line= string
+Set the kernel command line to
+.IR string.
+.TP
+.BI \-\-append= string
+Set the kernel command line to
+.IR string.
+.TP
+.BI \-\-ramdisk= file
+Use
+.IR file
+as the initial RAM disk.
+.TP
+.BI \-\-initrd= file
+Use
+.IR file
+as the initial RAM disk.
+.TP
+.BI \-\-devicetreeblob= file
+Specify device tree blob file. Not applicable while using --kexec-file-syscall.
+.TP
+.BI \-\-dtb= file
+Specify device tree blob file. Not applicable while using --kexec-file-syscall.
+.RE
 
 .SH ARCHITECTURE OPTIONS
 .TP
@@ -362,3 +393,7 @@ for debug output.
 Specify the
 .I baud rate
 of the serial port.
+.TP
+.BI \-\-dt\-no\-old\-root
+Do not reuse old kernel root=<device>
+param while creating flatten device tree.
-- 
2.31.1


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-08  6:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-01  8:58 [PATCH] ppc64: Add elf-ppc64 file types/options and an arch specific flag to man page Gautam Menghani
2023-03-03  9:33 ` Simon Horman
2023-03-08  6:32 ` Sourabh Jain

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.