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-Url: http://git.maquefel.me/?a=commitdiff_plain;h=43ad25643a0656a5a44b146abd72744e41ffe143;p=qemu.git pc-bios: Add hppa-firmware.img and git submodule Signed-off-by: Richard Henderson --- diff --git a/.gitmodules b/.gitmodules index 1500579638..7a8282df46 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 7073b3d842..7d35ea1a06 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 0000000000..ae833437a7 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 0000000000..8fa4ca9935 --- /dev/null +++ b/roms/seabios-hppa @@ -0,0 +1 @@ +Subproject commit 8fa4ca9935669414a824ecda24f6e70c36e8dc94