Blame kexec-tools-2.0.26-0004-ppc64-Add-elf-ppc64-file-types-options-and-an-arch-s.patch

f69881
From 63e9a012112e418876413bf45440118d69d85189 Mon Sep 17 00:00:00 2001
f69881
From: Gautam Menghani <gautam@linux.vnet.ibm.com>
f69881
Date: Wed, 1 Mar 2023 03:58:19 -0500
f69881
Subject: [PATCH 4/6] ppc64: Add elf-ppc64 file types/options and an arch
f69881
 specific flag to man page
f69881
f69881
Document the elf-ppc64 file options and the "--dt-no-old-root" arch
f69881
specific flag in the man page.
f69881
f69881
Signed-off-by: Gautam Menghani <gautam@linux.vnet.ibm.com>
f69881
Signed-off-by: Simon Horman <horms@kernel.org>
f69881
---
f69881
 kexec/kexec.8 | 35 +++++++++++++++++++++++++++++++++++
f69881
 1 file changed, 35 insertions(+)
f69881
f69881
diff --git a/kexec/kexec.8 b/kexec/kexec.8
f69881
index 66453b8..3a344c5 100644
f69881
--- a/kexec/kexec.8
f69881
+++ b/kexec/kexec.8
f69881
@@ -335,6 +335,37 @@ with command-line arguments
f69881
 .I "arg1 arg2 ..."
f69881
 This parameter can be specified multiple times.
f69881
 .RE
f69881
+.PP
f69881
+.B elf-ppc64
f69881
+.RS
f69881
+.TP
f69881
+.BI \-\-reuse-cmdline
f69881
+Use the kernel command line from the running system.
f69881
+.TP
f69881
+.BI \-\-command\-line= string
f69881
+Set the kernel command line to
f69881
+.IR string.
f69881
+.TP
f69881
+.BI \-\-append= string
f69881
+Set the kernel command line to
f69881
+.IR string.
f69881
+.TP
f69881
+.BI \-\-ramdisk= file
f69881
+Use
f69881
+.IR file
f69881
+as the initial RAM disk.
f69881
+.TP
f69881
+.BI \-\-initrd= file
f69881
+Use
f69881
+.IR file
f69881
+as the initial RAM disk.
f69881
+.TP
f69881
+.BI \-\-devicetreeblob= file
f69881
+Specify device tree blob file. Not applicable while using --kexec-file-syscall.
f69881
+.TP
f69881
+.BI \-\-dtb= file
f69881
+Specify device tree blob file. Not applicable while using --kexec-file-syscall.
f69881
+.RE
f69881
 
f69881
 .SH ARCHITECTURE OPTIONS
f69881
 .TP
f69881
@@ -362,3 +393,7 @@ for debug output.
f69881
 Specify the
f69881
 .I baud rate
f69881
 of the serial port.
f69881
+.TP
f69881
+.BI \-\-dt\-no\-old\-root
f69881
+Do not reuse old kernel root=<device>
f69881
+param while creating flatten device tree.
f69881
-- 
f69881
2.33.1
f69881