diff options
author | Alexander Graf | 2010-04-20 19:37:13 +0200 |
---|---|---|
committer | Aurelien Jarno | 2010-05-18 21:12:48 +0200 |
commit | fe270d044d512a308fb1fdf02cb11db46df29cdb (patch) | |
tree | 199821b6acfbf0e2eba05025d65067ebb0c13b2a /pc-bios/README | |
parent | PPC/KVM: make iothread work (diff) | |
download | qemu-fe270d044d512a308fb1fdf02cb11db46df29cdb.tar.gz qemu-fe270d044d512a308fb1fdf02cb11db46df29cdb.tar.xz qemu-fe270d044d512a308fb1fdf02cb11db46df29cdb.zip |
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 'pc-bios/README')
-rw-r--r-- | pc-bios/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pc-bios/README b/pc-bios/README index fc940a7c9d..e62b4cd716 100644 --- a/pc-bios/README +++ b/pc-bios/README @@ -27,3 +27,7 @@ virtio 1af4:1000 http://rom-o-matic.net/ + +- The S390 zipl loader is an addition to the official IBM s390-tools + package. That fork is maintained in its own git repository at: + git://repo.or.cz/s390-tools.git |