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)
commit1f6caadd7062d46a8780f5c761030739109fd0c7
treefea5a7ecead9e3e4bb44cb019e8caad46453fd00
parent363361428e486763d1d6f7d6e5f9ceb7852ef701
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).

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29674 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]