
Hi Moritz,
On Mon, 7 Feb 2022 at 13:49, Moritz Fischer moritzf@google.com wrote:
Hi Simon,
On Mon, Feb 7, 2022 at 12:22 PM Simon Glass sjg@chromium.org wrote:
Hi Moritz,
On Sat, 5 Feb 2022 at 13:17, Moritz Fischer moritzf@google.com wrote:
MCFG tables are used on multiple arches. Move to common ACPI lib.
Cc: Simon Glass sjg@chromium.org Signed-off-by: Moritz Fischer moritzf@google.com
arch/x86/cpu/intel_common/acpi.c | 15 +++++--- arch/x86/cpu/tangier/acpi.c | 11 ++++-- arch/x86/include/asm/acpi_table.h | 1 - arch/x86/lib/acpi_table.c | 54 -------------------------- lib/acpi/Makefile | 1 + lib/acpi/mcfg.c | 64 +++++++++++++++++++++++++++++++ 6 files changed, 81 insertions(+), 65 deletions(-) create mode 100644 lib/acpi/mcfg.c
Applied to u-boot-dm, thanks!