summaryrefslogtreecommitdiff
path: root/pc-bios/s390-ccw/main.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-12s390-bios: Use control unit type to find bootable devicesJason J. Herne1-10/+35
2019-04-12s390-bios: Support booting from real dasd deviceJason J. Herne1-0/+5
2019-04-12s390-bios: Use control unit type to determine boot methodJason J. Herne1-2/+14
2019-04-12s390-bios: Factor finding boot device out of virtio code pathJason J. Herne1-39/+46
2019-04-12s390-bios: Extend find_dev() for non-virtio devicesJason J. Herne1-5/+11
2019-04-12s390-bios: Map low core memoryJason J. Herne1-0/+2
2019-04-12s390-bios: Decouple channel i/o logic from virtioJason J. Herne1-0/+1
2019-04-12s390-bios: decouple common boot logic from virtioJason J. Herne1-8/+20
2019-04-12s390-bios: decouple cio setup from virtioJason J. Herne1-7/+13
2018-06-18pc-bios/s390-ccw: define loadparm lengthCollin Walling1-4/+4
2018-05-02pc-bios/s390-ccw: fix loadparm initialization and int conversionCollin Walling1-7/+7
2018-02-26s390-ccw: interactive boot menu for scsiCollin L. Walling1-0/+1
2018-02-26s390-ccw: use zipl values when no boot menu options are presentCollin L. Walling1-1/+2
2018-02-26s390-ccw: set up interactive boot menu parametersCollin L. Walling1-0/+24
2018-02-26s390-ccw: move auxiliary IPL data to separate locationCollin L. Walling1-1/+5
2018-02-26s390-ccw: update libcCollin L. Walling1-16/+1
2017-07-14pc-bios/s390-ccw: Move virtio-block related functions into a separate fileThomas Huth1-1/+1
2017-07-14pc-bios/s390-ccw: Move ebc2asc to sclp.cThomas Huth1-11/+0
2017-07-14pc-bios/s390-ccw: Move libc functions to separate headerThomas Huth1-0/+1
2017-05-02pc-bios/s390-ccw: provide a function to interpret LOADPARM valueFarhan Ali1-1/+26
2017-05-02pc-bios/s390-ccw: Make ebcdic/ascii conversion publicEugene (jno) Dvurechenski1-0/+11
2017-02-28pc-bios/s390-ccw: Use the ccw bios to start the network bootFarhan Ali1-6/+14
2016-07-11pc-bios/s390-ccw: Pass selected SCSI device to IPLEugene (jno) Dvurechenski1-0/+12
2016-05-17pc-bios/s390-ccw: Get device address via diag 308/6Alexander Yarygin1-10/+15
2016-03-23pc-bios/s390-ccw: enable virtio-scsiEugene (jno) Dvurechenski1-6/+2
2016-03-23pc-bios/s390-ccw: make provisions for different backendsEugene (jno) Dvurechenski1-2/+2
2016-03-23pc-bios/s390-ccw: update virtio implementation to allow up to 3 vringsEugene (jno) Dvurechenski1-1/+0
2016-03-23pc-bios/s390-ccw: qemuize typesEugene (jno) Dvurechenski1-4/+4
2016-03-23pc-bios/s390-ccw: virtio_panic -> panicEugene (jno) Dvurechenski1-4/+4
2015-09-07pc-bios/s390-ccw: Device detection in higher subchannel setsAlexander Yarygin1-25/+41
2015-03-10s390-ccw.img: Allow bigger ramdisk sizes or offsetsChristian Borntraeger1-0/+1
2015-02-03pc-bios/s390-ccw: fix sparse warningsChristian Borntraeger1-1/+1
2014-07-08pc-bios/s390-ccw: store proper subsystem information wordChristian Borntraeger1-1/+16
2014-06-27pc-bios/s390-ccw: Unify error handlingEugene (jno) Dvurechenski1-4/+9
2014-02-27s390-ccw.img: Fix sporadic errors with ccw boot image - initialize cssChristian Borntraeger1-2/+1
2013-07-29s390/IPL: Allow boot from other ssid than 0Dominik Dingel1-0/+7
2013-05-06S390: BIOS boot from given deviceDominik Dingel1-6/+18
2013-04-26s390-ccw.img: Detect devices with stsch.Cornelia Huck1-3/+6
2013-04-26s390-ccw.img: replace while loop with a disabled wait on s390 biosChristian Borntraeger1-0/+2
2013-04-26S390: ccw firmware: Add main programAlexander Graf1-0/+56