[PATCH 03/17] acpi: x86: Move MADT to common code

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


Hi Patrick,

On Sat, 27 Jul 2024 at 01:20, Patrick Rudolph
<patrick.rudolph at 9elements.com> wrote:
>
> Write MADT in common code and let the SoC fill out the body by
> calling acpi_fill_madt() which must be implemented at SoC level.
>
> 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/sandbox/lib/Makefile         |  9 +++---
>  arch/sandbox/lib/acpi_table.c     |  7 +++++
>  arch/x86/cpu/intel_common/acpi.c  | 20 +++++++++-----
>  arch/x86/cpu/tangier/acpi.c       |  6 +++-
>  arch/x86/include/asm/acpi_table.h |  3 +-
>  arch/x86/lib/acpi_table.c         | 46 ++++++-------------------------
>  include/acpi/acpi_table.h         | 11 ++++++++
>  lib/acpi/acpi_table.c             | 31 +++++++++++++++++++++
>  8 files changed, 81 insertions(+), 52 deletions(-)
>  create mode 100644 arch/sandbox/lib/acpi_table.c

Same comment as previous patch.

Regards,
Simon


More information about the U-Boot mailing list