]> git.dujemihanovic.xyz Git - u-boot.git/commit
acpi: Add an acpi command to list/dump generated ACPI items
authorSimon Glass <sjg@chromium.org>
Tue, 7 Jul 2020 19:12:12 +0000 (13:12 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 17 Jul 2020 06:32:24 +0000 (14:32 +0800)
commita4f8208919a4458ebe93d46d43a7cb0a13f7a0d8
tree5dfc4356dcc6ead5dcb7f819965216377207c274
parentfefac0b0643b14e72c356cf05dabcbe7512c4709
acpi: Add an acpi command to list/dump generated ACPI items

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@chromium.org>
Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
cmd/acpi.c
drivers/core/acpi.c
include/dm/acpi.h
test/dm/acpi.c