summaryrefslogtreecommitdiff
path: root/meta/recipes-kernel/kexec/kexec-tools_2.0.14.bb
diff options
context:
space:
mode:
authorHaiqing Bai <Haiqing.Bai@windriver.com>2017-01-09 16:15:54 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-16 18:01:52 +0000
commit582cad510953d3540ffe35b10b1ce2a8d034b535 (patch)
treee0d6fa6392def31e12f4909c693bcbb401b681fd /meta/recipes-kernel/kexec/kexec-tools_2.0.14.bb
parentba684f436908ac2300a00c174d5aa06b4f824367 (diff)
downloadopenembedded-core-582cad510953d3540ffe35b10b1ce2a8d034b535.tar.gz
openembedded-core-582cad510953d3540ffe35b10b1ce2a8d034b535.tar.bz2
openembedded-core-582cad510953d3540ffe35b10b1ce2a8d034b535.zip
kexec: ARM: fix align issue of add_buffer_phys_virt() for LPAE kernel
If LPAE is enabled, 3 level page table is used and the 'SECTION_SIZE' is (1<<21), so add_buffer_phys_virt() should align to (1 << 21). Signed-off-by: Haiqing Bai <Haiqing.Bai@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-kernel/kexec/kexec-tools_2.0.14.bb')
-rw-r--r--meta/recipes-kernel/kexec/kexec-tools_2.0.14.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.14.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.14.bb
index 899b391ecf..af323207f0 100644
--- a/meta/recipes-kernel/kexec/kexec-tools_2.0.14.bb
+++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.14.bb
@@ -15,6 +15,7 @@ SRC_URI += "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.g
file://0007-arm64-kdump-set-up-other-segments.patch \
file://0008-arm64-kdump-add-DT-properties-to-crash-dump-kernel-s.patch \
file://0009-arm64-kdump-Add-support-for-binary-image-files.patch \
+ file://0010-kexec-ARM-Fix-add_buffer_phys_virt-align-issue.patch \
"
SRC_URI[md5sum] = "b2b2c5e6b29d467d6e99d587fb6b7cf5"