From fe270d044d512a308fb1fdf02cb11db46df29cdb Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Tue, 20 Apr 2010 19:37:13 +0200 Subject: 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 Signed-off-by: Aurelien Jarno --- pc-bios/s390-zipl.rom | Bin 0 -> 3336 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 pc-bios/s390-zipl.rom (limited to 'pc-bios/s390-zipl.rom') diff --git a/pc-bios/s390-zipl.rom b/pc-bios/s390-zipl.rom new file mode 100644 index 0000000000..f7af9b155d Binary files /dev/null and b/pc-bios/s390-zipl.rom differ -- cgit v1.2.1