On Fri, 22 Apr 2016 14:02:28 +0100 "Richard W.M. Jones" <rjo...@redhat.com> wrote:
> From: Marc Marí <mar...@redhat.com> > > This optionrom is based on linuxboot.S. > > Signed-off-by: Marc Marí <mar...@redhat.com> > Signed-off-by: Richard W.M. Jones <rjo...@redhat.com> > --- > .gitignore | 4 + > hw/i386/pc.c | 9 +- > hw/nvram/fw_cfg.c | 2 +- > include/hw/nvram/fw_cfg.h | 1 + > pc-bios/optionrom/Makefile | 13 +- > pc-bios/optionrom/linuxboot_dma.c | 305 > ++++++++++++++++++++++++++++++++++++++ 6 files changed, 329 > insertions(+), 5 deletions(-) create mode 100644 > pc-bios/optionrom/linuxboot_dma.c Thanks for picking this up and solving the issues! Reviewed-by: Marc Marí <marc.mari.barc...@gmail.com>