
Hi Heinrich,
On Sat, 16 Dec 2023 at 12:27, Heinrich Schuchardt heinrich.schuchardt@canonical.com wrote:
On 12/16/23 19:46, Simon Glass wrote:
On Fri, 15 Dec 2023 at 06:33, Heinrich Schuchardt heinrich.schuchardt@canonical.com wrote:
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
v2: no change
MAINTAINERS | 1 + board/emulation/configs/acpi.config | 3 +++ doc/board/emulation/acpi.rst | 23 +++++++++++++++++++++++ doc/board/emulation/index.rst | 1 + 4 files changed, 28 insertions(+) create mode 100644 board/emulation/configs/acpi.config create mode 100644 doc/board/emulation/acpi.rst
Reviewed-by: Simon Glass sjg@chromium.org
Are you planning to enable binman to build configurations with config fragments? This would be needed for testing in CI.
We still have not decided on a mechanism to name things which are made up of a base config and a fragment. The current proposal is [1] which I think is probably OK, but I have not tried to look at this in buildman yet.
Regards, Simon
[1] https://patchwork.ozlabs.org/user/todo/uboot/?series=380278