From 58015ec6b8e13c980c20d9fff3f986838c004348 Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Wed, 30 Jul 2014 11:59:04 +0100 Subject: [PATCH] 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-format-patch failed