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 | hqemu-a09f4a9d19c500ea5cbcdc0bd7f0d540cf54f9f5.zip hqemu-a09f4a9d19c500ea5cbcdc0bd7f0d540cf54f9f5.tar.gz |
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 Binary files differindex c6e25ac..f86adff 100644 --- a/pc-bios/bios-256k.bin +++ b/pc-bios/bios-256k.bin diff --git a/pc-bios/bios.bin b/pc-bios/bios.bin Binary files differindex 46ca37b..db835fb 100644 --- a/pc-bios/bios.bin +++ b/pc-bios/bios.bin diff --git a/pc-bios/vgabios-cirrus.bin b/pc-bios/vgabios-cirrus.bin Binary files differindex 02227d3..dde8502 100644 --- a/pc-bios/vgabios-cirrus.bin +++ b/pc-bios/vgabios-cirrus.bin diff --git a/pc-bios/vgabios-qxl.bin b/pc-bios/vgabios-qxl.bin Binary files differindex 8a87c23..5c43bd2 100644 --- a/pc-bios/vgabios-qxl.bin +++ b/pc-bios/vgabios-qxl.bin diff --git a/pc-bios/vgabios-stdvga.bin b/pc-bios/vgabios-stdvga.bin Binary files differindex 00cb73c..b2dd8f9 100644 --- a/pc-bios/vgabios-stdvga.bin +++ b/pc-bios/vgabios-stdvga.bin diff --git a/pc-bios/vgabios-virtio.bin b/pc-bios/vgabios-virtio.bin Binary files differnew file mode 100644 index 0000000..03ac8a7 --- /dev/null +++ b/pc-bios/vgabios-virtio.bin diff --git a/pc-bios/vgabios-vmware.bin b/pc-bios/vgabios-vmware.bin Binary files differindex c9a94f9..15e21c2 100644 --- a/pc-bios/vgabios-vmware.bin +++ b/pc-bios/vgabios-vmware.bin diff --git a/pc-bios/vgabios.bin b/pc-bios/vgabios.bin Binary files differindex 3e3335d..84f1561 100644 --- a/pc-bios/vgabios.bin +++ b/pc-bios/vgabios.bin diff --git a/roms/Makefile b/roms/Makefile index c76cd5b..7b3f156 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 |