commit | 297184143ab788b7e591604475760c1794532c99 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 15 21:38:45 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Mon Jul 17 17:08:44 2023 +0800 |
tree | f95d57491f28b0785cc9abb92ecf8b7458f7cd77 | |
parent | 78f24d8f3415a9ceec993231b81efaa30e2a3cdc [diff] |
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>