On Mon, Sep 28, 2020 at 12:26 PM Simon Glass <s...@chromium.org> wrote: > > At present if SSDT and DSDT code is created, only the latter is retained > for examination by the 'acpi items' command. Fix this by only resetting > the list when explicitly requested. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > arch/x86/lib/acpi_table.c | 1 + > drivers/core/acpi.c | 10 ++++++---- > include/dm/acpi.h | 9 +++++++++ > test/dm/acpi.c | 4 ++++ > 4 files changed, 20 insertions(+), 4 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>