Re: Code refactor for ARM bsp MMU initialization

2015-07-09 Thread Rohini Kulkarni
Hi, I have made the suggested changes. git send-email is failing to send the patch, need to settle it. Please review the attached file. Thanks. On Wed, Jul 8, 2015 at 7:04 PM, Sebastian Huber sebastian.hu...@embedded-brains.de wrote: On 08/07/15 15:10, Rohini Kulkarni wrote: On Wed,

Code refactor for ARM bsp MMU initialization

2015-07-08 Thread Rohini Kulkarni
Hi, It has been suggested that the function bsp_memory_management_ initialize() in mminit.c be modified so that it is shareable between more arm variants ( will be useful only for those that support cp15 model ). I think currently only the raspberry pi uses it, and was not suitable for Pi 2

Re: Code refactor for ARM bsp MMU initialization

2015-07-08 Thread Sebastian Huber
On 08/07/15 15:10, Rohini Kulkarni wrote: On Wed, Jul 8, 2015 at 6:29 PM, Sebastian Huber sebastian.hu...@embedded-brains.de mailto:sebastian.hu...@embedded-brains.de wrote: Hello Rohini, please use git format-patch to generate the patches. Actually,that is what I have used. I