[PATCH v4 2/9] acpi: carve out qfw_acpi.c
Simon Glass
sjg at chromium.org
Mon Jan 8 01:16:32 CET 2024
On Tue, Dec 19, 2023 at 04:04:01PM +0100, Heinrich Schuchardt 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>
> Reviewed-by: Tom Rini <trini at konsulko.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> ---
> v4:
> no change
> v3:
> no change
> v2:
> add missing blank line
> ---
> 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: Ilias Apalodimas <ilias.apalodimas at linaro.org>
>
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list