Re: ARM cache usage

2018-04-27 Thread Chris Johns
On 28/4/18 1:11 am, William Busacker wrote: > > Can someone point me in the direction of material that can explain how > RTEMS uses the MMU on an ARM processor (specifically the ARM11 that the > Raspberry Pi uses)? I want to see if there are any optimizations I make > in code to take better adv

GSoC 2018 student developer Introduction

2018-04-27 Thread Vijay Kumar Banerjee
Hello Community! My name is Vijay Kumar Banerjee and I'm one of the student developers who would be working with RTEMS project this summer under the GSoC 2018 program. After engaging with the awesome developer community for over a month I'm certain of great summer ahead, filled with a lot of lear

ARM cache usage

2018-04-27 Thread William Busacker
Hi All, Can someone point me in the direction of material that can explain how RTEMS uses the MMU on an ARM processor (specifically the ARM11 that the Raspberry Pi uses)? I want to see if there are any optimizations I make in code to take better advantage of how the memory access system works.