commit | 2d7c7382969ff2a412acb409e76b2959dd715cc3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 01 09:03:04 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 25 11:44:36 2022 -0700 |
tree | 937255d5f3c65de963c652d58ced6794843e3540 | |
parent | 9d2adca8c3e8d195fa4be5acc8c6dfe14933e826 [diff] |
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>