[PATCH v3 35/35] acpi: Add an acpi command to list/dump generated ACPI items
Bin Meng
bmeng.cn at gmail.com
Mon Jun 29 07:39:40 CEST 2020
On Sun, Jun 14, 2020 at 10:55 AM Simon Glass <sjg at chromium.org> 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 <sjg at chromium.org>
> Reviewed-by: Wolfgang Wallner <wolfgang.wallner at br-automation.com>
> ---
>
> Changes in v3:
> - Update acpi_dump_items() to take an enum
> - Update commit message and subject for clarity
>
> cmd/acpi.c | 15 +++++++++++++--
> drivers/core/acpi.c | 16 ++++++++++++++++
> include/dm/acpi.h | 16 ++++++++++++++++
> test/dm/acpi.c | 39 +++++++++++++++++++++++++++++++++++++++
> 4 files changed, 84 insertions(+), 2 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list