Conny, Alex, Christian, here are some fixes for the s390-ccw bios. It's a mixture of additional features (DASD IPL support for different formats) and cleanups.
Eugene (jno) Dvurechenski (9): pc-bios/s390-ccw: make checkpatch happy pc-bios/s390-ccw: cleanup and enhance bootmap defintions pc-bios/s390-ccw: handle different sector sizes pc-bios/s390-ccw: add some utility code pc-bios/s390-ccw: Unify error handling pc-bios/s390-ccw: Add fill_hex_val func to provide better msgs pc-bios/s390-ccw: factor out ipl code pc-bios/s390-ccw: IPL from CDL-formatted ECKD DASD pc-bios/s390-ccw: IPL from LDL/CMS-formatted ECKD DASD Jens Freimann (1): pc-bios/s390-ccw: update binary pc-bios/s390-ccw.img | Bin 9432 -> 17624 bytes pc-bios/s390-ccw/bootmap.c | 443 +++++++++++++++++++++++++++++------------- pc-bios/s390-ccw/bootmap.h | 344 ++++++++++++++++++++++++++++++++ pc-bios/s390-ccw/main.c | 13 +- pc-bios/s390-ccw/s390-ccw.h | 38 ++-- pc-bios/s390-ccw/sclp-ascii.c | 4 +- pc-bios/s390-ccw/virtio.c | 122 ++++++++++-- pc-bios/s390-ccw/virtio.h | 50 ++++- 8 files changed, 836 insertions(+), 178 deletions(-) create mode 100644 pc-bios/s390-ccw/bootmap.h -- 1.8.5.5