u-boot/doc/board/emulation/acpi.rst
Heinrich Schuchardt b8bb5704ae configs: qemu: add config fragment for ACPI
Provide a configuration fragment to enable ACPI on QEMU.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
2024-01-07 13:49:15 -07:00

23 lines
620 B
ReStructuredText

.. SPDX-License-Identifier: GPL-2.0+
ACPI on QEMU
============
QEMU can provide ACPI tables on ARM, RISC-V (since QEMU v8.0.0), and x86.
The following U-Boot settings are needed for ACPI support::
CONFIG_CMD_QFW=y
CONFIG_ACPI=y
CONFIG_GENERATE_ACPI_TABLE=y
On x86 these settings are already included in the defconfig files. ARM and
RISC-V default to use device-trees.
Instead of updating the configuration manually you can add the configuration
fragment `acpi.config` to the make command for initializing the configuration.
E.g.
.. code-block:: bash
make qemu-riscv64_smode_defconfig acpi.config