aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/admin-guide/pmf.rst (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-12-18platform/x86/amd/pmf: Add support to update system stateShyam Sundar S K1-0/+24
PMF driver based on the output actions from the TA can request to update the system states like entering s0i3, lock screen etc. by generating an uevent. Based on the udev rules set in the userspace the event id matching the uevent shall get updated accordingly using the systemctl. Sample udev rules under Documentation/admin-guide/pmf.rst. Reviewed-by: Mario Limonciello <mario.limonciello@amd.com> Signed-off-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com> Link: https://lore.kernel.org/r/20231212014705.2017474-9-Shyam-sundar.S-k@amd.com Signed-off-by: Hans de Goede <hdegoede@redhat.com>