[SeaBIOS] [PATCH 0/7] seabios: 1.11.2 update

Gerd Hoffmann kraxel at redhat.com
Wed Jun 20 14:47:12 CEST 2018


  Hi folks,

So, here is the current state of the seabios update for the upcoming
qemu 3.0 release.  This time it is a bit more than just the usual
"update submodule and binaries".

seabios 1.11.2 is not released yet.  The plan is to cherry-pick the
changes needed to support the new qemu 3.0 display devices
(bochs-display and ramfb) into the 1.11-stable branch for the 1.11.2
release.  Current state is here:
   https://git.kraxel.org/cgit/seabios/log/?h=1.11-stable-testing

Changes in this patch series:
  - seabios submodule update (to the testing branch).
  - new vgabios configs for bochs-display and ramfb.
  - update the bios config to enables ide dma (for qnx).
  - drop (old) vgabios submodule and build rules.
  - seabios binary update.
  - make bochs-display and ramfb load the new vgabios roms.

Git branch for this series is here:
   https://git.kraxel.org/cgit/qemu/log/?h=seabios-1.11.2

cheers,
  Gerd

Gerd Hoffmann (7):
  seabios: update submodule to 1.11.2-testing
  seabios: add vga configs for bochs-display and ramfb
  seabios: enable ide dma
  vgabios: remove submodule and build rules.
  seabios: update binaries
  bochs-display: enable vgabios
  ramfb: enable vgabios

 hw/display/bochs-display.c    |   1 +
 hw/display/ramfb.c            |   1 +
 .gitmodules                   |   3 ---
 pc-bios/bios-256k.bin         | Bin 262144 -> 262144 bytes
 pc-bios/bios.bin              | Bin 131072 -> 131072 bytes
 pc-bios/vgabios-cirrus.bin    | Bin 38400 -> 38400 bytes
 pc-bios/vgabios-qxl.bin       | Bin 38912 -> 38912 bytes
 pc-bios/vgabios-stdvga.bin    | Bin 38912 -> 38912 bytes
 pc-bios/vgabios-virtio.bin    | Bin 38912 -> 38912 bytes
 pc-bios/vgabios-vmware.bin    | Bin 38912 -> 38912 bytes
 pc-bios/vgabios.bin           | Bin 38400 -> 38400 bytes
 roms/Makefile                 |  20 +++-----------------
 roms/config.seabios-128k      |   1 +
 roms/config.seabios-256k      |   1 +
 roms/config.vga-bochs-display |   3 +++
 roms/config.vga-ramfb         |   3 +++
 roms/seabios                  |   2 +-
 roms/vgabios                  |   1 -
 18 files changed, 14 insertions(+), 22 deletions(-)
 create mode 100644 roms/config.vga-bochs-display
 create mode 100644 roms/config.vga-ramfb
 delete mode 160000 roms/vgabios

-- 
2.9.3




More information about the SeaBIOS mailing list