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: > >> >> >

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 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 pasted the patch here from the result

Re: Code refactor for ARM bsp MMU initialization

2015-07-08 Thread Sebastian Huber
Hello Rohini, please use git format-patch to generate the patches. On 08/07/15 14:44, Rohini Kulkarni wrote: +++ b/c/src/lib/libbsp/arm/raspberrypi/startup/bspstartmmu.c @@ -0,0 +1,30 @@ +#define ARM_CP15_TEXT_SECTION BSP_START_TEXT_SECTION + +#include +#include +#include +#include +#includ

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 eithe