summaryrefslogtreecommitdiff
path: root/pc-bios/s390-ccw
AgeCommit message (Expand)Author
2018-05-14pc-bios/s390-ccw: struct tpi_info must be declared as aligned(4)Thomas Huth
2018-05-02s390-ccw: force diag 308 subcode to unsigned longCornelia Huck
2018-05-02pc-bios/s390-ccw/net: Add support for .INS config filesThomas Huth
2018-05-02pc-bios/s390-ccw/net: Use diag308 to reset machine before jumping to the OSThomas Huth
2018-05-02pc-bios/s390-ccw/net: Split up net_load() into init, load and release partsThomas Huth
2018-05-02pc-bios/s390-ccw: fix non-sequential boot entries (enum)Collin Walling
2018-05-02pc-bios/s390-ccw: fix non-sequential boot entries (eckd)Collin Walling
2018-05-02pc-bios/s390-ccw: fix loadparm initialization and int conversionCollin Walling
2018-05-02pc-bios/s390-ccw: rename MAX_TABLE_ENTRIES to MAX_BOOT_ENTRIESCollin Walling
2018-05-02pc-bios/s390-ccw: size_t should be unsignedThomas Huth
2018-04-09s390: Do not pass inofficial IPL type to the guestViktor Mihajlovski
2018-04-03pc-bios/s390-ccw: Increase virtio timeout to 30 secondsThomas Huth
2018-03-08pc-bios/s390-ccw: Move string arrays from bootmap header to .c fileThomas Huth
2018-02-26s390-ccw: interactive boot menu for scsiCollin L. Walling
2018-02-26s390-ccw: use zipl values when no boot menu options are presentCollin L. Walling
2018-02-26s390-ccw: set cp_receive mask only when needed and consume pending service irqsCollin L. Walling
2018-02-26s390-ccw: read user input for boot index via the SCLP consoleCollin L. Walling
2018-02-26s390-ccw: print zipl boot menuCollin L. Walling
2018-02-26s390-ccw: read stage2 boot loader data to find menuCollin L. Walling
2018-02-26s390-ccw: set up interactive boot menu parametersCollin L. Walling
2018-02-26s390-ccw: parse and set boot menu optionsCollin L. Walling
2018-02-26s390-ccw: move auxiliary IPL data to separate locationCollin L. Walling
2018-02-26s390-ccw: update libcCollin L. Walling
2018-02-26s390-ccw: refactor IPL structsCollin L. Walling
2018-02-26s390-ccw: refactor eckd_block_num to use CHSCollin L. Walling
2018-02-26s390-ccw: refactor boot map table codeCollin L. Walling
2017-12-14pc-bios/s390-ccw: zero out bss sectionChristian Borntraeger
2017-11-20pc-bios/s390-ccw: Fix problem with invalid virtio-scsi LUN when rebootingThomas Huth
2017-10-30s390-ccw: print carriage return with new linesCollin L. Walling
2017-09-19s390: set DHCP client architecure id for netbootViktor Mihajlovski
2017-08-30s390-ccw: Fix alignment for CCW1Farhan Ali
2017-08-15pc-bios/s390-ccw: Use rm command during make cleanEric Farman
2017-07-14pc-bios/s390-ccw: Link libnet into the netboot image and do the TFTP loadThomas Huth
2017-07-14pc-bios/s390-ccw: Add virtio-net driver codeThomas Huth
2017-07-14pc-bios/s390-ccw: Add core files for the network bootloading programThomas Huth
2017-07-14pc-bios/s390-ccw: Add code for virtio feature negotiationThomas Huth
2017-07-14pc-bios/s390-ccw: Remove unused structs from virtio.hThomas Huth
2017-07-14pc-bios/s390-ccw: Move byteswap functions to a separate headerThomas Huth
2017-07-14pc-bios/s390-ccw: Add a write() function for stdioThomas Huth
2017-07-14pc-bios/s390-ccw: Move virtio-block related functions into a separate fileThomas Huth
2017-07-14pc-bios/s390-ccw: Move ebc2asc to sclp.cThomas Huth
2017-07-14pc-bios/s390-ccw: Move libc functions to separate headerThomas Huth
2017-06-06pc-bios/s390-ccw: use STRIP variable in MakefileGreg Kurz
2017-05-19pc-bios/s390-ccw: Build a reasonable max_sectors limitEric Farman
2017-05-19pc-bios/s390-ccw: Get Block Limits VPD device dataEric Farman
2017-05-19pc-bios/s390-ccw: Get list of supported VPD pagesEric Farman
2017-05-19pc-bios/s390-ccw: Refactor scsi_inquiry functionEric Farman
2017-05-19pc-bios/s390-ccw: Break up virtio-scsi read into multiplesEric Farman
2017-05-19pc-bios/s390-ccw: Move SCSI block factor to outer readEric Farman
2017-05-19pc-bios/s390-ccw: Remove duplicate blk_factor adjustmentEric Farman