qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL-for-s390x 00/14] s390-ccw firmware update


From: Thomas Huth
Subject: [Qemu-devel] [PULL-for-s390x 00/14] s390-ccw firmware update
Date: Mon, 26 Feb 2018 11:42:23 +0100

 Hi Cornelia!

The following changes since commit 0a773d55ac76c5aa89ed9187a3bc5af8c5c2a6d0:

  maintainers: Add myself as a OpenBSD maintainer (2018-02-23 12:05:07 +0000)

are available in the git repository at:

  https://github.com/huth/qemu.git tags/s390-ccw-bios-2018-02-26

for you to fetch changes up to 9c050f3d15697c4c84c9d6aa7af779a273b71d87:

  pc-bios/s390: Rebuild the s390x firmware images with the boot menu changes 
(2018-02-26 11:10:30 +0100)

----------------------------------------------------------------
Boot menu patches by Collin L. Walling
----------------------------------------------------------------

Collin L. Walling (13):
      s390-ccw: refactor boot map table code
      s390-ccw: refactor eckd_block_num to use CHS
      s390-ccw: refactor IPL structs
      s390-ccw: update libc
      s390-ccw: move auxiliary IPL data to separate location
      s390-ccw: parse and set boot menu options
      s390-ccw: set up interactive boot menu parameters
      s390-ccw: read stage2 boot loader data to find menu
      s390-ccw: print zipl boot menu
      s390-ccw: read user input for boot index via the SCLP console
      s390-ccw: set cp_receive mask only when needed and consume pending 
service irqs
      s390-ccw: use zipl values when no boot menu options are present
      s390-ccw: interactive boot menu for scsi

Thomas Huth (1):
      pc-bios/s390: Rebuild the s390x firmware images with the boot menu changes

 hw/s390x/ipl.c              |  77 +++++++++++++-
 hw/s390x/ipl.h              |  31 +++++-
 pc-bios/s390-ccw.img        | Bin 26416 -> 34568 bytes
 pc-bios/s390-ccw/Makefile   |   2 +-
 pc-bios/s390-ccw/bootmap.c  | 184 +++++++++++++++++++++++---------
 pc-bios/s390-ccw/bootmap.h  |  91 ++++++++++------
 pc-bios/s390-ccw/iplb.h     |  24 ++++-
 pc-bios/s390-ccw/libc.c     |  88 ++++++++++++++++
 pc-bios/s390-ccw/libc.h     |  37 ++++++-
 pc-bios/s390-ccw/main.c     |  49 ++++++---
 pc-bios/s390-ccw/menu.c     | 249 ++++++++++++++++++++++++++++++++++++++++++++
 pc-bios/s390-ccw/s390-ccw.h |  10 ++
 pc-bios/s390-ccw/sclp.c     |  39 ++++---
 pc-bios/s390-ccw/virtio.c   |   2 +-
 pc-bios/s390-netboot.img    | Bin 83864 -> 83776 bytes
 15 files changed, 757 insertions(+), 126 deletions(-)
 create mode 100644 pc-bios/s390-ccw/libc.c
 create mode 100644 pc-bios/s390-ccw/menu.c
 mode change 100755 => 100644 pc-bios/s390-netboot.img



reply via email to

[Prev in Thread] Current Thread [Next in Thread]