Files
poky/meta/recipes-kernel
Wang Quanyang eb27d1ab3e kexec-tools: fix arm kexec failure for __NR_kexec_file_load
Once use kexec in arm arch, it will throw out the error info as below:

Could not find a free area of memory of 0xc78e744 bytes...

This is because that kexec use kexec_file_load to load image by default
but arm doesn't support it. So add this patch to avoid use kexec_file_load
in arm platforms.

(From OE-Core rev: 952a3fa77c80f16cd6d97f35afdb474876a39483)

Signed-off-by: Quanyang Wang <quanyang.wang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-09-27 13:02:17 +01:00
..
2019-09-06 14:58:10 +01:00
2019-09-27 13:02:16 +01:00
2019-09-19 10:54:32 +01:00
2019-04-12 14:05:37 +01:00
2019-06-19 22:13:40 +01:00