summaryrefslogtreecommitdiffstats
path: root/pc-bios/s390-ccw
Commit message (Expand)AuthorAgeFilesLines
* docs: fix references to docs/devel/s390-dasd-ipl.rstStefano Garzarella2021-06-021-1/+1
* pc-bios/s390-ccw: Fix inline assembly for older versions of ClangThomas Huth2021-05-144-8/+8
* pc-bios/s390-ccw: Allow building with Clang, tooThomas Huth2021-05-091-1/+2
* pc-bios/s390-ccw: Silence GCC 11 stringop-overflow warningPhilippe Mathieu-Daudé2021-05-091-0/+1
* pc-bios/s390-ccw: Fix the cc-option macro in the MakefileThomas Huth2021-05-091-2/+2
* pc-bios/s390-ccw: Silence warning from Clang by marking panic() as noreturnThomas Huth2021-05-091-0/+1
* pc-bios/s390-ccw/netboot: Use "-Wl," prefix to pass parameter to the linkerThomas Huth2021-05-091-1/+1
* pc-bios/s390-ccw: Use reset_psw pointer instead of hard-coded null pointerThomas Huth2021-05-091-2/+2
* pc-bios/s390-ccw/bootmap: Silence compiler warning from ClangThomas Huth2021-05-091-1/+1
* pc-bios/s390-ccw: don't try to read the next block if end of chunk is reachedMarc Hartmayer2021-05-091-1/+1
* pc-bios: s390x: Clear out leftover S390EP stringEric Farman2020-11-233-1/+10
* pc-bios: s390x: Ensure Read IPL memory is cleanEric Farman2020-11-231-0/+3
* s390-bios: Skip writing iplb location to low core for ccw iplJason J. Herne2020-11-041-1/+3
* pc-bios: s390x: Go into disabled wait when encountering a PGM exceptionJanosch Frank2020-10-061-1/+4
* pc-bios: s390x: Use reset PSW if avaliableJanosch Frank2020-10-063-9/+24
* pc-bios: s390x: Save PSW reworkJanosch Frank2020-10-061-20/+13Star
* pc-bios: s390x: Fix bootmap.c zipl component entry data handlingJanosch Frank2020-10-062-3/+9
* pc-bios/s390-ccw: break loop if a null block number is reachedMarc Hartmayer2020-10-061-1/+1
* pc-bios/s390-ccw: fix off-by-one errorMarc Hartmayer2020-10-061-1/+1
* pc-bios/s390-ccw/main: Remove superfluous call to enable_subchannel()Thomas Huth2020-10-061-1/+0Star
* pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is badThomas Huth2020-10-062-12/+24
* pc-bios/s390-ccw: Scan through all devices if no boot device specifiedThomas Huth2020-10-061-15/+31
* pc-bios/s390-ccw: Do not bail out early if not finding a SCSI diskThomas Huth2020-10-065-16/+37
* pc-bios/s390-ccw: Move the inner logic of find_subch() to a separate functionThomas Huth2020-10-061-42/+57
* pc-bios/s390-ccw: Introduce ENODEV define and remove guards of othersThomas Huth2020-10-061-4/+2Star
* pc-bios/s390-ccw: Move ipl-related code from main() into a separate functionThomas Huth2020-10-061-8/+12
* pc-bios/s390-ccw/Makefile: Compile with -std=gnu99, -fwrapv and -fno-commonThomas Huth2020-10-061-3/+4
* build: fix recurse-all targetPaolo Bonzini2020-09-011-1/+2
* pc-bios/s390-ccw: do not use rules.makThomas Huth2020-08-211-1/+17
* pc-bios/s390-ccw: Generate and include dependency files in the MakefileThomas Huth2020-07-022-6/+10
* pc-bios: s390x: Make u32 ptr check explicitJanosch Frank2020-07-021-1/+1
* pc-bios: s390x: Use ebcdic2ascii tableJanosch Frank2020-07-021-3/+1Star
* pc-bios: s390x: Move panic() into header and add infinite loopJanosch Frank2020-07-024-19/+10Star
* pc-bios: s390x: Use PSW masks where possible and introduce PSW_MASK_SHORT_ADDRJanosch Frank2020-07-022-6/+6
* pc-bios: s390x: Rename PSW_MASK_ZMODE to PSW_MASK_64Janosch Frank2020-07-021-1/+1
* pc-bios: s390x: Get rid of magic offsets into the lowcoreJanosch Frank2020-07-022-11/+14
* pc-bios: s390x: Move sleep and yield to helper.hJanosch Frank2020-07-024-18/+19
* pc-bios: s390x: Consolidate timing functions into time.hJanosch Frank2020-07-027-31/+36
* pc-bios: s390x: cio.c cleanup and compile fixJanosch Frank2020-07-021-18/+22
* misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé2020-03-162-2/+2
* pc-bios: s390x: Save iplb location in lowcoreJanosch Frank2020-03-105-3/+18
* pc-bios/s390x: Fix reset psw maskJanosch Frank2019-12-181-5/+7
* pc-bios/s390-ccw: fix sclp_get_loadparm_asciiClaudio Imbrenda2019-11-291-1/+1
* pc-bios/s390-ccw/net: fix a possible memory leak in get_uuid()Yifan Luo2019-09-181-0/+1
* pc-bios/s390-ccw: Do not pre-initialize empty arrayThomas Huth2019-09-181-1/+1
* s390-bios: Skip bootmap signature entriesJason J. Herne2019-05-082-6/+23
* pc-bios/s390-ccw: Clean up harmless misuse of isdigit()Markus Armbruster2019-05-082-2/+2
* s390-bios: Use control unit type to find bootable devicesJason J. Herne2019-04-121-10/+35
* s390-bios: Support booting from real dasd deviceJason J. Herne2019-04-125-1/+270
* s390-bios: Add channel command codes/structs needed for dasd-iplJason J. Herne2019-04-121-0/+23