* [Qemu-devel] [PULL 0/1] Revert "bios: Add fast variant of SeaBIOS for use with -kernel on x86."
@ 2016-07-04 15:26 Gerd Hoffmann
2016-07-04 15:26 ` [Qemu-devel] [PULL 1/1] " Gerd Hoffmann
2016-07-05 8:29 ` [Qemu-devel] [PULL 0/1] " Peter Maydell
0 siblings, 2 replies; 3+ messages in thread
From: Gerd Hoffmann @ 2016-07-04 15:26 UTC (permalink / raw)
To: qemu-devel; +Cc: Gerd Hoffmann
Hi,
Reverts patch and also remove pc-bios/bios-fast.bin.
please pull,
Gerd
The following changes since commit 3173a1fd549b7fa0f7029b2c6a6b86ba6efa92aa:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160704' into staging (2016-07-04 14:33:05 +0100)
are available in the git repository at:
git://git.kraxel.org/qemu tags/pull-seabios-20160704-3
for you to fetch changes up to 3b1154fff16cf3bb9297d65145c89321bc1b7aa4:
Revert "bios: Add fast variant of SeaBIOS for use with -kernel on x86." (2016-07-04 17:23:33 +0200)
----------------------------------------------------------------
Revert "bios: Add fast variant of SeaBIOS for use with -kernel on x86."
----------------------------------------------------------------
Gerd Hoffmann (1):
Revert "bios: Add fast variant of SeaBIOS for use with -kernel on x86."
Makefile | 3 +--
pc-bios/bios-fast.bin | Bin 65536 -> 0 bytes
roms/Makefile | 4 +---
roms/config.seabios-fast | 27 ---------------------------
4 files changed, 2 insertions(+), 32 deletions(-)
delete mode 100644 pc-bios/bios-fast.bin
delete mode 100644 roms/config.seabios-fast
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Qemu-devel] [PULL 1/1] Revert "bios: Add fast variant of SeaBIOS for use with -kernel on x86."
2016-07-04 15:26 [Qemu-devel] [PULL 0/1] Revert "bios: Add fast variant of SeaBIOS for use with -kernel on x86." Gerd Hoffmann
@ 2016-07-04 15:26 ` Gerd Hoffmann
2016-07-05 8:29 ` [Qemu-devel] [PULL 0/1] " Peter Maydell
1 sibling, 0 replies; 3+ messages in thread
From: Gerd Hoffmann @ 2016-07-04 15:26 UTC (permalink / raw)
To: qemu-devel; +Cc: Gerd Hoffmann
This reverts commit 4e04ab6a63ebe9fb4305e7e8e49cc8b0095db8fb.
Also remove pc-bios/bios-fast.bin.
Commit was merged by mistake.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
Makefile | 3 +--
pc-bios/bios-fast.bin | Bin 65536 -> 0 bytes
roms/Makefile | 4 +---
roms/config.seabios-fast | 27 ---------------------------
4 files changed, 2 insertions(+), 32 deletions(-)
delete mode 100644 pc-bios/bios-fast.bin
delete mode 100644 roms/config.seabios-fast
diff --git a/Makefile b/Makefile
index 7bfb8b4..9d12dc6 100644
--- a/Makefile
+++ b/Makefile
@@ -408,8 +408,7 @@ common de-ch es fo fr-ca hu ja mk nl-be pt sl tr \
bepo cz
ifdef INSTALL_BLOBS
-BLOBS=bios.bin bios-256k.bin bios-fast.bin \
-sgabios.bin vgabios.bin vgabios-cirrus.bin \
+BLOBS=bios.bin bios-256k.bin sgabios.bin vgabios.bin vgabios-cirrus.bin \
vgabios-stdvga.bin vgabios-vmware.bin vgabios-qxl.bin vgabios-virtio.bin \
acpi-dsdt.aml \
ppc_rom.bin openbios-sparc32 openbios-sparc64 openbios-ppc QEMU,tcx.bin QEMU,cgthree.bin \
diff --git a/pc-bios/bios-fast.bin b/pc-bios/bios-fast.bin
deleted file mode 100644
index 00cda3c..0000000
Binary files a/pc-bios/bios-fast.bin and /dev/null differ
diff --git a/roms/Makefile b/roms/Makefile
index 26b0586..7bd1252 100644
--- a/roms/Makefile
+++ b/roms/Makefile
@@ -61,11 +61,9 @@ default:
@echo " slof -- update slof.bin"
@echo " u-boot.e500 -- update u-boot.e500"
-bios: build-seabios-config-seabios-128k build-seabios-config-seabios-256k \
- build-seabios-config-seabios-fast
+bios: build-seabios-config-seabios-128k build-seabios-config-seabios-256k
cp seabios/builds/seabios-128k/bios.bin ../pc-bios/bios.bin
cp seabios/builds/seabios-256k/bios.bin ../pc-bios/bios-256k.bin
- cp seabios/builds/seabios-fast/bios.bin ../pc-bios/bios-fast.bin
seavgabios: $(patsubst %,seavgabios-%,$(vgabios_variants))
diff --git a/roms/config.seabios-fast b/roms/config.seabios-fast
deleted file mode 100644
index 045693e..0000000
--- a/roms/config.seabios-fast
+++ /dev/null
@@ -1,27 +0,0 @@
-# The fastest SeaBIOS that can boot Linux using -kernel.
-# NB: Since we are using -kernel, we don't need SeaBIOS itself
-# to do any boot drive detection, boot ordering, etc.
-
-# general stuff
-CONFIG_QEMU=y
-CONFIG_ROM_SIZE=0
-CONFIG_WRITABLE_UPPERMEMORY=y
-CONFIG_RELOCATE_INIT=n
-
-# no input, no boot menu
-CONFIG_MOUSE=n
-CONFIG_KEYBOARD=n
-CONFIG_BOOTMENU=n
-CONFIG_BOOTSPLASH=n
-CONFIG_BOOTORDER=n
-
-# hardware support we don't need
-CONFIG_LPT=n
-CONFIG_SERIAL=n
-CONFIG_USB=n
-CONFIG_DRIVES=n
-CONFIG_TCGBIOS=n
-CONFIG_VGAHOOKS=n
-
-# no logging
-CONFIG_DEBUG_LEVEL=0
--
1.8.3.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PULL 0/1] Revert "bios: Add fast variant of SeaBIOS for use with -kernel on x86."
2016-07-04 15:26 [Qemu-devel] [PULL 0/1] Revert "bios: Add fast variant of SeaBIOS for use with -kernel on x86." Gerd Hoffmann
2016-07-04 15:26 ` [Qemu-devel] [PULL 1/1] " Gerd Hoffmann
@ 2016-07-05 8:29 ` Peter Maydell
1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2016-07-05 8:29 UTC (permalink / raw)
To: Gerd Hoffmann; +Cc: QEMU Developers
On 4 July 2016 at 16:26, Gerd Hoffmann <kraxel@redhat.com> wrote:
> Hi,
>
> Reverts patch and also remove pc-bios/bios-fast.bin.
>
> please pull,
> Gerd
>
> The following changes since commit 3173a1fd549b7fa0f7029b2c6a6b86ba6efa92aa:
>
> Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160704' into staging (2016-07-04 14:33:05 +0100)
>
> are available in the git repository at:
>
>
> git://git.kraxel.org/qemu tags/pull-seabios-20160704-3
>
> for you to fetch changes up to 3b1154fff16cf3bb9297d65145c89321bc1b7aa4:
>
> Revert "bios: Add fast variant of SeaBIOS for use with -kernel on x86." (2016-07-04 17:23:33 +0200)
>
> ----------------------------------------------------------------
> Revert "bios: Add fast variant of SeaBIOS for use with -kernel on x86."
>
> ----------------------------------------------------------------
> Gerd Hoffmann (1):
> Revert "bios: Add fast variant of SeaBIOS for use with -kernel on x86."
Applied, thanks.
-- PMM
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-07-05 8:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-04 15:26 [Qemu-devel] [PULL 0/1] Revert "bios: Add fast variant of SeaBIOS for use with -kernel on x86." Gerd Hoffmann
2016-07-04 15:26 ` [Qemu-devel] [PULL 1/1] " Gerd Hoffmann
2016-07-05 8:29 ` [Qemu-devel] [PULL 0/1] " Peter Maydell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).