[PATCH 01/17] acpi: x86: Move SPCR and DBG2 into common code

Simon Glass sjg at chromium.org
Mon Jul 29 17:28:31 CEST 2024


On Sat, 27 Jul 2024 at 01:20, Patrick Rudolph
<patrick.rudolph at 9elements.com> wrote:
>
> From: Maximilian Brune <maximilian.brune at 9elements.com>
>
> This moves the SPCR and DBG2 table generation into common code, so that
> they can be used by architectures other than x86.
>
> Signed-off-by: Maximilian Brune <maximilian.brune at 9elements.com>
> Signed-off-by: Patrick Rudolph <patrick.rudolph at 9elements.com>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Bin Meng <bmeng.cn at gmail.com>
> ---
>  arch/x86/include/asm/acpi_table.h |  11 --
>  arch/x86/lib/acpi_table.c         | 174 ----------------------
>  include/acpi/acpi_table.h         |  54 ++++---
>  lib/acpi/acpi_table.c             | 232 +++++++++++++++++++++++++++++-
>  4 files changed, 265 insertions(+), 206 deletions(-)

This is adding new code too, so please put that in a separate patch.

Regards,
Simon


More information about the U-Boot mailing list