mirror of https://github.com/xqemu/xqemu.git
pc-bios: Add hppa-firmware.img and git submodule
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
a72bd606ca
commit
43ad25643a
|
@ -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
|
||||
|
|
3
Makefile
3
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
|
||||
|
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
Subproject commit 8fa4ca9935669414a824ecda24f6e70c36e8dc94
|
Loading…
Reference in New Issue