summaryrefslogtreecommitdiff
path: root/pc-bios/s390-ccw/cio.h
AgeCommit message (Collapse)AuthorFilesLines
2013-07-29s390/IPL: Allow boot from other ssid than 0Dominik Dingel1-0/+20
We now take the subchannel set id also into account to find the boot device. If we want to use a subchannel set other than the default set 0, we first need to enable the mss facility. Signed-off-by: Dominik Dingel <dingel@linux.vnet.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Alexander Graf <agraf@suse.de>
2013-04-26S390: ccw firmware: Add virtio device driversAlexander Graf1-0/+322
In order to boot, we need to be able to access a virtio-blk device through the CCW bus. Implement support for this. Signed-off-by: Alexander Graf <agraf@suse.de>