]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
powerpc: Add purgatory for kexec_file_load() implementation.
authorThiago Jung Bauermann <bauerman@linux.vnet.ibm.com>
Tue, 29 Nov 2016 12:45:52 +0000 (23:45 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 30 Nov 2016 12:15:26 +0000 (23:15 +1100)
commit0d97631392c24a9573dafb7b6962cc40b5ef2281
tree87c59e7698605f38fcca94be14de2d5590b75160
parenta0458284f0625ade5eff2118bab89b2d4bbacc3e
powerpc: Add purgatory for kexec_file_load() implementation.

This purgatory implementation is based on the versions from kexec-tools
and kexec-lite, with additional changes.

Signed-off-by: Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/Makefile
arch/powerpc/kernel/machine_kexec_64.c
arch/powerpc/purgatory/.gitignore [new file with mode: 0644]
arch/powerpc/purgatory/Makefile [new file with mode: 0644]
arch/powerpc/purgatory/trampoline.S [new file with mode: 0644]