]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ACPI: tables: Enable FPDT on LoongArch
authorXi Ruoyao <xry111@xry111.site>
Wed, 1 Apr 2026 13:53:12 +0000 (21:53 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 6 Apr 2026 14:43:05 +0000 (16:43 +0200)
commit1b7cbe343349ec5aec6f3140820180c5bc00b14f
tree13f0b25b5d8da8b6e4f495559361e1f40a1c1d22
parentfad2964471e98c126ac688004b721a5a03064417
ACPI: tables: Enable FPDT on LoongArch

FPDT provides system- and application-readable performance statistics,
useful for profiling and analyzing boot-time performance. FPDT table
support is now available as a pending patch at the EDK II upstream [1]
and has been tested on real hardware such as Loongson XA61200_V1.1 and
XB612B0_V1.2 with patched firmware.

We have also cross checked systemd-analyze(1) against a stop watch and
the `dp' command in EFI Shell to see that the timing information are
correct.

Now that the functionality of FPDT is verified on LoongArch hardware,
list LOONGARCH as a possible dependency, allowing it to be enabled.

Link: https://github.com/tianocore/edk2/pull/12378
Signed-off-by: Xi Ruoyao <xry111@xry111.site>
[ rjw: Subject tweak ]
Link: https://patch.msgid.link/20260401135311.1737958-2-xry111@xry111.site
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/Kconfig