On Sat, 27 Jul 2024 at 01:20, Patrick Rudolph <[email protected]> wrote: > > From: Maximilian Brune <[email protected]> > > 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 <[email protected]> > Signed-off-by: Patrick Rudolph <[email protected]> > Cc: Simon Glass <[email protected]> > Cc: Bin Meng <[email protected]> > --- > 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

