acpi: Add a linker list for ACPI tables
authorSimon Glass <sjg@chromium.org>
Wed, 1 Dec 2021 16:02:47 +0000 (09:02 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 18:44:36 +0000 (11:44 -0700)
commit6afa63a5a63662fa7e517b29da613f51e9e68429
tree9b6852cab568303cc98ab6a6f0f6faa9f0d40a72
parentfb746fdec6d58eacd7d9323eda7ccbde9419a41e
acpi: Add a linker list for ACPI tables

At present we call lots of functions to generate the required ACPI tables.
It would be better to standardise these functions and allow them to be
automatically collected and used when needed.

Add a linker list to handle this.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/dm/acpi.h
lib/acpi/acpi_writer.c [new file with mode: 0644]