acpi: Add a comment to set the acpi tables
authorSimon Glass <sjg@chromium.org>
Sun, 16 Jul 2023 03:38:45 +0000 (21:38 -0600)
committerBin Meng <bmeng@tinylab.org>
Mon, 17 Jul 2023 09:08:44 +0000 (17:08 +0800)
commit297184143ab788b7e591604475760c1794532c99
treef95d57491f28b0785cc9abb92ecf8b7458f7cd77
parent78f24d8f3415a9ceec993231b81efaa30e2a3cdc
acpi: Add a comment to set the acpi tables

Sometimes a previous bootloader has written ACPI tables. It is useful to
be able to find and list these. Add an 'acpi set' command to set the
address for these tables.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
cmd/acpi.c
doc/usage/cmd/acpi.rst
test/dm/acpi.c