]> git.dujemihanovic.xyz Git - u-boot.git/commit
acpi: x86: Move MADT to common code
authorPatrick Rudolph <patrick.rudolph@9elements.com>
Wed, 23 Oct 2024 13:19:46 +0000 (15:19 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 27 Oct 2024 23:12:44 +0000 (17:12 -0600)
commit4a3fc0f525dabecaf7e84d4d9761b56c5aebf345
treec8760a89a25752ac5e55c7efa3f3c81bf897983a
parentf5f7962091e453feb2e3f1bfe79dbace5e087c3e
acpi: x86: Move MADT to common code

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@9elements.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Cc: Simon Glass <sjg@chromium.org>
Cc: Bin Meng <bmeng.cn@gmail.com>
arch/sandbox/lib/Makefile
arch/sandbox/lib/acpi_table.c
arch/x86/cpu/intel_common/acpi.c
arch/x86/cpu/tangier/acpi.c
arch/x86/include/asm/acpi_table.h
arch/x86/lib/acpi_table.c
include/acpi/acpi_table.h
lib/acpi/acpi_table.c