summaryrefslogtreecommitdiff
path: root/meta/recipes-kernel/kexec/kexec-tools
AgeCommit message (Collapse)AuthorFiles
2014-06-13kexec-tools: Refine kdump device_tree sortChong Lu1
The commit b02d735bf was to rearrange the device-tree entries, and assumed that these entries are sorted in the ascending order. but acctually when I was validating kexec and kdump, the order of serial node still is changed. So the patch is to sort these entries by the directory name in ascending order. Signed-off-by: Yang Wei <Wei.Yang@windriver.com> Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-24kexec-tools: upgrade to 2.0.3Shane Wang1
This patch is to upgrade kexec-tools to 2.0.3. And since fix_for_compiling_with_gcc-4.6.0.patch is there in 2.0.3, it is removed. Signed-off-by: Shane Wang <shane.wang@intel.com>
2011-05-11kexec-tools: fix compiler errors with gcc 4.6.0Nitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>