From: Alexander Graf Date: Mon, 22 Apr 2013 19:10:50 +0000 (+0200) Subject: S390: ccw firmware: Add compiled blob X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0c1fecdd5234ba4bb0406362d38f8806a5be8fcc;p=qmiga%2Fqemu.git S390: ccw firmware: Add compiled blob 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 --- diff --git a/Makefile b/Makefile index e65276404a..8aca92f0bd 100644 --- 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 index 0000000000..149cf70140 Binary files /dev/null and b/pc-bios/s390-ccw.img differ