Re: [PATCH 22/32] acpi: Don't reset the tables with every new generation

2020-10-16 Thread Bin Meng
On Mon, Sep 28, 2020 at 12:26 PM Simon Glass 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 > --- > > arch/x86/lib/a

[PATCH 22/32] acpi: Don't reset the tables with every new generation

2020-09-27 Thread Simon Glass
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 --- arch/x86/lib/acpi_table.c | 1 + drivers/core/acpi.c | 10 ++ includ