]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commite362afed2804160b47e935aac0b17f1375baf82c
treef95d57491f28b0785cc9abb92ecf8b7458f7cd77
parent947af5e61b63242fbb319f6b942821f2129a78b0
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