Skip to content

Commit 1b7cbe3

Browse files
xry111rafaeljw
authored andcommitted
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: tianocore/edk2#12378 [1] 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>
1 parent fad2964 commit 1b7cbe3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/acpi/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ config ACPI_SPCR_TABLE
9696

9797
config ACPI_FPDT
9898
bool "ACPI Firmware Performance Data Table (FPDT) support"
99-
depends on X86_64 || ARM64
99+
depends on X86_64 || ARM64 || LOONGARCH
100100
help
101101
Enable support for the Firmware Performance Data Table (FPDT).
102102
This table provides information on the timing of the system

0 commit comments

Comments
 (0)