summaryrefslogtreecommitdiffstats
path: root/arch/s390/purgatory
Commit message (Collapse)AuthorAgeFilesLines
* s390/kexec_file: add generated files to .gitignoreHeiko Carstens2018-04-161-0/+2
| | | | | Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
* s390/kexec_file: Add crash support to image loaderPhilipp Rudo2018-04-162-1/+188
| | | | | | | | | Add support to load a crash kernel to the image loader. This requires extending the purgatory. Signed-off-by: Philipp Rudo <prudo@linux.vnet.ibm.com> Reviewed-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
* s390/kexec_file: Add purgatoryPhilipp Rudo2018-04-163-0/+171
The common code expects the architecture to have a purgatory that runs between the two kernels. Add it now. For simplicity first skip crash support. Signed-off-by: Philipp Rudo <prudo@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>