aboutsummaryrefslogtreecommitdiff
path: root/pc-bios/s390-ccw/main.c
AgeCommit message (Expand)AuthorFilesLines
22 hourspc-bios/s390x: Initialize machine loadparm before probing IPL devicesJared Rossi1-1/+2
22 hourspc-bios/s390x: Initialize cdrom type to false for each IPL deviceJared Rossi1-0/+1
2024-10-23pc-bios/s390x: Enable multi-device boot loopJared Rossi1-17/+28
2024-10-23s390x: Add individual loadparm assignment to CCW deviceJared Rossi1-3/+7
2024-10-23pc-bios/s390-ccw: Enable failed IPL to return after errorJared Rossi1-14/+18
2024-10-23pc-bios/s390-ccw: Link the netboot code into the main s390-ccw.img binaryJared Rossi1-3/+7
2024-10-23pc-bios/s390-ccw: Use the libc from SLOF and remove sclp printsJared Rossi1-6/+8
2023-06-29pc-bios/s390-ccw: Move the stack array into start.SThomas Huth1-1/+0
2022-07-06pc-bios/s390-ccw: Split virtio-scsi code from virtio_blk_setup_device()Thomas Huth1-7/+17
2022-07-06pc-bios/s390-ccw: Add a proper prototype for main()Thomas Huth1-2/+1
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