Re: [U-Boot] [PATCH] arm64: mvebu: fix crash in EFI memory allocation

2018-11-29 Thread Alexander Graf
On 29.11.18 19:54, Baruch Siach wrote: > Hi Stephen, > > Adding Heinrich Schuchardt. > > Stephen Warren writes: >> On 11/22/18 8:19 AM, Baruch Siach wrote: >>> Adding Stephen Warren to Cc. >>> >>> On Thu, Nov 22, 2018 at 02:30:34PM +, Alexander Graf wrote: > Am 22.11.2018 um 11:42 schri

Re: [U-Boot] [PATCH] arm64: mvebu: fix crash in EFI memory allocation

2018-11-29 Thread Baruch Siach
Hi Stephen, Adding Heinrich Schuchardt. Stephen Warren writes: > On 11/22/18 8:19 AM, Baruch Siach wrote: >> Adding Stephen Warren to Cc. >> >> On Thu, Nov 22, 2018 at 02:30:34PM +, Alexander Graf wrote: Am 22.11.2018 um 11:42 schrieb Baruch Siach : EFI memory allocation code r

Re: [U-Boot] [PATCH] arm64: mvebu: fix crash in EFI memory allocation

2018-11-26 Thread Stephen Warren
On 11/22/18 8:19 AM, Baruch Siach wrote: Hi Alex, Adding Stephen Warren to Cc. On Thu, Nov 22, 2018 at 02:30:34PM +, Alexander Graf wrote: Am 22.11.2018 um 11:42 schrieb Baruch Siach : EFI memory allocation code return values that are not mapped by U-Boot MMU. This causes a crash when tft

Re: [U-Boot] [PATCH] arm64: mvebu: fix crash in EFI memory allocation

2018-11-22 Thread Baruch Siach
Hi Alex, Adding Stephen Warren to Cc. On Thu, Nov 22, 2018 at 02:30:34PM +, Alexander Graf wrote: > > Am 22.11.2018 um 11:42 schrieb Baruch Siach : > > > > EFI memory allocation code return values that are not mapped by U-Boot > > MMU. This causes a crash when tftp calls efi_set_bootdev(). F

Re: [U-Boot] [PATCH] arm64: mvebu: fix crash in EFI memory allocation

2018-11-22 Thread Alexander Graf
> Am 22.11.2018 um 11:42 schrieb Baruch Siach : > > EFI memory allocation code return values that are not mapped by U-Boot > MMU. This causes a crash when tftp calls efi_set_bootdev(). Fix this > similarly to commit 0797f7f0b7e1 ("ARM: tegra: reserve unmapped RAM so > EFI doesn't use it"). > >

[U-Boot] [PATCH] arm64: mvebu: fix crash in EFI memory allocation

2018-11-22 Thread Baruch Siach
EFI memory allocation code return values that are not mapped by U-Boot MMU. This causes a crash when tftp calls efi_set_bootdev(). Fix this similarly to commit 0797f7f0b7e1 ("ARM: tegra: reserve unmapped RAM so EFI doesn't use it"). Signed-off-by: Baruch Siach --- arch/arm/mach-mvebu/arm64-commo