
23 Jan
2022
23 Jan
'22
10:53 p.m.
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 | 43 +++++++++++++++++++++++++++++++----------- include/dm/acpi.h | 14 ++++++++++++++ lib/acpi/acpi_writer.c | 5 +++++ 3 files changed, 51 insertions(+), 11 deletions(-)
Applied to u-boot-dm, thanks!