Re: [PATCH] Add new (first) OpenRISC BSP called or1ksim.

2014-08-20 Thread Joel Sherrill
On 8/20/2014 3:29 PM, Gedare Bloom wrote: > On Wed, Aug 20, 2014 at 4:06 PM, Hesham Moustafa > wrote: >> Hi, >> >> On Wed, Aug 20, 2014 at 9:54 PM, Joel Sherrill >> wrote: >>> Hi >>> >>> Thanks. >>> >>> I just pushed this. I did not compile it. Make sure it builds all tests >> What about the no

Re: [PATCH] Add new (first) OpenRISC BSP called or1ksim.

2014-08-20 Thread Joel Sherrill
On 8/20/2014 3:06 PM, Hesham Moustafa wrote: > Hi, > > On Wed, Aug 20, 2014 at 9:54 PM, Joel Sherrill > wrote: >> Hi >> >> Thanks. >> >> I just pushed this. I did not compile it. Make sure it builds all tests > What about the nop instruction? Should I add a conditional macros in > the init.c fil

Re: [PATCH] Add new (first) OpenRISC BSP called or1ksim.

2014-08-20 Thread Hesham Moustafa
On Wed, Aug 20, 2014 at 10:29 PM, Gedare Bloom wrote: > On Wed, Aug 20, 2014 at 4:06 PM, Hesham Moustafa > wrote: >> Hi, >> >> On Wed, Aug 20, 2014 at 9:54 PM, Joel Sherrill >> wrote: >>> Hi >>> >>> Thanks. >>> >>> I just pushed this. I did not compile it. Make sure it builds all tests >> What

Re: [PATCH] Add new (first) OpenRISC BSP called or1ksim.

2014-08-20 Thread Gedare Bloom
On Wed, Aug 20, 2014 at 4:06 PM, Hesham Moustafa wrote: > Hi, > > On Wed, Aug 20, 2014 at 9:54 PM, Joel Sherrill > wrote: >> Hi >> >> Thanks. >> >> I just pushed this. I did not compile it. Make sure it builds all tests > What about the nop instruction? Should I add a conditional macros in > the

Re: [PATCH] Add new (first) OpenRISC BSP called or1ksim.

2014-08-20 Thread Hesham Moustafa
Hi, On Wed, Aug 20, 2014 at 9:54 PM, Joel Sherrill wrote: > Hi > > Thanks. > > I just pushed this. I did not compile it. Make sure it builds all tests What about the nop instruction? Should I add a conditional macros in the init.c file, or create a new macro to mirror l.nop to nop for or1k targe

Re: [PATCH] Add new (first) OpenRISC BSP called or1ksim.

2014-08-20 Thread Joel Sherrill
Hi Thanks. I just pushed this. I did not compile it. Make sure it builds all tests for you just like it did before. How is the test pass/fail rate? Did you get ticker running? On 8/20/2014 12:23 PM, Hesham ALMatary wrote: > This BSP is intended to run on or1ksim (the main OpenRISC emulator).

Re: [PATCH] Add new (first) OpenRISC BSP called or1ksim.

2014-08-20 Thread Gedare Bloom
Looks good to me. Joel, commit if you approve. On Wed, Aug 20, 2014 at 1:23 PM, Hesham ALMatary wrote: > This BSP is intended to run on or1ksim (the main OpenRISC emulator). > Fixed version according to Joel comments from the mailing list. > --- > c/src/aclocal/rtems-cpu-subdirs.m4

[PATCH] Add new (first) OpenRISC BSP called or1ksim.

2014-08-20 Thread Hesham ALMatary
This BSP is intended to run on or1ksim (the main OpenRISC emulator). Fixed version according to Joel comments from the mailing list. --- c/src/aclocal/rtems-cpu-subdirs.m4 | 1 + c/src/lib/libbsp/or1k/Makefile.am | 10 + c/src/lib/libbsp/or1k/acinclude.m4

Re: [PATCH] Add new (first) OpenRISC BSP called or1ksim.

2014-08-20 Thread Hesham Moustafa
On Tue, Aug 19, 2014 at 8:09 PM, Joel Sherrill wrote: > > On 8/19/2014 1:00 PM, Hesham ALMatary wrote: >> This BSP is intended to run on or1ksim (the main OpenRISC emulator). >> --- >> c/src/aclocal/rtems-cpu-subdirs.m4 | 1 + >> c/src/lib/libbsp/or1k/Makefile.am

Re: [PATCH] Add new (first) OpenRISC BSP called or1ksim.

2014-08-20 Thread Hesham Moustafa
Hi Joel, On Tue, Aug 19, 2014 at 8:09 PM, Joel Sherrill wrote: > > On 8/19/2014 1:00 PM, Hesham ALMatary wrote: >> This BSP is intended to run on or1ksim (the main OpenRISC emulator). >> --- >> c/src/aclocal/rtems-cpu-subdirs.m4 | 1 + >> c/src/lib/libbsp/or1k/Makefile.am

Re: [PATCH] Add new (first) OpenRISC BSP called or1ksim.

2014-08-19 Thread Joel Sherrill
On 8/19/2014 1:00 PM, Hesham ALMatary wrote: > This BSP is intended to run on or1ksim (the main OpenRISC emulator). > --- > c/src/aclocal/rtems-cpu-subdirs.m4 | 1 + > c/src/lib/libbsp/or1k/Makefile.am | 10 + > c/src/lib/libbsp/or1k/acinclude.m4

[PATCH] Add new (first) OpenRISC BSP called or1ksim.

2014-08-19 Thread Hesham ALMatary
This BSP is intended to run on or1ksim (the main OpenRISC emulator). --- c/src/aclocal/rtems-cpu-subdirs.m4 | 1 + c/src/lib/libbsp/or1k/Makefile.am | 10 + c/src/lib/libbsp/or1k/acinclude.m4 | 10 + c/src/lib/libbsp/or1k/configure.ac