summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/Makefile
diff options
context:
space:
mode:
authorThiago Jung Bauermann2016-11-29 13:45:51 +0100
committerMichael Ellerman2016-11-30 13:15:25 +0100
commita0458284f0625ade5eff2118bab89b2d4bbacc3e (patch)
tree0f14a6905e9882dfec5158fafbcf122da8ea8512 /arch/powerpc/kernel/Makefile
parentpowerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead. (diff)
downloadkernel-qcow2-linux-a0458284f0625ade5eff2118bab89b2d4bbacc3e.tar.gz
kernel-qcow2-linux-a0458284f0625ade5eff2118bab89b2d4bbacc3e.tar.xz
kernel-qcow2-linux-a0458284f0625ade5eff2118bab89b2d4bbacc3e.zip
powerpc: Add support code for kexec_file_load()
This patch adds the support code needed for implementing kexec_file_load() on powerpc. This consists of functions to load the ELF kernel, either big or little endian, and setup the purgatory enviroment which switches from the first kernel to the second kernel. None of this code is built yet, as it depends on CONFIG_KEXEC_FILE which we have not yet defined. Although we could define CONFIG_KEXEC_FILE in this patch, we'd then have a window in history where the kconfig symbol is present but the syscall is not, which would be awkward. Signed-off-by: Josh Sklar <sklar@linux.vnet.ibm.com> Signed-off-by: Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kernel/Makefile')
-rw-r--r--arch/powerpc/kernel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/Makefile b/arch/powerpc/kernel/Makefile
index 68a6a3c8322e..a3a6047fd395 100644
--- a/arch/powerpc/kernel/Makefile
+++ b/arch/powerpc/kernel/Makefile
@@ -111,6 +111,7 @@ obj-$(CONFIG_PCI) += pci_$(BITS).o $(pci64-y) \
obj-$(CONFIG_PCI_MSI) += msi.o
obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o crash.o \
machine_kexec_$(BITS).o
+obj-$(CONFIG_KEXEC_FILE) += machine_kexec_file_$(BITS).o kexec_elf_$(BITS).o
obj-$(CONFIG_AUDIT) += audit.o
obj64-$(CONFIG_AUDIT) += compat_audit.o