Re: [PATCH] Add support for OpenRISC - Fixed issues

2014-08-13 Thread Hesham Moustafa
On Tue, Aug 12, 2014 at 9:21 PM, Joel Sherrill wrote: > Feedback after committing: > > 1) cpukit/score/cpu/or1k/prenstall.am was not in patch. I added > and committed it. > Thanks for adding it. > 2) Without a BSP to specify, nothing gets built. > > See how your tree works now that you can rebase.

Re: [PATCH] Add support for OpenRISC - Fixed issues

2014-08-12 Thread Joel Sherrill
Feedback after committing: 1) cpukit/score/cpu/or1k/prenstall.am was not in patch. I added and committed it. 2) Without a BSP to specify, nothing gets built. See how your tree works now that you can rebase. Then let's get the BSP reviewed and merged. --joel On 8/12/2014 12:49 PM, Gedare Bloom

Re: [PATCH] Add support for OpenRISC - Fixed issues

2014-08-12 Thread Joel Sherrill
OK with me. It will be easier to address issues once merged anyway. I plan to commit, try to build, report, then Hesham can rebase and report. On August 12, 2014 12:49:10 PM CDT, Gedare Bloom wrote: >OK from me. > >On Tue, Aug 12, 2014 at 11:57 AM, Hesham ALMatary > wrote: >> This work is base

Re: [PATCH] Add support for OpenRISC - Fixed issues

2014-08-12 Thread Gedare Bloom
OK from me. On Tue, Aug 12, 2014 at 11:57 AM, Hesham ALMatary wrote: > This work is based on the old or32 port (that has been > removed back in 2005) authored by Chris Ziomkowski. The patch includes the > basic functions every port should implement like: context switch, exception > handling, Open

[PATCH] Add support for OpenRISC - Fixed issues

2014-08-12 Thread Hesham ALMatary
This work is based on the old or32 port (that has been removed back in 2005) authored by Chris Ziomkowski. The patch includes the basic functions every port should implement like: context switch, exception handling, OpenRISC ABI and machine definitions and configurations. --- cpukit/configure.ac