Re: [PATCH 00/14] ARM: i.MX8MQ and EVK support

2018-03-20 Thread Andrey Smirnov
On Mon, Mar 19, 2018 at 2:11 AM, Sascha Hauer wrote: > This series adds support for the i.MX8MQ SoC and the EVK board from NXP. > Currently only 2nd stage after U-Boot is supported, 1st stage support > will still need some time. Besides of the missing first stage support >

Re: [PATCH 30/78] ARM: aarch64: Add relocation support

2018-03-20 Thread Andrey Smirnov
On Mon, Mar 19, 2018 at 1:50 AM, Sascha Hauer wrote: > Hi Andrey, > > On Fri, Mar 16, 2018 at 02:51:19PM -0700, Andrey Smirnov wrote: >> On Fri, Mar 16, 2018 at 5:53 AM, Sascha Hauer wrote: >> > This adds aarch64 support for relocating binaries

Re: [PATCH 00/78] ARM aarch64 updates

2018-03-20 Thread Andrey Smirnov
On Fri, Mar 16, 2018 at 5:52 AM, Sascha Hauer wrote: > Hi All, > > Here is a massive update for the ARM aarch64 port. With the following > series the aarch64 port should be on par with the 32bit support. > > With this aarch64 supports relocatable binaries, proper MMU

Re: [PATCH 61/78] ARM: aarch64: mmu: Make zero page faulting

2018-03-20 Thread Andrey Smirnov
On Fri, Mar 16, 2018 at 5:53 AM, Sascha Hauer wrote: > Make zero page faulting which allows us to catch NULL pointer derefs. > > Signed-off-by: Sascha Hauer > --- > arch/arm/cpu/mmu_64.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git