]> git.ipfire.org Git - thirdparty/u-boot.git/commit
acpi: carve out qfw_acpi.c
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 19 Dec 2023 15:04:01 +0000 (16:04 +0100)
committerSimon Glass <sjg@chromium.org>
Sun, 7 Jan 2024 20:49:15 +0000 (13:49 -0700)
commit27a66fc3f3102bf88df5d7569e3aae88355c6e47
tree1d433228cd290ed736a6e57767e615b37866a4f6
parentb2f088c1210184b1ba11edaee0943ebd206e87e7
acpi: carve out qfw_acpi.c

Move the code related to copying tables from QEMU to a separate code
module.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
drivers/misc/Makefile
drivers/misc/qfw.c
drivers/misc/qfw_acpi.c [new file with mode: 0644]