summaryrefslogtreecommitdiff
path: root/pc-bios/s390-ccw
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-26s390-ccw: refactor boot map table codeCollin L. Walling2-34/+37
2017-12-14pc-bios/s390-ccw: zero out bss sectionChristian Borntraeger1-3/+27
2017-11-20pc-bios/s390-ccw: Fix problem with invalid virtio-scsi LUN when rebootingThomas Huth1-1/+2
2017-10-30s390-ccw: print carriage return with new linesCollin L. Walling1-3/+21
2017-09-19s390: set DHCP client architecure id for netbootViktor Mihajlovski1-1/+1
2017-08-30s390-ccw: Fix alignment for CCW1Farhan Ali1-1/+1
2017-08-15pc-bios/s390-ccw: Use rm command during make cleanEric Farman1-1/+1
2017-07-14pc-bios/s390-ccw: Link libnet into the netboot image and do the TFTP loadThomas Huth2-1/+238
2017-07-14pc-bios/s390-ccw: Add virtio-net driver codeThomas Huth4-3/+151
2017-07-14pc-bios/s390-ccw: Add core files for the network bootloading programThomas Huth3-2/+192
2017-07-14pc-bios/s390-ccw: Add code for virtio feature negotiationThomas Huth3-6/+20
2017-07-14pc-bios/s390-ccw: Remove unused structs from virtio.hThomas Huth1-27/+0
2017-07-14pc-bios/s390-ccw: Move byteswap functions to a separate headerThomas Huth3-26/+31
2017-07-14pc-bios/s390-ccw: Add a write() function for stdioThomas Huth1-2/+14
2017-07-14pc-bios/s390-ccw: Move virtio-block related functions into a separate fileThomas Huth6-274/+311
2017-07-14pc-bios/s390-ccw: Move ebc2asc to sclp.cThomas Huth2-11/+11
2017-07-14pc-bios/s390-ccw: Move libc functions to separate headerThomas Huth7-37/+51
2017-06-06pc-bios/s390-ccw: use STRIP variable in MakefileGreg Kurz1-1/+3
2017-05-19pc-bios/s390-ccw: Build a reasonable max_sectors limitEric Farman2-0/+11
2017-05-19pc-bios/s390-ccw: Get Block Limits VPD device dataEric Farman3-1/+35
2017-05-19pc-bios/s390-ccw: Get list of supported VPD pagesEric Farman2-0/+27
2017-05-19pc-bios/s390-ccw: Refactor scsi_inquiry functionEric Farman2-2/+14
2017-05-19pc-bios/s390-ccw: Break up virtio-scsi read into multiplesEric Farman2-5/+22
2017-05-19pc-bios/s390-ccw: Move SCSI block factor to outer readEric Farman1-6/+8
2017-05-19pc-bios/s390-ccw: Remove duplicate blk_factor adjustmentEric Farman1-1/+1
2017-05-02pc-bios/s390-ccw: add boot entry selection to El Torito routineEugene (jno) Dvurechenski1-1/+6