Permalink
Please sign in to comment.
Browse files
Support hard booting to a kexec kernel.
See KEXEC_HARDBOOT config option help for details. Conflicts: arch/arm/configs/crespo_defconfig
- Loading branch information...
Showing
with
163 additions
and 5 deletions.
- +26 −0 arch/arm/Kconfig
- +26 −0 arch/arm/boot/compressed/head.S
- +4 −0 arch/arm/include/asm/kexec.h
- +12 −0 arch/arm/kernel/machine_kexec.c
- +54 −0 arch/arm/kernel/relocate_kernel.S
- +7 −1 arch/arm/mach-tegra/board-tf201.c
- +8 −0 arch/arm/mach-tegra/include/mach/memory.h
- +13 −3 include/linux/kexec.h
- +13 −1 kernel/kexec.c
0 comments on commit
e443f15