loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rafael@kernel.org>
To: Xi Ruoyao <xry111@xry111.site>
Cc: Huacai Chen <chenhuacai@kernel.org>,
	WANG Xuerui <kernel@xen0n.name>,
	loongarch@lists.linux.dev,  Zixing Liu <liushuyu@aosc.io>,
	Mingcong Bai <jeffbai@aosc.io>,
	 "Rafael J. Wysocki" <rafael@kernel.org>,
	Len Brown <lenb@kernel.org>,
	linux-acpi@vger.kernel.org,  linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ACPI: Enable FPDT on LoongArch
Date: Mon, 6 Apr 2026 16:44:26 +0200	[thread overview]
Message-ID: <CAJZ5v0iL-XZaUwgan-j6ctG=r461BTyGc6cTBAK=Mr0v12WwgA@mail.gmail.com> (raw)
In-Reply-To: <20260401135311.1737958-2-xry111@xry111.site>

On Wed, Apr 1, 2026 at 3:55 PM Xi Ruoyao <xry111@xry111.site> wrote:
>
> 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 [1]
> Signed-off-by: Xi Ruoyao <xry111@xry111.site>
> ---
>  drivers/acpi/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
> index 6f4b545f7377..f165d14cf61a 100644
> --- a/drivers/acpi/Kconfig
> +++ b/drivers/acpi/Kconfig
> @@ -96,7 +96,7 @@ config ACPI_SPCR_TABLE
>
>  config ACPI_FPDT
>         bool "ACPI Firmware Performance Data Table (FPDT) support"
> -       depends on X86_64 || ARM64
> +       depends on X86_64 || ARM64 || LOONGARCH
>         help
>           Enable support for the Firmware Performance Data Table (FPDT).
>           This table provides information on the timing of the system
> --

Applied as 7.1 material, thanks!

      reply	other threads:[~2026-04-06 14:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-01 13:53 [PATCH] ACPI: Enable FPDT on LoongArch Xi Ruoyao
2026-04-06 14:44 ` Rafael J. Wysocki [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJZ5v0iL-XZaUwgan-j6ctG=r461BTyGc6cTBAK=Mr0v12WwgA@mail.gmail.com' \
    --to=rafael@kernel.org \
    --cc=chenhuacai@kernel.org \
    --cc=jeffbai@aosc.io \
    --cc=kernel@xen0n.name \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=liushuyu@aosc.io \
    --cc=loongarch@lists.linux.dev \
    --cc=xry111@xry111.site \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).