aboutsummaryrefslogtreecommitdiff
path: root/pc-bios/s390-ccw/main.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-23pc-bios: s390x: Clear out leftover S390EP stringEric Farman1-0/+6
2020-11-04s390-bios: Skip writing iplb location to low core for ccw iplJason J. Herne1-1/+3
2020-10-06pc-bios/s390-ccw/main: Remove superfluous call to enable_subchannel()Thomas Huth1-1/+0
2020-10-06pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is badThomas Huth1-1/+1
2020-10-06pc-bios/s390-ccw: Scan through all devices if no boot device specifiedThomas Huth1-15/+31
2020-10-06pc-bios/s390-ccw: Do not bail out early if not finding a SCSI diskThomas Huth1-4/+10
2020-10-06pc-bios/s390-ccw: Move the inner logic of find_subch() to a separate functionThomas Huth1-42/+57
2020-10-06pc-bios/s390-ccw: Move ipl-related code from main() into a separate functionThomas Huth1-8/+12
2020-07-02pc-bios: s390x: Move panic() into header and add infinite loopJanosch Frank1-7/+0
2020-07-02pc-bios: s390x: Get rid of magic offsets into the lowcoreJanosch Frank1-5/+3
2020-03-10pc-bios: s390x: Save iplb location in lowcoreJanosch Frank1-1/+7
2019-09-18pc-bios/s390-ccw: Do not pre-initialize empty arrayThomas Huth1-1/+1
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