Re: [PATCH v9 1/7] ARM: trusted_foundations: Support L2 cache maintenance

2019-03-04 Thread Dmitry Osipenko
04.03.2019 18:47, Michał Mirosław пишет: > On Sun, Mar 03, 2019 at 08:12:08PM +0300, Dmitry Osipenko wrote: >> Implement L2 cache initialization firmware callback that should be >> invoked early during boot in order to set up the required outer cache >> driver's callbacks and add the callback

Re: [PATCH v9 1/7] ARM: trusted_foundations: Support L2 cache maintenance

2019-03-04 Thread Michał Mirosław
On Sun, Mar 03, 2019 at 08:12:08PM +0300, Dmitry Osipenko wrote: > Implement L2 cache initialization firmware callback that should be > invoked early during boot in order to set up the required outer cache > driver's callbacks and add the callback required for L2X0 maintenance. [...] > @@ -43,6

[PATCH v9 1/7] ARM: trusted_foundations: Support L2 cache maintenance

2019-03-03 Thread Dmitry Osipenko
Implement L2 cache initialization firmware callback that should be invoked early during boot in order to set up the required outer cache driver's callbacks and add the callback required for L2X0 maintenance. Partially based on work done by Michał Mirosław [1]. [1]