diff options
| author | Alexander Graf <agraf@suse.de> | 2013-04-22 21:10:50 +0200 |
|---|---|---|
| committer | Alexander Graf <agraf@suse.de> | 2013-04-26 20:18:24 +0200 |
| commit | 0c1fecdd5234ba4bb0406362d38f8806a5be8fcc (patch) | |
| tree | 7ebfa4987299c3a5b5d57d7c13d747471e4c39bd | |
| parent | abbbe3de4aea92319f77cc9d402e983513d08539 (diff) | |
| download | focaccia-qemu-0c1fecdd5234ba4bb0406362d38f8806a5be8fcc.tar.gz focaccia-qemu-0c1fecdd5234ba4bb0406362d38f8806a5be8fcc.zip | |
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 <agraf@suse.de>
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | pc-bios/s390-ccw.img | bin | 0 -> 9432 bytes |
2 files changed, 1 insertions, 0 deletions
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 --- /dev/null +++ b/pc-bios/s390-ccw.img Binary files differ |