]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitcd183182c4c553ad5aed1d1ef2a8b123f696b0ba
tree9b6852cab568303cc98ab6a6f0f6faa9f0d40a72
parent3cc7a41deed89f3c95bfc8424a45bbad73273798
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]