1d418b19fSSourabh JainWhat:		/sys/kernel/fadump/*
2d418b19fSSourabh JainDate:		Dec 2019
3d418b19fSSourabh JainContact:	linuxppc-dev@lists.ozlabs.org
4d418b19fSSourabh JainDescription:
5d418b19fSSourabh Jain		The /sys/kernel/fadump/* is a collection of FADump sysfs
6d418b19fSSourabh Jain		file provide information about the configuration status
7d418b19fSSourabh Jain		of Firmware Assisted Dump (FADump).
8d418b19fSSourabh Jain
9d418b19fSSourabh JainWhat:		/sys/kernel/fadump/enabled
10d418b19fSSourabh JainDate:		Dec 2019
11d418b19fSSourabh JainContact:	linuxppc-dev@lists.ozlabs.org
12d418b19fSSourabh JainDescription:	read only
13d418b19fSSourabh Jain		Primarily used to identify whether the FADump is enabled in
14d418b19fSSourabh Jain		the kernel or not.
15d418b19fSSourabh JainUser:		Kdump service
16d418b19fSSourabh Jain
17d418b19fSSourabh JainWhat:		/sys/kernel/fadump/registered
18d418b19fSSourabh JainDate:		Dec 2019
19d418b19fSSourabh JainContact:	linuxppc-dev@lists.ozlabs.org
20d418b19fSSourabh JainDescription:	read/write
21d418b19fSSourabh Jain		Helps to control the dump collect feature from userspace.
22d418b19fSSourabh Jain		Setting 1 to this file enables the system to collect the
23d418b19fSSourabh Jain		dump and 0 to disable it.
24d418b19fSSourabh JainUser:		Kdump service
25d418b19fSSourabh Jain
26d418b19fSSourabh JainWhat:		/sys/kernel/fadump/release_mem
27d418b19fSSourabh JainDate:		Dec 2019
28d418b19fSSourabh JainContact:	linuxppc-dev@lists.ozlabs.org
29d418b19fSSourabh JainDescription:	write only
30d418b19fSSourabh Jain		This is a special sysfs file and only available when
31d418b19fSSourabh Jain		the system is booted to capture the vmcore using FADump.
32d418b19fSSourabh Jain		It is used to release the memory reserved by FADump to
33d418b19fSSourabh Jain		save the crash dump.
34