Re: [PATCH v2 1/5] of/fdt: split off FDT self reservation from memreserve processing

2015-03-13 Thread Ard Biesheuvel
On 12 March 2015 at 22:54, Rob Herring r...@kernel.org wrote: On Wed, Mar 11, 2015 at 11:00 AM, Ard Biesheuvel ard.biesheu...@linaro.org 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

Re: [PATCH v2 1/5] of/fdt: split off FDT self reservation from memreserve processing

2015-03-12 Thread Rob Herring
On Wed, Mar 11, 2015 at 11:00 AM, Ard Biesheuvel ard.biesheu...@linaro.org 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

[PATCH v2 1/5] of/fdt: split off FDT self reservation from memreserve processing

2015-03-11 Thread Ard Biesheuvel
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