diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2015-06-17 11:12:35 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2015-06-17 11:12:35 +0100 |
| commit | a09f4a9d19c500ea5cbcdc0bd7f0d540cf54f9f5 (patch) | |
| tree | 9a240624960cd35057bd46ed0768531133b77a0f | |
| parent | 8c29f8d6b9595ac0f9ab1b41f22e91aebab482d7 (diff) | |
| parent | f3bcd42683dcc48c576281399d6cf6b34da6ba41 (diff) | |
| download | focaccia-qemu-a09f4a9d19c500ea5cbcdc0bd7f0d540cf54f9f5.tar.gz focaccia-qemu-a09f4a9d19c500ea5cbcdc0bd7f0d540cf54f9f5.zip | |
Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-1.8.2-20150617-1' into staging
update seabios to release 1.8.2 add vgabios for virtio-vga # gpg: Signature made Wed Jun 17 08:34:22 2015 BST using RSA key ID D3E87138 # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>" # gpg: aka "Gerd Hoffmann <gerd@kraxel.org>" # gpg: aka "Gerd Hoffmann (private) <kraxel@gmail.com>" * remotes/kraxel/tags/pull-seabios-1.8.2-20150617-1: update seabios and vgabios binaries tag our seabios builds update seabios submodule to release 1.8.2 Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
| -rw-r--r-- | pc-bios/bios-256k.bin | bin | 262144 -> 262144 bytes | |||
| -rw-r--r-- | pc-bios/bios.bin | bin | 131072 -> 131072 bytes | |||
| -rw-r--r-- | pc-bios/vgabios-cirrus.bin | bin | 37888 -> 38400 bytes | |||
| -rw-r--r-- | pc-bios/vgabios-qxl.bin | bin | 38400 -> 38400 bytes | |||
| -rw-r--r-- | pc-bios/vgabios-stdvga.bin | bin | 38400 -> 38400 bytes | |||
| -rw-r--r-- | pc-bios/vgabios-virtio.bin | bin | 0 -> 38400 bytes | |||
| -rw-r--r-- | pc-bios/vgabios-vmware.bin | bin | 38400 -> 38400 bytes | |||
| -rw-r--r-- | pc-bios/vgabios.bin | bin | 38400 -> 38400 bytes | |||
| -rw-r--r-- | roms/Makefile | 5 | ||||
| m--------- | roms/seabios | 0 |
10 files changed, 5 insertions, 0 deletions
diff --git a/pc-bios/bios-256k.bin b/pc-bios/bios-256k.bin index c6e25acc90..f86adff128 100644 --- a/pc-bios/bios-256k.bin +++ b/pc-bios/bios-256k.bin Binary files differdiff --git a/pc-bios/bios.bin b/pc-bios/bios.bin index 46ca37b94c..db835fb5f2 100644 --- a/pc-bios/bios.bin +++ b/pc-bios/bios.bin Binary files differdiff --git a/pc-bios/vgabios-cirrus.bin b/pc-bios/vgabios-cirrus.bin index 02227d374f..dde8502909 100644 --- a/pc-bios/vgabios-cirrus.bin +++ b/pc-bios/vgabios-cirrus.bin Binary files differdiff --git a/pc-bios/vgabios-qxl.bin b/pc-bios/vgabios-qxl.bin index 8a87c2388a..5c43bd222e 100644 --- a/pc-bios/vgabios-qxl.bin +++ b/pc-bios/vgabios-qxl.bin Binary files differdiff --git a/pc-bios/vgabios-stdvga.bin b/pc-bios/vgabios-stdvga.bin index 00cb73cb8c..b2dd8f91ef 100644 --- a/pc-bios/vgabios-stdvga.bin +++ b/pc-bios/vgabios-stdvga.bin Binary files differdiff --git a/pc-bios/vgabios-virtio.bin b/pc-bios/vgabios-virtio.bin new file mode 100644 index 0000000000..03ac8a7d4a --- /dev/null +++ b/pc-bios/vgabios-virtio.bin Binary files differdiff --git a/pc-bios/vgabios-vmware.bin b/pc-bios/vgabios-vmware.bin index c9a94f9eae..15e21c2a28 100644 --- a/pc-bios/vgabios-vmware.bin +++ b/pc-bios/vgabios-vmware.bin Binary files differdiff --git a/pc-bios/vgabios.bin b/pc-bios/vgabios.bin index 3e3335df6a..84f1561d92 100644 --- a/pc-bios/vgabios.bin +++ b/pc-bios/vgabios.bin Binary files differdiff --git a/roms/Makefile b/roms/Makefile index c76cd5b6d2..7b3f156321 100644 --- a/roms/Makefile +++ b/roms/Makefile @@ -34,6 +34,9 @@ powerpc64_cross_prefix := $(call find-cross-prefix,powerpc64) powerpc_cross_prefix := $(call find-cross-prefix,powerpc) x86_64_cross_prefix := $(call find-cross-prefix,x86_64) +# tag our seabios builds +SEABIOS_VERSION="$(shell cd seabios; git describe --tags --long) by qemu-project.org" + # # EfiRom utility is shipped with edk2 / tianocore, in BaseTools/ # @@ -75,10 +78,12 @@ build-seabios-config-%: config.% mkdir -p seabios/builds/$* cp $< seabios/builds/$*/.config $(MAKE) -C seabios \ + VERSION=$(SEABIOS_VERSION) \ CROSS_COMPILE=$(x86_64_cross_prefix) \ KCONFIG_CONFIG=$(CURDIR)/seabios/builds/$*/.config \ OUT=$(CURDIR)/seabios/builds/$*/ oldnoconfig $(MAKE) -C seabios \ + VERSION=$(SEABIOS_VERSION) \ CROSS_COMPILE=$(x86_64_cross_prefix) \ KCONFIG_CONFIG=$(CURDIR)/seabios/builds/$*/.config \ OUT=$(CURDIR)/seabios/builds/$*/ all diff --git a/roms/seabios b/roms/seabios -Subproject 4adadbde6904807de2e990c0af839ad0cc97780 +Subproject 33fbe13a3e2a01e0ba1087a8feed801a0451db2 |