fwupd/plugins/acpi-phat
2023-01-10 14:58:30 +00:00
..
tests Move the fuzzing files into the plugin directories 2021-10-22 15:24:05 +01:00
fu-acpi-phat-health-record.c acpi-phat: Fix a critical warning when parsing an invalid PHAT record 2022-07-13 22:03:58 +01:00
fu-acpi-phat-health-record.h trivial: reformat the whole tree to match new format 2021-08-24 11:18:40 -05:00
fu-acpi-phat-plugin.c Build many more plugins as builtin 2022-09-28 17:01:23 +01:00
fu-acpi-phat-plugin.h Build many more plugins as builtin 2022-09-28 17:01:23 +01:00
fu-acpi-phat-version-element.c Make the FuFirmware->parse() vfunc more helpful 2022-06-27 15:40:11 -05:00
fu-acpi-phat-version-element.h trivial: reformat the whole tree to match new format 2021-08-24 11:18:40 -05:00
fu-acpi-phat-version-record.c Check firmware magic in a more standard way 2022-07-14 14:48:15 +01:00
fu-acpi-phat-version-record.h trivial: reformat the whole tree to match new format 2021-08-24 11:18:40 -05:00
fu-acpi-phat.c Check firmware magic in a more standard way 2022-07-14 14:48:15 +01:00
fu-acpi-phat.h trivial: reformat the whole tree to match new format 2021-08-24 11:18:40 -05:00
fu-self-test.c Check firmware magic in a more standard way 2022-07-14 14:48:15 +01:00
meson.build trivial: don't refer to plugindir in the build system anymore 2022-09-28 15:12:10 -05:00
README.md Include the plugin README text in the generated docs 2023-01-10 14:58:30 +00:00

title: Plugin: ACPI PHAT — Platform Health Assessment Table

Introduction

The PHAT is an ACPI table where a platform can expose health related telemetry that may be useful for software running within the constraints of an OS.

These elements are typically going to encompass things that are likely otherwise not enumerable during the OS runtime phase of operations, such as version of pre-OS components.

The daemon includes some of the PHAT data in the report data sent to the LVFS so that we can debug failures with the help of the IHV. This allows us to find the root cause of the problem, and so we know what other OEMs may be affected.

See https://uefi.org/htmlspecs/ACPI_Spec_6_4_html/05_ACPI_Software_Programming_Model/ACPI_Software_Programming_Model.html#platform-health-assessment-table for more information.

External Interface Access

This plugin requires read access to /sys/firmware/acpi/tables.