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 <[email protected]> > Reviewed-by: Tom Rini <[email protected]> > Reviewed-by: Simon Glass <[email protected]> > --- > 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 <[email protected]> > Applied to u-boot-dm/next, thanks!

