summaryrefslogtreecommitdiff
path: root/pc-bios/s390-ccw
AgeCommit message (Expand)Author
2022-07-06pc-bios/s390-ccw/virtio: Set missing status bits while initializingThomas Huth
2022-07-06pc-bios/s390-ccw/virtio-blkdev: Remove virtio_assume_scsi()Thomas Huth
2022-07-06pc-bios/s390-ccw/virtio-blkdev: Simplify/fix virtio_ipl_disk_is_valid()Thomas Huth
2022-07-06pc-bios/s390-ccw/bootmap: Improve the guessing logic in zipl_load_vblk()Thomas Huth
2022-07-06pc-bios/s390-ccw/virtio: Introduce a macro for the DASD block sizeThomas Huth
2022-07-06pc-bios/s390-ccw: Add a proper prototype for main()Thomas Huth
2022-06-01configure: enable cross-compilation of s390-ccwPaolo Bonzini
2022-01-12configure: parse --enable/--disable-strip automatically, flip defaultPaolo Bonzini
2021-06-02docs: fix references to docs/devel/s390-dasd-ipl.rstStefano Garzarella
2021-05-14pc-bios/s390-ccw: Fix inline assembly for older versions of ClangThomas Huth
2021-05-09pc-bios/s390-ccw: Allow building with Clang, tooThomas Huth
2021-05-09pc-bios/s390-ccw: Silence GCC 11 stringop-overflow warningPhilippe Mathieu-Daudé
2021-05-09pc-bios/s390-ccw: Fix the cc-option macro in the MakefileThomas Huth
2021-05-09pc-bios/s390-ccw: Silence warning from Clang by marking panic() as noreturnThomas Huth
2021-05-09pc-bios/s390-ccw/netboot: Use "-Wl," prefix to pass parameter to the linkerThomas Huth
2021-05-09pc-bios/s390-ccw: Use reset_psw pointer instead of hard-coded null pointerThomas Huth
2021-05-09pc-bios/s390-ccw/bootmap: Silence compiler warning from ClangThomas Huth
2021-05-09pc-bios/s390-ccw: don't try to read the next block if end of chunk is reachedMarc Hartmayer
2020-11-23pc-bios: s390x: Clear out leftover S390EP stringEric Farman
2020-11-23pc-bios: s390x: Ensure Read IPL memory is cleanEric Farman
2020-11-04s390-bios: Skip writing iplb location to low core for ccw iplJason J. Herne
2020-10-06pc-bios: s390x: Go into disabled wait when encountering a PGM exceptionJanosch Frank
2020-10-06pc-bios: s390x: Use reset PSW if avaliableJanosch Frank
2020-10-06pc-bios: s390x: Save PSW reworkJanosch Frank
2020-10-06pc-bios: s390x: Fix bootmap.c zipl component entry data handlingJanosch Frank
2020-10-06pc-bios/s390-ccw: break loop if a null block number is reachedMarc Hartmayer
2020-10-06pc-bios/s390-ccw: fix off-by-one errorMarc Hartmayer
2020-10-06pc-bios/s390-ccw/main: Remove superfluous call to enable_subchannel()Thomas Huth
2020-10-06pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is badThomas Huth
2020-10-06pc-bios/s390-ccw: Scan through all devices if no boot device specifiedThomas Huth
2020-10-06pc-bios/s390-ccw: Do not bail out early if not finding a SCSI diskThomas Huth
2020-10-06pc-bios/s390-ccw: Move the inner logic of find_subch() to a separate functionThomas Huth
2020-10-06pc-bios/s390-ccw: Introduce ENODEV define and remove guards of othersThomas Huth
2020-10-06pc-bios/s390-ccw: Move ipl-related code from main() into a separate functionThomas Huth
2020-10-06pc-bios/s390-ccw/Makefile: Compile with -std=gnu99, -fwrapv and -fno-commonThomas Huth
2020-09-01build: fix recurse-all targetPaolo Bonzini
2020-08-21pc-bios/s390-ccw: do not use rules.makThomas Huth
2020-07-02pc-bios/s390-ccw: Generate and include dependency files in the MakefileThomas Huth
2020-07-02pc-bios: s390x: Make u32 ptr check explicitJanosch Frank
2020-07-02pc-bios: s390x: Use ebcdic2ascii tableJanosch Frank
2020-07-02pc-bios: s390x: Move panic() into header and add infinite loopJanosch Frank
2020-07-02pc-bios: s390x: Use PSW masks where possible and introduce PSW_MASK_SHORT_ADDRJanosch Frank
2020-07-02pc-bios: s390x: Rename PSW_MASK_ZMODE to PSW_MASK_64Janosch Frank
2020-07-02pc-bios: s390x: Get rid of magic offsets into the lowcoreJanosch Frank
2020-07-02pc-bios: s390x: Move sleep and yield to helper.hJanosch Frank
2020-07-02pc-bios: s390x: Consolidate timing functions into time.hJanosch Frank
2020-07-02pc-bios: s390x: cio.c cleanup and compile fixJanosch Frank
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé
2020-03-10pc-bios: s390x: Save iplb location in lowcoreJanosch Frank
2019-12-18pc-bios/s390x: Fix reset psw maskJanosch Frank