summaryrefslogtreecommitdiffstats
path: root/pc-bios/s390-ccw/main.c
Commit message (Expand)AuthorAgeFilesLines
* pc-bios: s390x: Clear out leftover S390EP stringEric Farman2020-11-231-0/+6
* s390-bios: Skip writing iplb location to low core for ccw iplJason J. Herne2020-11-041-1/+3
* pc-bios/s390-ccw/main: Remove superfluous call to enable_subchannel()Thomas Huth2020-10-061-1/+0Star
* pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is badThomas Huth2020-10-061-1/+1
* pc-bios/s390-ccw: Scan through all devices if no boot device specifiedThomas Huth2020-10-061-15/+31
* pc-bios/s390-ccw: Do not bail out early if not finding a SCSI diskThomas Huth2020-10-061-4/+10
* pc-bios/s390-ccw: Move the inner logic of find_subch() to a separate functionThomas Huth2020-10-061-42/+57
* pc-bios/s390-ccw: Move ipl-related code from main() into a separate functionThomas Huth2020-10-061-8/+12
* pc-bios: s390x: Move panic() into header and add infinite loopJanosch Frank2020-07-021-7/+0Star
* pc-bios: s390x: Get rid of magic offsets into the lowcoreJanosch Frank2020-07-021-5/+3Star
* pc-bios: s390x: Save iplb location in lowcoreJanosch Frank2020-03-101-1/+7
* pc-bios/s390-ccw: Do not pre-initialize empty arrayThomas Huth2019-09-181-1/+1
* s390-bios: Use control unit type to find bootable devicesJason J. Herne2019-04-121-10/+35
* s390-bios: Support booting from real dasd deviceJason J. Herne2019-04-121-0/+5
* s390-bios: Use control unit type to determine boot methodJason J. Herne2019-04-121-2/+14
* s390-bios: Factor finding boot device out of virtio code pathJason J. Herne2019-04-121-39/+46
* s390-bios: Extend find_dev() for non-virtio devicesJason J. Herne2019-04-121-5/+11
* s390-bios: Map low core memoryJason J. Herne2019-04-121-0/+2
* s390-bios: Decouple channel i/o logic from virtioJason J. Herne2019-04-121-0/+1
* s390-bios: decouple common boot logic from virtioJason J. Herne2019-04-121-8/+20
* s390-bios: decouple cio setup from virtioJason J. Herne2019-04-121-7/+13
* pc-bios/s390-ccw: define loadparm lengthCollin Walling2018-06-181-4/+4
* pc-bios/s390-ccw: fix loadparm initialization and int conversionCollin Walling2018-05-021-7/+7
* s390-ccw: interactive boot menu for scsiCollin L. Walling2018-02-261-0/+1
* s390-ccw: use zipl values when no boot menu options are presentCollin L. Walling2018-02-261-1/+2
* s390-ccw: set up interactive boot menu parametersCollin L. Walling2018-02-261-0/+24
* s390-ccw: move auxiliary IPL data to separate locationCollin L. Walling2018-02-261-1/+5
* s390-ccw: update libcCollin L. Walling2018-02-261-16/+1Star
* pc-bios/s390-ccw: Move virtio-block related functions into a separate fileThomas Huth2017-07-141-1/+1
* pc-bios/s390-ccw: Move ebc2asc to sclp.cThomas Huth2017-07-141-11/+0Star
* pc-bios/s390-ccw: Move libc functions to separate headerThomas Huth2017-07-141-0/+1
* pc-bios/s390-ccw: provide a function to interpret LOADPARM valueFarhan Ali2017-05-021-1/+26
* pc-bios/s390-ccw: Make ebcdic/ascii conversion publicEugene (jno) Dvurechenski2017-05-021-0/+11
* pc-bios/s390-ccw: Use the ccw bios to start the network bootFarhan Ali2017-02-281-6/+14
* pc-bios/s390-ccw: Pass selected SCSI device to IPLEugene (jno) Dvurechenski2016-07-111-0/+12
* pc-bios/s390-ccw: Get device address via diag 308/6Alexander Yarygin2016-05-171-10/+15
* pc-bios/s390-ccw: enable virtio-scsiEugene (jno) Dvurechenski2016-03-231-6/+2Star
* pc-bios/s390-ccw: make provisions for different backendsEugene (jno) Dvurechenski2016-03-231-2/+2
* pc-bios/s390-ccw: update virtio implementation to allow up to 3 vringsEugene (jno) Dvurechenski2016-03-231-1/+0Star
* pc-bios/s390-ccw: qemuize typesEugene (jno) Dvurechenski2016-03-231-4/+4
* pc-bios/s390-ccw: virtio_panic -> panicEugene (jno) Dvurechenski2016-03-231-4/+4
* pc-bios/s390-ccw: Device detection in higher subchannel setsAlexander Yarygin2015-09-071-25/+41
* s390-ccw.img: Allow bigger ramdisk sizes or offsetsChristian Borntraeger2015-03-101-0/+1
* pc-bios/s390-ccw: fix sparse warningsChristian Borntraeger2015-02-031-1/+1
* pc-bios/s390-ccw: store proper subsystem information wordChristian Borntraeger2014-07-081-1/+16
* pc-bios/s390-ccw: Unify error handlingEugene (jno) Dvurechenski2014-06-271-4/+9
* s390-ccw.img: Fix sporadic errors with ccw boot image - initialize cssChristian Borntraeger2014-02-271-2/+1Star
* s390/IPL: Allow boot from other ssid than 0Dominik Dingel2013-07-291-0/+7
* S390: BIOS boot from given deviceDominik Dingel2013-05-061-6/+18
* s390-ccw.img: Detect devices with stsch.Cornelia Huck2013-04-261-3/+6