[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/1] qemu-firmware repo
From: |
Gerd Hoffmann |
Subject: |
[Qemu-devel] [PATCH 0/1] qemu-firmware repo |
Date: |
Tue, 26 Sep 2017 13:17:56 +0200 |
Hi,
Ok, we want for varios reasons separate the firmware from the main
qemu repo. Here is my attempt to create such a repo. For starters
only seabios has been added here.
You can find the repo with currently three patches here:
https://www.kraxel.org/cgit/qemu-firmware/
This "series" is only patch #2 of the repo. Havn't found a way to
convince git-format-patch to include the initial commit of a repo.
But patch #1 (the initial commit) only adds the seabios submodule,
patch #3 adds the binary blobs, so patch #2 actually is the most
interesting one.
Comments?
cheers,
Gerd
Gerd Hoffmann (1):
add Makefile, add configs for seabios
Makefile | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++
configs/seabios-128k | 12 ++++++++
configs/seabios-256k | 3 ++
configs/vga-cirrus | 3 ++
configs/vga-isavga | 3 ++
configs/vga-qxl | 6 ++++
configs/vga-stdvga | 3 ++
configs/vga-virtio | 6 ++++
configs/vga-vmware | 6 ++++
9 files changed, 122 insertions(+)
create mode 100644 Makefile
create mode 100644 configs/seabios-128k
create mode 100644 configs/seabios-256k
create mode 100644 configs/vga-cirrus
create mode 100644 configs/vga-isavga
create mode 100644 configs/vga-qxl
create mode 100644 configs/vga-stdvga
create mode 100644 configs/vga-virtio
create mode 100644 configs/vga-vmware
--
2.9.3
- [Qemu-devel] [PATCH 0/1] qemu-firmware repo,
Gerd Hoffmann <=