Re: [U-Boot] [PATCH v2] arm64: zynqmp: Setup MMU map for DDR at run time

2018-04-30 Thread Michal Simek
On 30.4.2018 09:46, Alexander Graf wrote: > > > On 30.04.18 09:23, Michal Simek wrote: >> From: Nitin Jain >> >> This patch fills the MMU map for DDR at run time based information read > > based on will fix. >> +void mem_map_fill(void) >> +{ >> +int banks = ZYNQMP_MEM_MAP_USED; >> + >> +

Re: [U-Boot] [PATCH v2] arm64: zynqmp: Setup MMU map for DDR at run time

2018-04-30 Thread Alexander Graf
On 30.04.18 09:23, Michal Simek wrote: > From: Nitin Jain > > This patch fills the MMU map for DDR at run time based information read based on > from Device Tree or automatically detected from static configuration. > > The patch is needed because for systems which has for example 1GB of memo