]> git.proxmox.com Git - mirror_qemu.git/commitdiff
S390: ccw firmware: Add compiled blob
authorAlexander Graf <agraf@suse.de>
Mon, 22 Apr 2013 19:10:50 +0000 (21:10 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 26 Apr 2013 18:18:24 +0000 (20:18 +0200)
Now that we have all the source code ready, add a compiled blob into
the QEMU source tree, so that people without access to an s390 compiler
can run the s390-ccw firmware.

Signed-off-by: Alexander Graf <agraf@suse.de>
Makefile
pc-bios/s390-ccw.img [new file with mode: 0644]

index e65276404a8cb0c6a9a4b7c5ca97cc6fd131ae1f..8aca92f0bd7d07e3b5c6d4d389fa2389ae2c56ec 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -295,6 +295,7 @@ qemu-icon.bmp \
 bamboo.dtb petalogix-s3adsp1800.dtb petalogix-ml605.dtb \
 multiboot.bin linuxboot.bin kvmvapic.bin \
 s390-zipl.rom \
+s390-ccw.img \
 spapr-rtas.bin slof.bin \
 palcode-clipper
 else
diff --git a/pc-bios/s390-ccw.img b/pc-bios/s390-ccw.img
new file mode 100644 (file)
index 0000000..149cf70
Binary files /dev/null and b/pc-bios/s390-ccw.img differ