]> git.baikalelectronics.ru Git - uboot.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)
commitea0a1eddd288a1a8cecfddecb8d8dc141a2dca1e
tree5dfc4356dcc6ead5dcb7f819965216377207c274
parent44f02f943ac9f78dc19e9b674f0d4af3ded8be74
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