~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/ABI/stable/sysfs-firmware-opal-dump

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 What:           /sys/firmware/opal/dump
  2 Date:           Feb 2014
  3 Contact:        Stewart Smith <stewart@linux.vnet.ibm.com>
  4 Description:
  5                 This directory exposes interfaces for interacting with
  6                 the FSP and platform dumps through OPAL firmware interface.
  7 
  8                 This is only for the powerpc/powernv platform.
  9 
 10                 =============== ===============================================
 11                 initiate_dump:  When '1' is written to it,
 12                                 we will initiate a dump.
 13                                 Read this file for supported commands.
 14 
 15                 0xXX-0xYYYY:    A directory for dump of type 0xXX and
 16                                 id 0xYYYY (in hex). The name of this
 17                                 directory should not be relied upon to
 18                                 be in this format, only that it's unique
 19                                 among all dumps. For determining the type
 20                                 and ID of the dump, use the id and type files.
 21                                 Do not rely on any particular size of dump
 22                                 type or dump id.
 23                 =============== ===============================================
 24 
 25                 Each dump has the following files:
 26 
 27                 =============== ===============================================
 28                 id:             An ASCII representation of the dump ID
 29                                 in hex (e.g. '0x01')
 30                 type:           An ASCII representation of the type of
 31                                 dump in the format "0x%x %s" with the ID
 32                                 in hex and a description of the dump type
 33                                 (or 'unknown').
 34                                 Type '0xffffffff unknown' is used when
 35                                 we could not get the type from firmware.
 36                                 e.g. '0x02 System/Platform Dump'
 37                 dump:           A binary file containing the dump.
 38                                 The size of the dump is the size of this file.
 39                 acknowledge:    When 'ack' is written to this, we will
 40                                 acknowledge that we've retrieved the
 41                                 dump to the service processor. It will
 42                                 then remove it, making the dump
 43                                 inaccessible.
 44                                 Reading this file will get a list of
 45                                 supported actions.
 46                 =============== ===============================================

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php