[SeaBIOS] [PATCH v2 0/3] qemu: add qemu ramfb support

Gerd Hoffmann posted 3 patches 5 years, 10 months ago
Failed in applying to current master (apply log)
Makefile         |   2 +-
vgasrc/vgahw.h   |  28 +++++-----
vgasrc/vgautil.h |   4 ++
src/pmm.c        |  13 +++++
vgasrc/ramfb.c   | 163 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
vgasrc/vgainit.c |  48 ++++++++++------
vgasrc/Kconfig   |   7 +++
7 files changed, 235 insertions(+), 30 deletions(-)
create mode 100644 vgasrc/ramfb.c
[SeaBIOS] [PATCH v2 0/3] qemu: add qemu ramfb support
Posted by Gerd Hoffmann 5 years, 10 months ago
  Hi,

Second version of the ramfb series.  Turned out the previous version
didn't work at all, appearently I've tested by accident with an older
rom version which had a copy of the fw_cfg code instead of linking
paravirt.o.  Making the linked paravirt.o work turned out to be
difficuilt due to dependencies on stuff like threads which isn't present
in the vgabios builds.  So I'm back to the version with the (stripped
down) copy of the fw_cfg code ...

Gerd Hoffmann (3):
  pmm: use tmp zone on oom
  vgasrc: add allocate_pmm()
  qemu: add qemu ramfb support

 Makefile         |   2 +-
 vgasrc/vgahw.h   |  28 +++++-----
 vgasrc/vgautil.h |   4 ++
 src/pmm.c        |  13 +++++
 vgasrc/ramfb.c   | 163 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 vgasrc/vgainit.c |  48 ++++++++++------
 vgasrc/Kconfig   |   7 +++
 7 files changed, 235 insertions(+), 30 deletions(-)
 create mode 100644 vgasrc/ramfb.c

-- 
2.9.3


_______________________________________________
SeaBIOS mailing list
SeaBIOS@seabios.org
https://mail.coreboot.org/mailman/listinfo/seabios