]> git.dujemihanovic.xyz Git - linux.git/commit
s390/ipl: read IPL report at early boot
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 21 Feb 2019 13:23:04 +0000 (14:23 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 26 Apr 2019 10:34:05 +0000 (12:34 +0200)
commit9641b8cc733f70a5400aa7e6831de4542c46a94c
tree446b0fc5c9e6875da888017debb971eff4d4d4b0
parentd29af5b7a886033e6a4eb5f0a9a25cd00da63ae8
s390/ipl: read IPL report at early boot

Read the IPL Report block provided by secure-boot, add the entries
of the certificate list to the system key ring and print the list
of components.

PR: Adjust to Vasilys bootdata_preserved patch set. Preserve ipl_cert_list
for later use in kexec_file.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Philipp Rudo <prudo@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/boot/Makefile
arch/s390/boot/boot.h
arch/s390/boot/ipl_report.c [new file with mode: 0644]
arch/s390/boot/startup.c
arch/s390/include/asm/boot_data.h
arch/s390/kernel/ipl.c
arch/s390/kernel/setup.c
security/integrity/Kconfig
security/integrity/Makefile
security/integrity/platform_certs/load_ipl_s390.c [new file with mode: 0644]