Re: [U-Boot] [PATCH v2 02/18] arm: Allow skipping of low-level init with I-cache on

2016-05-05 Thread Andreas Bießmann
Hi Simon, On 05.05.16 15:28, Simon Glass wrote: > At present CONFIG_SKIP_LOWLEVEL_INIT prevents U-Boot from calling > lowlevel_init(). This means that the instruction cache is not enabled and > the board runs very slowly. > > What is really needed in many cases is to skip the call to lowlevel_ini

[U-Boot] [PATCH v2 02/18] arm: Allow skipping of low-level init with I-cache on

2016-05-05 Thread Simon Glass
At present CONFIG_SKIP_LOWLEVEL_INIT prevents U-Boot from calling lowlevel_init(). This means that the instruction cache is not enabled and the board runs very slowly. What is really needed in many cases is to skip the call to lowlevel_init() but still perform CP15 init. Add an option to handle th