GSoC2016 : Providing SMP support for RTEMS

2016-03-04 Thread Rahul Goradia
Hello everyone. I am Rahul Goradia from India. I am interested to provide SMP support for RTEMS. I have read Getting Started Document and configured RTEMS for SPARC. I successfully run helloworld example and now trying to run modified code. I believe I have good understanding of operating system

Re: [GSOC, 2016] Improve support for Raspberry Pi BSP

2016-03-04 Thread Gedare Bloom
Hello, On Fri, Mar 4, 2016 at 10:41 AM, Pratik Singhal wrote: > Hello, I am Pratik Singhal 3rd year undergraduate student studying Computer > Science in India. > I am interested in working with RTEMS on improving support for Raspberry Pi > boards as a part of Google summer of code 2016 project. >

Re: BBB GSoC Projects was Re: Gsoc 2016 project proposal

2016-03-04 Thread Marcos Díaz
We use I2c but using drivers from TI's baremetal drivers they provide in their StarterWare software suite. So, currently we cannot commit that into RTEMS. But those drivers should be very useful to port to RTEMS. On Wed, Mar 2, 2016 at 5:53 PM, Joel Sherrill wrote: > > > On Wed, Mar 2, 2016 at 2

Re: [PATCH 8/8] score: Replace watchdog handler implementation

2016-03-04 Thread Joel Sherrill
On Fri, Mar 4, 2016 at 12:25 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > > > On 03/03/16 23:44, Joel Sherrill wrote: > >> >> > >> > "be placed on Red-Black Trees for set management." copy-pasted >> comment >> > should be Chains? >> >> Thanks, for spotting

Re: Building RTEMS hello world image using CMake

2016-03-04 Thread Gedare Bloom
You should first compile and install RTEMS per https://devel.rtems.org/wiki/TBR/UserManual/Quick_Start using 4.12 for the master branch of rtems.git. Then you can see how the git.rtems.org/examples-v2.git uses two build systems, custom makefiles and waf, to compile example applications. This might

Re: Policy for RSB branches for 4.9, 4.10 and 4.11

2016-03-04 Thread Sebastian Huber
On 28/02/16 00:07, Chris Johns wrote: Hi, Should we create branches for 4.9 and 4.10 in the RSB repo? Should the 4.9, 4.10 and 4.11 build set files and config scripts be removed from master? I do not see the point of maintaining the branches for releases and the master and I can see a situatio

Re: [PATCH 5/8] score: Add _Per_CPU_Is_boot_processor()

2016-03-04 Thread Sebastian Huber
On 03/03/16 16:18, Joel Sherrill wrote: On Thu, Mar 3, 2016 at 9:14 AM, Sebastian Huber > wrote: On 03/03/16 16:12, Joel Sherrill wrote: Other than bookkeeping, what is this going to be used for? Its used later in the watchdog

Re: error in building RTEMS Source Builder

2016-03-04 Thread Chris Johns
> On 4 Mar 2016, at 5:03 PM, Abhinav Jain wrote: > > So I am trying to build the RTEMS Source Builder on my Ubuntu machine > and this is the report file that gets generated! > Thanks for the report. The RTEMS tool should be fixed. Please try again. Please let me know if it is still broken.