]> git.dujemihanovic.xyz Git - u-boot.git/commit
acpi: Collect tables in the acpi_item list
authorSimon Glass <sjg@chromium.org>
Wed, 1 Dec 2021 16:03:04 +0000 (09:03 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 18:44:36 +0000 (11:44 -0700)
commit2d7c7382969ff2a412acb409e76b2959dd715cc3
tree937255d5f3c65de963c652d58ced6794843e3540
parent9d2adca8c3e8d195fa4be5acc8c6dfe14933e826
acpi: Collect tables in the acpi_item list

At present this list is used to collect items within the DSDT and SSDT
tables. It is useful for it to collect the whole tables as well, so there
is a list of what was created and which write created each one.

Refactor the code accordingly.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/acpi.c
include/dm/acpi.h
lib/acpi/acpi_writer.c