mbox

[PULL,0/7] Seabios 1.11.2 20180702 patches

Message ID 20180702154222.3130-1-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/seabios-1.11.2-20180702-pull-request

Message

Gerd Hoffmann July 2, 2018, 3:42 p.m. UTC
The following changes since commit 2d58e33ec1b76990f09bc1e3412e0b36e1ac4634:

  Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-3.0-pull-request' into staging (2018-07-02 13:43:10 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/seabios-1.11.2-20180702-pull-request

for you to fetch changes up to 9f5d9c19c7d9c6eca21802a2777da0119bc22749:

  ramfb: enable vgabios (2018-07-02 17:21:52 +0200)

----------------------------------------------------------------
seabios: update to release 1.11.2, add/update configuration.
vgabios: remove (old unused lgpl'ed vgabios).
ramfb,bochs-display: use new vgabios roms.

----------------------------------------------------------------

Gerd Hoffmann (7):
  seabios: update submodule to release 1.11.2
  seabios: add vga configs for bochs-display and ramfb
  seabios: enable ide dma
  vgabios: remove submodule and build rules.
  seabios: update bios and vgabios 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-bochs-display.bin | Bin 0 -> 27648 bytes
 pc-bios/vgabios-cirrus.bin        | Bin 38400 -> 38400 bytes
 pc-bios/vgabios-qxl.bin           | Bin 38912 -> 38912 bytes
 pc-bios/vgabios-ramfb.bin         | Bin 0 -> 28160 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 -
 20 files changed, 14 insertions(+), 22 deletions(-)
 create mode 100644 pc-bios/vgabios-bochs-display.bin
 create mode 100644 pc-bios/vgabios-ramfb.bin
 create mode 100644 roms/config.vga-bochs-display
 create mode 100644 roms/config.vga-ramfb
 delete mode 160000 roms/vgabios

Comments

Peter Maydell July 2, 2018, 4:56 p.m. UTC | #1
On 2 July 2018 at 16:42, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 2d58e33ec1b76990f09bc1e3412e0b36e1ac4634:
>
>   Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-3.0-pull-request' into staging (2018-07-02 13:43:10 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/seabios-1.11.2-20180702-pull-request
>
> for you to fetch changes up to 9f5d9c19c7d9c6eca21802a2777da0119bc22749:
>
>   ramfb: enable vgabios (2018-07-02 17:21:52 +0200)
>
> ----------------------------------------------------------------
> seabios: update to release 1.11.2, add/update configuration.
> vgabios: remove (old unused lgpl'ed vgabios).
> ramfb,bochs-display: use new vgabios roms.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM