On Wed, 11 Sept 2024 at 00:25, Patrick Rudolph <[email protected]> wrote: > > Add generic ACPI code to generate > - MADT GICC > - MADT GICD > - MADT GICR > - MADT GIC ITS > - PPTT processor > - PPTT cache > > as commonly used on arm platforms. > > Signed-off-by: Patrick Rudolph <[email protected]> > Cc: Tom Rini <[email protected]> > Cc: Simon Glass <[email protected]> > --- > Changelog v2: > - Add full comments to exported functions > > --- > arch/arm/include/asm/acpi_table.h | 115 ++++++++++++++++++++++++++++++ > arch/arm/lib/Makefile | 1 + > arch/arm/lib/acpi_table.c | 114 +++++++++++++++++++++++++++++ > include/acpi/acpi_table.h | 34 ++++++++- > 4 files changed, 263 insertions(+), 1 deletion(-) > create mode 100644 arch/arm/lib/acpi_table.c
Reviewed-by: Simon Glass <[email protected]>

