[PATCH v2 2/7] acpi: carve out qfw_acpi.c

Simon Glass sjg at chromium.org
Tue Nov 21 23:11:49 CET 2023


On Tue, 21 Nov 2023 at 08:28, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> Move the code related to copying tables from QEMU to a separate code
> module.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
> v2:
>         new patch
> ---
>  drivers/misc/Makefile   |   1 +
>  drivers/misc/qfw.c      | 240 -------------------------------------
>  drivers/misc/qfw_acpi.c | 256 ++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 257 insertions(+), 240 deletions(-)
>  create mode 100644 drivers/misc/qfw_acpi.c

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list