aboutsummaryrefslogtreecommitdiff
path: root/pc-bios/s390-ccw
AgeCommit message (Expand)AuthorFilesLines
2019-09-18pc-bios/s390-ccw/net: fix a possible memory leak in get_uuid()Yifan Luo1-0/+1
2019-09-18pc-bios/s390-ccw: Do not pre-initialize empty arrayThomas Huth1-1/+1
2019-05-08s390-bios: Skip bootmap signature entriesJason J. Herne2-6/+23
2019-05-08pc-bios/s390-ccw: Clean up harmless misuse of isdigit()Markus Armbruster2-2/+2
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. Herne5-1/+270
2019-04-12s390-bios: Add channel command codes/structs needed for dasd-iplJason J. Herne1-0/+23
2019-04-12s390-bios: Use control unit type to determine boot methodJason J. Herne3-3/+15
2019-04-12s390-bios: Refactor virtio to run channel programs via cioJason J. Herne1-30/+27
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: cio error handlingJason J. Herne2-0/+246
2019-04-12s390-bios: Support for running format-0/1 channel programsJason J. Herne4-3/+301
2019-04-12s390-bios: ptr2u32 and u32toptrJason J. Herne1-0/+31
2019-04-12s390-bios: Map low core memoryJason J. Herne2-0/+92
2019-04-12s390-bios: Decouple channel i/o logic from virtioJason J. Herne8-28/+53
2019-04-12s390-bios: Clean up cio.hJason J. Herne2-65/+57
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
2019-01-18pc-bios/s390-ccw: Use proper register names for ClangThomas Huth1-7/+7
2018-06-18pc-bios/s390-ccw: Optimize the s390-netboot.img for sizeThomas Huth2-2/+3
2018-06-18pc-bios/s390-ccw/net: Try to load pxelinux.cfg file accoring to the UUIDThomas Huth1-1/+55
2018-06-18pc-bios/s390-ccw/net: Add support for pxelinux-style config filesThomas Huth2-4/+89
2018-06-18pc-bios/s390-ccw/net: Update code for the latest changes in SLOFThomas Huth2-70/+18
2018-06-18pc-bios/s390-ccw: define loadparm lengthCollin Walling4-7/+9
2018-05-14pc-bios/s390-ccw: struct tpi_info must be declared as aligned(4)Thomas Huth1-1/+1
2018-05-02s390-ccw: force diag 308 subcode to unsigned longCornelia Huck1-1/+2
2018-05-02pc-bios/s390-ccw/net: Add support for .INS config filesThomas Huth1-5/+95
2018-05-02pc-bios/s390-ccw/net: Use diag308 to reset machine before jumping to the OSThomas Huth7-69/+111
2018-05-02pc-bios/s390-ccw/net: Split up net_load() into init, load and release partsThomas Huth1-26/+37
2018-05-02pc-bios/s390-ccw: fix non-sequential boot entries (enum)Collin Walling3-15/+28
2018-05-02pc-bios/s390-ccw: fix non-sequential boot entries (eckd)Collin Walling1-9/+20
2018-05-02pc-bios/s390-ccw: fix loadparm initialization and int conversionCollin Walling1-7/+7
2018-05-02pc-bios/s390-ccw: rename MAX_TABLE_ENTRIES to MAX_BOOT_ENTRIESCollin Walling3-5/+5
2018-05-02pc-bios/s390-ccw: size_t should be unsignedThomas Huth2-2/+2
2018-04-09s390: Do not pass inofficial IPL type to the guestViktor Mihajlovski2-2/+20
2018-04-03pc-bios/s390-ccw: Increase virtio timeout to 30 secondsThomas Huth1-1/+1
2018-03-08pc-bios/s390-ccw: Move string arrays from bootmap header to .c fileThomas Huth2-19/+20
2018-02-26s390-ccw: interactive boot menu for scsiCollin L. Walling4-0/+27
2018-02-26s390-ccw: use zipl values when no boot menu options are presentCollin L. Walling3-2/+18
2018-02-26s390-ccw: set cp_receive mask only when needed and consume pending service irqsCollin L. Walling3-6/+10
2018-02-26s390-ccw: read user input for boot index via the SCLP consoleCollin L. Walling4-2/+170
2018-02-26s390-ccw: print zipl boot menuCollin L. Walling1-1/+32
2018-02-26s390-ccw: read stage2 boot loader data to find menuCollin L. Walling4-7/+122
2018-02-26s390-ccw: set up interactive boot menu parametersCollin L. Walling4-1/+50
2018-02-26s390-ccw: parse and set boot menu optionsCollin L. Walling1-2/+7
2018-02-26s390-ccw: move auxiliary IPL data to separate locationCollin L. Walling2-3/+21
2018-02-26s390-ccw: update libcCollin L. Walling7-45/+129
2018-02-26s390-ccw: refactor IPL structsCollin L. Walling2-22/+27
2018-02-26s390-ccw: refactor eckd_block_num to use CHSCollin L. Walling2-16/+20