Re: [U-Boot] [PATCH 1/7] armv8:New MMU setup code allowing to set up 2-level page tables

2015-07-02 Thread Albert ARIBAUD
Hello Sergey, On Thu, 16 Apr 2015 16:15:05 -0700, Sergey Temerkhanov s.temerkha...@gmail.com wrote: This patch adds code which sets up 2-level page tables on ARM64 thus extending available VA space. CPUs implementing 64k translation granule are able to use direct PA-VA mapping of the whole 48

[U-Boot] [PATCH 1/7] armv8:New MMU setup code allowing to set up 2-level page tables

2015-04-16 Thread Sergey Temerkhanov
This patch adds code which sets up 2-level page tables on ARM64 thus extending available VA space. CPUs implementing 64k translation granule are able to use direct PA-VA mapping of the whole 48 bit address space. It also adds the ability to reset the SCTRL register at the very beginning of