diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-01-17 18:25:57 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-01-17 18:25:57 +0100 |
commit | e3daa2607b1f4bb1d09a5a8ad89ad9f7327a2e63 (patch) | |
tree | 487a0df432dcfec48b236055264fd3c0a2d8b8b3 /Documentation | |
parent | ebf8b135c04ae5481fc053ecb9fad66b26fd1112 (diff) | |
parent | 7bf2e4d5ca1c94a9b0f730498b3d01768a72dcbd (diff) | |
download | linux-rpi-e3daa2607b1f4bb1d09a5a8ad89ad9f7327a2e63.tar.gz linux-rpi-e3daa2607b1f4bb1d09a5a8ad89ad9f7327a2e63.tar.bz2 linux-rpi-e3daa2607b1f4bb1d09a5a8ad89ad9f7327a2e63.zip |
Merge branch 'acpi-pfrut'
Merge support for the Platform Firmware Runtime Update and Telemetry
interface based on ACPI.
The interface provided here allows updating certain pieces of the
platform firmware without restarting the system and collecting
platform firmware telemetry data.
This also includes a utility for accesing the new interface from user
space.
* acpi-pfrut:
ACPI: pfr_telemetry: Fix info leak in pfrt_log_ioctl()
ACPI: pfr_update: Fix return value check in pfru_write()
ACPI: tools: Introduce utility for firmware updates/telemetry
ACPI: Introduce Platform Firmware Runtime Telemetry driver
ACPI: Introduce Platform Firmware Runtime Update device driver
efi: Introduce EFI_FIRMWARE_MANAGEMENT_CAPSULE_HEADER and corresponding structures
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/userspace-api/ioctl/ioctl-number.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/userspace-api/ioctl/ioctl-number.rst b/Documentation/userspace-api/ioctl/ioctl-number.rst index cfe6cccf0f44..687efcf245c1 100644 --- a/Documentation/userspace-api/ioctl/ioctl-number.rst +++ b/Documentation/userspace-api/ioctl/ioctl-number.rst @@ -367,6 +367,7 @@ Code Seq# Include File Comments <mailto:aherrman@de.ibm.com> 0xE5 00-3F linux/fuse.h 0xEC 00-01 drivers/platform/chrome/cros_ec_dev.h ChromeOS EC driver +0xEE 00-09 uapi/linux/pfrut.h Platform Firmware Runtime Update and Telemetry 0xF3 00-3F drivers/usb/misc/sisusbvga/sisusb.h sisfb (in development) <mailto:thomas@winischhofer.net> 0xF6 all LTTng Linux Trace Toolkit Next Generation |