sandbox: Install ACPI tables on startup
authorSimon Glass <sjg@chromium.org>
Sun, 16 Jul 2023 03:39:16 +0000 (21:39 -0600)
committerBin Meng <bmeng@tinylab.org>
Mon, 17 Jul 2023 09:23:15 +0000 (17:23 +0800)
commit92ccaf7d97b0fafd3f1b2095ac998c9bd30d8d87
tree9dd084e7d6e5de89d5560895e1d23fc6adfc1aa0
parentf52a7f05371e581d703bba6a724783aeb0ce5ac4
sandbox: Install ACPI tables on startup

With x86 we set up the ACPI tables on startup so they can be examined. Do
the same with sandbox, so it is consistent.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
board/sandbox/sandbox.c