[PATCH v2 3/3] arm64/efi: efistub: don't abort if base of DRAM is occupied
From: Jon Masters <hidden>
Date: 2014-09-09 19:39:38
Also in:
linux-efi
From: Jon Masters <hidden>
Date: 2014-09-09 19:39:38
Also in:
linux-efi
On 08/20/2014 01:35 PM, Mark Rutland wrote:
On Wed, Aug 20, 2014 at 06:10:57PM +0100, Matt Fleming wrote:quoted
On Thu, 14 Aug, at 12:32:05PM, Mark Rutland wrote:quoted
On Wed, Jul 30, 2014 at 11:59:04AM +0100, Ard Biesheuvel wrote:quoted
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. Signed-off-by: Ard Biesheuvel <redacted> Acked-by: Mark Salter <redacted>Acked-by: Mark Rutland <redacted>Ard, who's picking this up?Will's already taken this into arm64/devel [1,2] with the intention of waiting for v3.18 [3]. Per Leif's comment [4] that might have to be bumped.
So what's the plan with this series? Waiting for 3.18? The problem is that this patch series needs to be pulled for any platform with an EFI firmware located at DRAM base (e.g. AMD Seattle) as was noted before. Jon.