From: Ard Biesheuvel Date: Wed, 30 Jul 2014 10:59:04 +0000 (+0100) Subject: arm64/efi: efistub: don't abort if base of DRAM is occupied X-Git-Tag: fixes-for-v3.18-merge-window~21^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58015ec6b8e13c980c20d9fff3f986838c004348;p=pandora-kernel.git arm64/efi: efistub: don't abort if base of DRAM is occupied If we cannot relocate the kernel Image to its preferred offset of base of DRAM plus TEXT_OFFSET, instead relocate it to the lowest available 2 MB boundary plus TEXT_OFFSET. We may lose a bit of memory at the low end, but we can still proceed normally otherwise. Acked-by: Mark Salter Acked-by: Mark Rutland Acked-by: Leif Lindholm Tested-by: Leif Lindholm Signed-off-by: Ard Biesheuvel Signed-off-by: Will Deacon --- Reading git-diff-tree failed