summaryrefslogtreecommitdiffstats
path: root/pc-bios/s390-ccw
Commit message (Expand)AuthorAgeFilesLines
* pc-bios/s390-ccw: Optimize the s390-netboot.img for sizeThomas Huth2018-06-182-2/+3
* pc-bios/s390-ccw/net: Try to load pxelinux.cfg file accoring to the UUIDThomas Huth2018-06-181-1/+55
* pc-bios/s390-ccw/net: Add support for pxelinux-style config filesThomas Huth2018-06-182-4/+89
* pc-bios/s390-ccw/net: Update code for the latest changes in SLOFThomas Huth2018-06-182-70/+18Star
* pc-bios/s390-ccw: define loadparm lengthCollin Walling2018-06-184-7/+9
* pc-bios/s390-ccw: struct tpi_info must be declared as aligned(4)Thomas Huth2018-05-141-1/+1
* s390-ccw: force diag 308 subcode to unsigned longCornelia Huck2018-05-021-1/+2
* pc-bios/s390-ccw/net: Add support for .INS config filesThomas Huth2018-05-021-5/+95
* pc-bios/s390-ccw/net: Use diag308 to reset machine before jumping to the OSThomas Huth2018-05-027-69/+111
* pc-bios/s390-ccw/net: Split up net_load() into init, load and release partsThomas Huth2018-05-021-26/+37
* pc-bios/s390-ccw: fix non-sequential boot entries (enum)Collin Walling2018-05-023-15/+28
* pc-bios/s390-ccw: fix non-sequential boot entries (eckd)Collin Walling2018-05-021-9/+20
* pc-bios/s390-ccw: fix loadparm initialization and int conversionCollin Walling2018-05-021-7/+7
* pc-bios/s390-ccw: rename MAX_TABLE_ENTRIES to MAX_BOOT_ENTRIESCollin Walling2018-05-023-5/+5
* pc-bios/s390-ccw: size_t should be unsignedThomas Huth2018-05-022-2/+2
* s390: Do not pass inofficial IPL type to the guestViktor Mihajlovski2018-04-092-2/+20
* pc-bios/s390-ccw: Increase virtio timeout to 30 secondsThomas Huth2018-04-031-1/+1
* pc-bios/s390-ccw: Move string arrays from bootmap header to .c fileThomas Huth2018-03-082-19/+20
* s390-ccw: interactive boot menu for scsiCollin L. Walling2018-02-264-0/+27
* s390-ccw: use zipl values when no boot menu options are presentCollin L. Walling2018-02-263-2/+18
* s390-ccw: set cp_receive mask only when needed and consume pending service irqsCollin L. Walling2018-02-263-6/+10
* s390-ccw: read user input for boot index via the SCLP consoleCollin L. Walling2018-02-264-2/+170
* s390-ccw: print zipl boot menuCollin L. Walling2018-02-261-1/+32
* s390-ccw: read stage2 boot loader data to find menuCollin L. Walling2018-02-264-7/+122
* s390-ccw: set up interactive boot menu parametersCollin L. Walling2018-02-264-1/+50
* s390-ccw: parse and set boot menu optionsCollin L. Walling2018-02-261-2/+7
* s390-ccw: move auxiliary IPL data to separate locationCollin L. Walling2018-02-262-3/+21
* s390-ccw: update libcCollin L. Walling2018-02-267-45/+129
* s390-ccw: refactor IPL structsCollin L. Walling2018-02-262-22/+27
* s390-ccw: refactor eckd_block_num to use CHSCollin L. Walling2018-02-262-16/+20
* s390-ccw: refactor boot map table codeCollin L. Walling2018-02-262-34/+37
* pc-bios/s390-ccw: zero out bss sectionChristian Borntraeger2017-12-141-3/+27
* pc-bios/s390-ccw: Fix problem with invalid virtio-scsi LUN when rebootingThomas Huth2017-11-201-1/+2
* s390-ccw: print carriage return with new linesCollin L. Walling2017-10-301-3/+21
* s390: set DHCP client architecure id for netbootViktor Mihajlovski2017-09-191-1/+1
* s390-ccw: Fix alignment for CCW1Farhan Ali2017-08-301-1/+1
* pc-bios/s390-ccw: Use rm command during make cleanEric Farman2017-08-151-1/+1
* pc-bios/s390-ccw: Link libnet into the netboot image and do the TFTP loadThomas Huth2017-07-142-1/+238
* pc-bios/s390-ccw: Add virtio-net driver codeThomas Huth2017-07-144-3/+151
* pc-bios/s390-ccw: Add core files for the network bootloading programThomas Huth2017-07-143-2/+192
* pc-bios/s390-ccw: Add code for virtio feature negotiationThomas Huth2017-07-143-6/+20
* pc-bios/s390-ccw: Remove unused structs from virtio.hThomas Huth2017-07-141-27/+0Star
* pc-bios/s390-ccw: Move byteswap functions to a separate headerThomas Huth2017-07-143-26/+31
* pc-bios/s390-ccw: Add a write() function for stdioThomas Huth2017-07-141-2/+14
* pc-bios/s390-ccw: Move virtio-block related functions into a separate fileThomas Huth2017-07-146-274/+311
* pc-bios/s390-ccw: Move ebc2asc to sclp.cThomas Huth2017-07-142-11/+11
* pc-bios/s390-ccw: Move libc functions to separate headerThomas Huth2017-07-147-37/+51
* pc-bios/s390-ccw: use STRIP variable in MakefileGreg Kurz2017-06-061-1/+3
* pc-bios/s390-ccw: Build a reasonable max_sectors limitEric Farman2017-05-192-0/+11
* pc-bios/s390-ccw: Get Block Limits VPD device dataEric Farman2017-05-193-1/+35