[PATCH 1/8] of/fdt: split off FDT self reservation from memreserve processing
From: catalin.marinas@arm.com (Catalin Marinas)
Date: 2015-05-22 10:35:42
Also in:
linux-efi
From: catalin.marinas@arm.com (Catalin Marinas)
Date: 2015-05-22 10:35:42
Also in:
linux-efi
On Mon, May 11, 2015 at 08:41:53AM +0200, Ard Biesheuvel wrote:
This splits off the reservation of the memory occupied by the FDT binary itself from the processing of the memory reservations it contains. This is necessary because the physical address of the FDT, which is needed to perform the reservation, may not be known to the FDT driver core, i.e., it may be mapped outside the linear direct mapping, in which case __pa() returns a bogus value. Cc: Russell King <redacted> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Paul Mackerras <redacted> Acked-by: Rob Herring <robh@kernel.org> Acked-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Ard Biesheuvel <redacted>
For the arm64 part: Acked-by: Catalin Marinas <catalin.marinas@arm.com>