From: Richard Henderson Date: Sun, 21 Jan 2018 21:04:45 +0000 (-0800) Subject: pc-bios: Add hppa-firmware.img and git submodule X-Git-Tag: v2.12.0-rc0~121^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=43ad25643a0656a5a44b146abd72744e41ffe143;p=thirdparty%2Fqemu.git pc-bios: Add hppa-firmware.img and git submodule Signed-off-by: Richard Henderson --- diff --git a/.gitmodules b/.gitmodules index 1500579638d..7a8282df466 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule "capstone"] path = capstone url = git://git.qemu.org/capstone.git +[submodule "roms/seabios-hppa"] + path = roms/seabios-hppa + url = git://github.com/hdeller/seabios-hppa.git diff --git a/Makefile b/Makefile index 7073b3d842e..7d35ea1a060 100644 --- a/Makefile +++ b/Makefile @@ -661,7 +661,8 @@ s390-ccw.img s390-netboot.img \ spapr-rtas.bin slof.bin skiboot.lid \ palcode-clipper \ u-boot.e500 \ -qemu_vga.ndrv +qemu_vga.ndrv \ +hppa-firmware.img else BLOBS= endif diff --git a/pc-bios/hppa-firmware.img b/pc-bios/hppa-firmware.img new file mode 100755 index 00000000000..ae833437a73 Binary files /dev/null and b/pc-bios/hppa-firmware.img differ diff --git a/roms/seabios-hppa b/roms/seabios-hppa new file mode 160000 index 00000000000..8fa4ca99356 --- /dev/null +++ b/roms/seabios-hppa @@ -0,0 +1 @@ +Subproject commit 8fa4ca9935669414a824ecda24f6e70c36e8dc94