]> git.baikalelectronics.ru Git - kernel.git/commit
s390/ipl: provide uapi header for list directed IPL
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 20 Feb 2019 13:26:51 +0000 (14:26 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 26 Apr 2019 10:34:05 +0000 (12:34 +0200)
commit716d7dcec8c06d7482ec0d028a7d8ff1a30076a6
treea38a8b27c8135da4ecda152156138327534d22bc
parent643ec22a1adf4e50b34f56cb0e4ebb85abf95a4f
s390/ipl: provide uapi header for list directed IPL

The IPL parameter block is used as an interface between Linux and
the machine to query and change the boot device and boot options.
To be able to create IPL parameter block in user space and pass it
as segment to kexec provide an uapi header with proper structure
definitions for the block.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/boot/ipl_parm.c
arch/s390/include/asm/ipl.h
arch/s390/include/uapi/asm/ipl.h [new file with mode: 0644]
arch/s390/kernel/ipl.c
arch/s390/kernel/ipl_vmparm.c