generic: improve kexec support of MIPS.
authorJohn Crispin <blogic@openwrt.org>
Fri, 13 Feb 2015 07:29:25 +0000 (07:29 +0000)
committerJohn Crispin <blogic@openwrt.org>
Fri, 13 Feb 2015 07:29:25 +0000 (07:29 +0000)
commitd80c40d1322794fe66a8f6fb092a839310965ab0
tree588980d02824894fae600a5501b9d974f87dd39e
parentd0daa2af6eac0a9108de4407968cfd5e9bd09783
generic: improve kexec support of MIPS.

- Allow --command-line parameters of kexec-tools be parsed and used by
   the kernel.
 - For malta machine, mark kernel code and kernel data segments as
   "System RAM" instead of "reserved" in /proc/iomem, otherwise
   kexec-tools will complain that program segments in ELF kernel file
   are invalid.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44429 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/generic/patches-3.18/330-MIPS-kexec-Accept-command-line-parameters-from-users.patch [new file with mode: 0644]
target/linux/generic/patches-3.19/330-MIPS-kexec-Accept-command-line-parameters-from-users.patch [new file with mode: 0644]
target/linux/malta/patches/330-MIPS-Malta-Mark-kernel-code-and-kernel-data-segments.patch [new file with mode: 0644]