generic: improve MIPS kexec support
authorGabor Juhos <juhosg@openwrt.org>
Sat, 7 Jan 2012 16:29:16 +0000 (16:29 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sat, 7 Jan 2012 16:29:16 +0000 (16:29 +0000)
commit6c74274c8d2eec1e92e338ef197ffe210cc5b52d
tree32eae6f867dc07acf9c3eae6c4546975cd58d7a5
parentf638c6207bde72a7795f44afefbbca76ac901e0a
generic: improve MIPS kexec support

It is based on patches from the linux-longsoon-community git tree:
http://dev.lemote.com/cgit/linux-loongson-community.git/

Now the kernel can use the command line parameter from kexec-tools.

Runtime tested on ar71xx with 2.6.39.4 (the wathdog must be stopped
before executing the new kernel). Compile tested with lantiq (3.1.4)
and brcm47xx (3.0.12).

SVN-Revision: 29674
19 files changed:
target/linux/ar71xx/config-2.6.39
target/linux/generic/patches-2.6.39/330-mips-add-crash-and-kdump-support.patch [new file with mode: 0644]
target/linux/generic/patches-2.6.39/331-mips-kexec-enhanche-the-support.patch [new file with mode: 0644]
target/linux/generic/patches-2.6.39/332-mips-kexec-init-the-arguments-for-the-new-kernel-image.patch [new file with mode: 0644]
target/linux/generic/patches-2.6.39/333-mips-kexec-get-kernel-parameters-from-kexec-tools.patch [new file with mode: 0644]
target/linux/generic/patches-2.6.39/334-mips-fix-compiling-failure-of-relocate_kernel.patch [new file with mode: 0644]
target/linux/generic/patches-2.6.39/335-mips-kexec-cleanup-kexec-tools-parameter-handling.patch [new file with mode: 0644]
target/linux/generic/patches-3.0/330-mips-add-crash-and-kdump-support.patch [new file with mode: 0644]
target/linux/generic/patches-3.0/331-mips-kexec-enhanche-the-support.patch [new file with mode: 0644]
target/linux/generic/patches-3.0/332-mips-kexec-init-the-arguments-for-the-new-kernel-image.patch [new file with mode: 0644]
target/linux/generic/patches-3.0/333-mips-kexec-get-kernel-parameters-from-kexec-tools.patch [new file with mode: 0644]
target/linux/generic/patches-3.0/334-mips-fix-compiling-failure-of-relocate_kernel.patch [new file with mode: 0644]
target/linux/generic/patches-3.0/335-mips-kexec-cleanup-kexec-tools-parameter-handling.patch [new file with mode: 0644]
target/linux/generic/patches-3.1/330-mips-add-crash-and-kdump-support.patch [new file with mode: 0644]
target/linux/generic/patches-3.1/331-mips-kexec-enhanche-the-support.patch [new file with mode: 0644]
target/linux/generic/patches-3.1/332-mips-kexec-init-the-arguments-for-the-new-kernel-image.patch [new file with mode: 0644]
target/linux/generic/patches-3.1/333-mips-kexec-get-kernel-parameters-from-kexec-tools.patch [new file with mode: 0644]
target/linux/generic/patches-3.1/334-mips-fix-compiling-failure-of-relocate_kernel.patch [new file with mode: 0644]
target/linux/generic/patches-3.1/335-mips-kexec-cleanup-kexec-tools-parameter-handling.patch [new file with mode: 0644]