aboutsummaryrefslogtreecommitdiff
path: root/pc-bios/s390-ccw
AgeCommit message (Expand)AuthorFilesLines
2021-06-02docs: fix references to docs/devel/s390-dasd-ipl.rstStefano Garzarella1-1/+1
2021-05-14pc-bios/s390-ccw: Fix inline assembly for older versions of ClangThomas Huth4-8/+8
2021-05-09pc-bios/s390-ccw: Allow building with Clang, tooThomas Huth1-1/+2
2021-05-09pc-bios/s390-ccw: Silence GCC 11 stringop-overflow warningPhilippe Mathieu-Daudé1-0/+1
2021-05-09pc-bios/s390-ccw: Fix the cc-option macro in the MakefileThomas Huth1-2/+2
2021-05-09pc-bios/s390-ccw: Silence warning from Clang by marking panic() as noreturnThomas Huth1-0/+1
2021-05-09pc-bios/s390-ccw/netboot: Use "-Wl," prefix to pass parameter to the linkerThomas Huth1-1/+1
2021-05-09pc-bios/s390-ccw: Use reset_psw pointer instead of hard-coded null pointerThomas Huth1-2/+2
2021-05-09pc-bios/s390-ccw/bootmap: Silence compiler warning from ClangThomas Huth1-1/+1
2021-05-09pc-bios/s390-ccw: don't try to read the next block if end of chunk is reachedMarc Hartmayer1-1/+1
2020-11-23pc-bios: s390x: Clear out leftover S390EP stringEric Farman3-1/+10
2020-11-23pc-bios: s390x: Ensure Read IPL memory is cleanEric Farman1-0/+3
2020-11-04s390-bios: Skip writing iplb location to low core for ccw iplJason J. Herne1-1/+3
2020-10-06pc-bios: s390x: Go into disabled wait when encountering a PGM exceptionJanosch Frank1-1/+4
2020-10-06pc-bios: s390x: Use reset PSW if avaliableJanosch Frank3-9/+24
2020-10-06pc-bios: s390x: Save PSW reworkJanosch Frank1-20/+13
2020-10-06pc-bios: s390x: Fix bootmap.c zipl component entry data handlingJanosch Frank2-3/+9
2020-10-06pc-bios/s390-ccw: break loop if a null block number is reachedMarc Hartmayer1-1/+1
2020-10-06pc-bios/s390-ccw: fix off-by-one errorMarc Hartmayer1-1/+1
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 Huth2-12/+24
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 Huth5-16/+37
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: Introduce ENODEV define and remove guards of othersThomas Huth1-4/+2
2020-10-06pc-bios/s390-ccw: Move ipl-related code from main() into a separate functionThomas Huth1-8/+12
2020-10-06pc-bios/s390-ccw/Makefile: Compile with -std=gnu99, -fwrapv and -fno-commonThomas Huth1-3/+4
2020-09-01build: fix recurse-all targetPaolo Bonzini1-1/+2
2020-08-21pc-bios/s390-ccw: do not use rules.makThomas Huth1-1/+17
2020-07-02pc-bios/s390-ccw: Generate and include dependency files in the MakefileThomas Huth2-6/+10
2020-07-02pc-bios: s390x: Make u32 ptr check explicitJanosch Frank1-1/+1
2020-07-02pc-bios: s390x: Use ebcdic2ascii tableJanosch Frank1-3/+1
2020-07-02pc-bios: s390x: Move panic() into header and add infinite loopJanosch Frank4-19/+10
2020-07-02pc-bios: s390x: Use PSW masks where possible and introduce PSW_MASK_SHORT_ADDRJanosch Frank2-6/+6
2020-07-02pc-bios: s390x: Rename PSW_MASK_ZMODE to PSW_MASK_64Janosch Frank1-1/+1
2020-07-02pc-bios: s390x: Get rid of magic offsets into the lowcoreJanosch Frank2-11/+14
2020-07-02pc-bios: s390x: Move sleep and yield to helper.hJanosch Frank4-18/+19
2020-07-02pc-bios: s390x: Consolidate timing functions into time.hJanosch Frank7-31/+36
2020-07-02pc-bios: s390x: cio.c cleanup and compile fixJanosch Frank1-18/+22
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé2-2/+2
2020-03-10pc-bios: s390x: Save iplb location in lowcoreJanosch Frank5-3/+18
2019-12-18pc-bios/s390x: Fix reset psw maskJanosch Frank1-5/+7
2019-11-29pc-bios/s390-ccw: fix sclp_get_loadparm_asciiClaudio Imbrenda1-1/+1
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