seabios: update to release 1.9.0
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQIcBAABAgAGBQJWi7H6AAoJEEy22O7T6HE4IcMQAIx9sq/CEJT+DFLq0ynwc+nu cEaHhuKXSYHpvm+qIXpm8DS0wBDY2pLbDOlMovelT/u5q3864M4PS/q66yG6Mx05 eapHGaqgV/pLaMZUoOL/Pd8iD/O9Ai+sasqWvmU0s2SsG5DY8RnvxyMwUrewsKae B9Nm45mBU02uoEgvcfaI8uLnc+7b5wmC8psgFNWXSK343dU+EWlokS5huj6pjNBI EV+ITPN5YTIsN1rRnyoCFCWtqvyyAglpty8LEI/CrQHhWY23OGZhYnBHwTYo9vJY YWGxrGhcOVvYPWNZlVSmPmzKSy9M0tfBAFFrycxF27N/oHLmvbQ8r8iCXbi3F2le vX2GG2lXNv0MC76n+TcaHRoPkYblPywv7CYzQazQyqoJngkKIuc+GeI6932yZjq7 VVDrj8FyeDg38PxKxb+tA5jfEcrXmfW6u94q8cGQRRB8X7EUw/v5eJX6unjbNMOK kBah8JM04CIHwh+C+21xD+2oN5+zDuha+fBmquhcuFteaMBzV/pHmwJXE6QWk1F1 5dN29qrLW+0Dx5CGPnKRRurd+Gsh54AgKExzhAiCi2i4Jt1SBeQVXTTTaULQny/m y9V9oI13mRwVE+XpNi7oWVwacuyjx3fKAS3IZpESJk7vXG/OG3U3yOvAlslh6fd4 r0EWHwESmxVOEMcuRmaJ =ArKj -----END PGP SIGNATURE----- Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-20160105-1' into staging seabios: update to release 1.9.0 # gpg: Signature made Tue 05 Jan 2016 12:07:22 GMT 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-20160105-1: seabios: update binaries to release 1.9.0 seabios: stop updating aml files seabios: update 128k bios config seabios: use new EXTRAVERSION to tag qemu builds seabios: update submodule to release 1.9.0 Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
commit
ac93a06786
Binary file not shown.
BIN
pc-bios/bios.bin
BIN
pc-bios/bios.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -35,7 +35,7 @@ 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"
|
||||
SEABIOS_EXTRAVERSION="-prebuilt.qemu-project.org"
|
||||
|
||||
#
|
||||
# EfiRom utility is shipped with edk2 / tianocore, in BaseTools/
|
||||
@ -64,7 +64,6 @@ default:
|
||||
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-256k/src/fw/*dsdt.aml ../pc-bios/
|
||||
|
||||
seavgabios: $(patsubst %,seavgabios-%,$(vgabios_variants))
|
||||
|
||||
@ -78,12 +77,12 @@ build-seabios-config-%: config.%
|
||||
mkdir -p seabios/builds/$*
|
||||
cp $< seabios/builds/$*/.config
|
||||
$(MAKE) -C seabios \
|
||||
VERSION=$(SEABIOS_VERSION) \
|
||||
EXTRAVERSION=$(SEABIOS_EXTRAVERSION) \
|
||||
CROSS_COMPILE=$(x86_64_cross_prefix) \
|
||||
KCONFIG_CONFIG=$(CURDIR)/seabios/builds/$*/.config \
|
||||
OUT=$(CURDIR)/seabios/builds/$*/ oldnoconfig
|
||||
$(MAKE) -C seabios \
|
||||
VERSION=$(SEABIOS_VERSION) \
|
||||
EXTRAVERSION=$(SEABIOS_EXTRAVERSION) \
|
||||
CROSS_COMPILE=$(x86_64_cross_prefix) \
|
||||
KCONFIG_CONFIG=$(CURDIR)/seabios/builds/$*/.config \
|
||||
OUT=$(CURDIR)/seabios/builds/$*/ all
|
||||
|
@ -3,6 +3,8 @@
|
||||
CONFIG_QEMU=y
|
||||
CONFIG_ROM_SIZE=128
|
||||
CONFIG_XEN=n
|
||||
CONFIG_USB_OHCI=n
|
||||
CONFIG_USB_XHCI=n
|
||||
CONFIG_USB_UAS=n
|
||||
CONFIG_SDCARD=n
|
||||
CONFIG_TCGBIOS=n
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 33fbe13a3e2a01e0ba1087a8feed801a0451db21
|
||||
Subproject commit 01a84bea2d28a19d2405c1ecac4bdef17683cc0c
|
Loading…
Reference in New Issue
Block a user