From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilias Apalodimas Date: Thu, 11 Apr 2019 21:46:41 +0300 Subject: [U-Boot] [PATCH] [U-boot]: Change FDT memory typpe from runtime data to acpi reclaim In-Reply-To: References: <1555007987-18002-1-git-send-email-ilias.apalodimas@linaro.org> Message-ID: <20190411184641.GA18297@apalos> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Ard, > On Thu, 11 Apr 2019 at 11:39, Ilias Apalodimas > wrote: > > > > Following Ard's suggestion: > > Runtime data sections are intended for data that is used by the runtime > > services implementations. > > Let's change they type to EFI_ACPI_RECLAIM_MEMORY > > > > Suggested-by: Ard Biesheuvel > > Signed-off-by: Ilias Apalodimas > > It makes sense to mention that this actually fixes the boot issue you > were seeing with the ARM Linux kernel when using short descriptors. > I mentioned that in the original mail thread as you were typing this mail. Since i still think there *is* a kernel issue that should be fixed this just 'avoids' the problem. Not sure if it makes too much sense to include it here Thanks /Ilias