Antwort: [PATCH v2 27/39] acpi: Add an acpi command

Wolfgang Wallner wolfgang.wallner at br-automation.com
Thu Mar 12 15:30:11 CET 2020


Hi Simon,

-----"Simon Glass" <sjg at chromium.org> schrieb: -----
> 
> It is useful to dump ACPI tables in U-Boot to see what has been generated.
> Add a command to handle this.
> 
> To allow the command to find the tables, add a position into the global
> data.
> 
> Support subcommands to list and dump the tables.
> 
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
> 
> Changes in v2: None
> 
>  arch/sandbox/include/asm/global_data.h |   1 +
>  arch/x86/include/asm/global_data.h     |   1 +
>  cmd/Kconfig                            |  14 ++
>  cmd/Makefile                           |   1 +
>  cmd/acpi.c                             | 179 +++++++++++++++++++++++++
>  lib/acpi/acpi_table.c                  |   1 +
>  test/dm/acpi.c                         |  73 ++++++++++
>  7 files changed, 270 insertions(+)
>  create mode 100644 cmd/acpi.c

Reviewed-by: Wolfgang Wallner <wolfgang.wallner at br-automation.com>


More information about the U-Boot mailing list