
21 Nov
2023
21 Nov
'23
11:11 p.m.
On Tue, 21 Nov 2023 at 08:28, Heinrich Schuchardt heinrich.schuchardt@canonical.com wrote:
Move the code related to copying tables from QEMU to a separate code module.
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@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@chromium.org