[PATCH 2/2] acpi: Move MCFG implementation to common lib
Simon Glass
sjg at chromium.org
Tue Feb 8 21:39:34 CET 2022
Hi Moritz,
On Mon, 7 Feb 2022 at 13:49, Moritz Fischer <moritzf at google.com> wrote:
>
> Hi Simon,
>
> On Mon, Feb 7, 2022 at 12:22 PM Simon Glass <sjg at chromium.org> wrote:
> >
> > Hi Moritz,
> >
> > On Sat, 5 Feb 2022 at 13:17, Moritz Fischer <moritzf at google.com> wrote:
> > >
> > > MCFG tables are used on multiple arches. Move to common ACPI lib.
> > >
> > > Cc: Simon Glass <sjg at chromium.org>
> > > Signed-off-by: Moritz Fischer <moritzf at 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!
More information about the U-Boot
mailing list