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

TOMOYO Linux Cross Reference
Linux/Documentation/ABI/testing/sysfs-firmware-gsmi

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 ] ~

Diff markup

Differences between /Documentation/ABI/testing/sysfs-firmware-gsmi (Version linux-6.12-rc7) and /Documentation/ABI/testing/sysfs-firmware-gsmi (Version linux-6.5.13)


  1 What:           /sys/firmware/gsmi                  1 What:           /sys/firmware/gsmi
  2 Date:           March 2011                          2 Date:           March 2011
  3 Contact:        Mike Waychison <mikew@google.co      3 Contact:        Mike Waychison <mikew@google.com>
  4 Description:                                        4 Description:
  5                 Some servers used internally a      5                 Some servers used internally at Google have firmware
  6                 that provides callback functio      6                 that provides callback functionality via explicit SMI
  7                 triggers.  Some of the callbac      7                 triggers.  Some of the callbacks are similar to those
  8                 provided by the EFI runtime se      8                 provided by the EFI runtime services page, but due to
  9                 historical reasons this differ      9                 historical reasons this different entry-point has been
 10                 used.                              10                 used.
 11                                                    11 
 12                 The gsmi driver implements the     12                 The gsmi driver implements the kernel's abstraction for
 13                 these firmware callbacks.  Cur     13                 these firmware callbacks.  Currently, this functionality
 14                 is limited to handling the sys     14                 is limited to handling the system event log and getting
 15                 access to EFI-style variables      15                 access to EFI-style variables stored in nvram.
 16                                                    16 
 17                 Layout:                            17                 Layout:
 18                                                    18 
 19                 /sys/firmware/gsmi/vars:           19                 /sys/firmware/gsmi/vars:
 20                                                    20 
 21                         This directory has the     21                         This directory has the same layout (and
 22                         underlying implementat     22                         underlying implementation as /sys/firmware/efi/vars.
 23                         See `Documentation/ABI     23                         See `Documentation/ABI/*/sysfs-firmware-efi-vars`
 24                         for more information o     24                         for more information on how to interact with
 25                         this structure.            25                         this structure.
 26                                                    26 
 27                 /sys/firmware/gsmi/append_to_e     27                 /sys/firmware/gsmi/append_to_eventlog - write-only:
 28                                                    28 
 29                         This file takes a bina     29                         This file takes a binary blob and passes it onto
 30                         the firmware to be tim     30                         the firmware to be timestamped and appended to
 31                         the system eventlog.       31                         the system eventlog.  The binary format is
 32                         interpreted by the fir     32                         interpreted by the firmware and may change from
 33                         platform to platform.      33                         platform to platform.  The only kernel-enforced
 34                         requirement is that th     34                         requirement is that the blob be prefixed with a
 35                         32bit host-endian type     35                         32bit host-endian type used as part of the
 36                         firmware call.             36                         firmware call.
 37                                                    37 
 38                 /sys/firmware/gsmi/clear_confi     38                 /sys/firmware/gsmi/clear_config - write-only:
 39                                                    39 
 40                         Writing any value to t     40                         Writing any value to this file will cause the
 41                         entire firmware config     41                         entire firmware configuration to be reset to
 42                         "factory defaults".  C     42                         "factory defaults".  Callers should assume that
 43                         a reboot is required f     43                         a reboot is required for the configuration to be
 44                         cleared.                   44                         cleared.
 45                                                    45 
 46                 /sys/firmware/gsmi/clear_event     46                 /sys/firmware/gsmi/clear_eventlog - write-only:
 47                                                    47 
 48                         This file is used to c     48                         This file is used to clear out a portion/the
 49                         whole of the system ev     49                         whole of the system event log.  Values written
 50                         should be values betwe     50                         should be values between 1 and 100 inclusive (in
 51                         ASCII) representing th     51                         ASCII) representing the fraction of the log to
 52                         clear.  Not all platfo     52                         clear.  Not all platforms support fractional
 53                         clearing though, and t     53                         clearing though, and this writes to this file
 54                         will error out if the      54                         will error out if the firmware doesn't like your
 55                         submitted fraction.        55                         submitted fraction.
 56                                                    56 
 57                         Callers should assume      57                         Callers should assume that a reboot is needed
 58                         for this operation to      58                         for this operation to complete.
                                                      

~ [ 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