diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-11-20 06:57:48 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-11-20 06:57:53 +0100 |
commit | af51dbed380b7eec0c815da1c37b46e57a909ce8 (patch) | |
tree | b1ce4846bb5e3d20f9773380db0816d8080070bc /roms | |
parent | cb968d275c145467c8b385a3618a207ec111eab1 (diff) |
update seabios to 1.12
Seabios 1.12 has been released yesterday. Update
our snapshot builds to the final release.
git shortlog
============
Kevin O'Connor (2):
shadow: Rework bios copy code to prevent gcc array-bounds warning
docs: Note v1.12.0 release
Shmuel Eiderman (1):
pvscsi: Scan all 64 possible targets
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'roms')
-rw-r--r-- | roms/Makefile | 2 | ||||
m--------- | roms/seabios | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/roms/Makefile b/roms/Makefile index f1ac85ae9b..f4141e1d96 100644 --- a/roms/Makefile +++ b/roms/Makefile @@ -39,7 +39,7 @@ powerpc_cross_prefix := $(call find-cross-prefix,powerpc) x86_64_cross_prefix := $(call find-cross-prefix,x86_64) # tag our seabios builds -SEABIOS_EXTRAVERSION="-prebuilt.qemu-project.org" +SEABIOS_EXTRAVERSION="-prebuilt.qemu.org" # # EfiRom utility is shipped with edk2 / tianocore, in BaseTools/ diff --git a/roms/seabios b/roms/seabios -Subproject 14221cd86eadba82255fdc55ed174d401c7a0a0 +Subproject a698c8995ffb2838296ec284fe3c4ad33dfca30 |