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.schucha...@canonical.com> > Reviewed-by: Tom Rini <tr...@konsulko.com> > Reviewed-by: Simon Glass <s...@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.apalodi...@linaro.org> > Applied to u-boot-dm/next, thanks!