Re: [PATCH 05/13] ARM: MXS: i.MX28: add autodetection of memory banks

2018-08-07 Thread Sascha Hauer
On Tue, Jul 31, 2018 at 12:07:16PM +0200, Roland Hieber wrote: > Sascha, > > while looking for something different, I noticed the following patches > in one of your personal branches: > > b2f6eeb Sascha Hauer ● ARM: i.MX28: Add memory size detection > eb607ae Sascha Hauer ● ARM: i.MX23: Add m

Re: [PATCH 05/13] ARM: MXS: i.MX28: add autodetection of memory banks

2018-07-31 Thread Roland Hieber
Sascha, while looking for something different, I noticed the following patches in one of your personal branches: b2f6eeb Sascha Hauer ● ARM: i.MX28: Add memory size detection eb607ae Sascha Hauer ● ARM: i.MX23: Add memory size detection They look much cleaner than my patch, so if you consent

Re: [PATCH 05/13] ARM: MXS: i.MX28: add autodetection of memory banks

2018-07-27 Thread Roland Hieber
On Wed, Jul 25, 2018 at 03:36:10PM +0200, Roland Hieber wrote: > If the prebootloader has set up the EMI controller correctly, we can > autodetect the size of available RAM by looking at the respective > configuration registers. > > Signed-off-by: Roland Hieber > --- > arch/arm/mach-mxs/Makefile

[PATCH 05/13] ARM: MXS: i.MX28: add autodetection of memory banks

2018-07-25 Thread Roland Hieber
If the prebootloader has set up the EMI controller correctly, we can autodetect the size of available RAM by looking at the respective configuration registers. Signed-off-by: Roland Hieber --- arch/arm/mach-mxs/Makefile| 2 +- arch/arm/mach-mxs/mem-imx28.c | 39 +