Re: [PATCH v3 35/35] acpi: Add an acpi command to list/dump generated ACPI items

2020-06-28 Thread Bin Meng
On Sun, Jun 14, 2020 at 10:55 AM Simon Glass wrote: > > Add a command that shows the individual blocks of data generated by each > device, effectively splitting the full table into its component parts. > This can be helpful for debugging. > > Signed-off-by: Simon Glass > Reviewed-by: Wolfgang Wal

[PATCH v3 35/35] acpi: Add an acpi command to list/dump generated ACPI items

2020-06-13 Thread Simon Glass
Add a command that shows the individual blocks of data generated by each device, effectively splitting the full table into its component parts. This can be helpful for debugging. Signed-off-by: Simon Glass Reviewed-by: Wolfgang Wallner --- Changes in v3: - Update acpi_dump_items() to take an en