summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2010-04-20 19:37:13 +0200
committerAurelien Jarno <aurelien@aurel32.net>2010-05-18 21:12:48 +0200
commitfe270d044d512a308fb1fdf02cb11db46df29cdb (patch)
tree199821b6acfbf0e2eba05025d65067ebb0c13b2a /Makefile
parentc821c2bd4f5fcd3e91e3cd1e2bef76a408677425 (diff)
downloadqemu-fe270d044d512a308fb1fdf02cb11db46df29cdb.tar.gz
target-s390: add firmware code
This patch adds a firmware blob to the S390 target. The blob is a simple implementation of a virtio client that tries to read the second stage bootloader from sectors described as of offset 0x20 in the MBR. In combination with an updated zipl this allows for booting from virtio block devices. This firmware is built from the same sources as the second stage bootloader. You can find a virtio capable s390-tools in this repo: git://repo.or.cz/s390-tools.git Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eb9e02b7a0..306a1a4038 100644
--- a/Makefile
+++ b/Makefile
@@ -184,7 +184,8 @@ pxe-e1000.bin \
pxe-ne2k_pci.bin pxe-pcnet.bin \
pxe-rtl8139.bin pxe-virtio.bin \
bamboo.dtb petalogix-s3adsp1800.dtb \
-multiboot.bin linuxboot.bin
+multiboot.bin linuxboot.bin \
+s390-zipl.rom
else
BLOBS=
endif