Re: [PATCH 1/3] Add a new necessary definition needed for raspberrypi MMU support

2013-09-27 Thread Gedare Bloom
OK to commit? The only issue I see is whether we strictly need the FSR defines, but they should be OK? On Mon, Sep 16, 2013 at 12:17 PM, Hesham AL-Matary wrote: > The new ARM_CP15_CTRL_XP is necessary to share ARMv6 and ARMv7 > page-table formats and definitions. > It enables the extended page ta

Re: [PATCH 2/3] shared MMU initialization for ARM BSPs

2013-09-27 Thread Gedare Bloom
I think something is wrong with this patch. Please regenerate, and note my two comments below. Make sure the patch set you send compiles and executes on the raspberry pi, and that the patches contain all of your changes.. Thanks On Mon, Sep 16, 2013 at 12:23 PM, Hesham Moustafa wrote: > From 4d2a

Re: [PATCH 3/3] MMU support for RaspberryPi BSP

2013-09-27 Thread Gedare Bloom
On Mon, Sep 16, 2013 at 12:20 PM, Hesham AL-Matary wrote: > --- > c/src/lib/libbsp/arm/raspberrypi/Makefile.am | 9 ++- > c/src/lib/libbsp/arm/raspberrypi/preinstall.am | 8 +++ > .../libbsp/arm/raspberrypi/startup/bspstarthooks.c | 22 +-- > c/src/lib/libbsp/arm/raspberrypi/start

Re: [PATCH 1/3] Add a new necessary definition needed for raspberrypi MMU support

2013-09-27 Thread Joel Sherrill
I am not an expert on arm variants but if all arm configurations bud with it, then OK. If it breaks something in the future.. We will deal with it then. Gedare Bloom wrote: OK to commit? The only issue I see is whether we strictly need the FSR defines, but they should be OK? On Mon, Sep 16, 2

[PATCH 3/3] rename smpatomic08 to smpatomic01

2013-09-27 Thread WeiY
--- testsuites/smptests/Makefile.am |2 +- testsuites/smptests/configure.ac|2 +- testsuites/smptests/smpatomic01/Makefile.am | 19 + testsuites/smptests/smpatomic01/init.c | 593 +++ testsuites/smptests/smpatomic01/smpato

[PATCH 1/3] add simple atomic test cases into smpatomic08

2013-09-27 Thread WeiY
--- testsuites/smptests/smpatomic08/init.c | 106 1 file changed, 106 insertions(+) diff --git a/testsuites/smptests/smpatomic08/init.c b/testsuites/smptests/smpatomic08/init.c index c047ff0..5237a2f 100644 --- a/testsuites/smptests/smpatomic08/init.c +++ b/test