Re: Expanding Mailbox API

2016-08-06 Thread Gedare Bloom
It would make sense to me to refactor this code. I can't recall if there was a compelling reason to have all of these different structs. On Sat, Aug 6, 2016 at 9:10 AM, Mudit Jain wrote: > Hi, > > I had previously worked on adding functionality to the mailbox interface and > am working on expandi

Expanding Mailbox API

2016-08-06 Thread Mudit Jain
Hi, I had previously worked on adding functionality to the mailbox interface and am working on expanding the same further. Below is the link for adding further functionalities to Mailbox interface like getting board serial, power state, clock rate etc. Link : https://github.com/spark1729/rtems/com

Re: DMA for RPi

2016-08-06 Thread Mudit Jain
Hi, In the previous link, in irq.c, there is an error. I was using BCM2835_IRQ_PENDING2, BCM2835_IRQ_ENABLE2 & BCM2835_IRQ_DISABLE2 instead of BCM2835_IRQ_PENDING1, BCM2835_IRQ_ENABLE1, & BCM2835_IRQ_DISABLE1. I have corrected that in my the below given link. Kindly review the same. GitHub : htt

Re: DMA for RPi

2016-08-06 Thread Mudit Jain
Hi all, Github Link : https://github.com/spark1729/rtems/commit/eaf0ae5058877ee525f32ea545e3eb76e185ebbf As per the suggestions I have made modifications. 1. Invalidating the cache in the rpi_dma_start 2. Adding a atomic flag in the channel structure which will be used for DMA serializing. 3. Ch

[PATCH]doc:source-builder.txt:Typographical errors

2016-08-06 Thread Sambeet Panigrahi
>From 137ed5e54a06738752d18982fcab9d90070e58cc Mon Sep 17 00:00:00 2001 From: Sambeet Panigrahi Date: Sat, 6 Aug 2016 14:28:11 +0530 Subject: [PATCH] Typo in rsb doc --- doc/source-builder.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source-builder.txt b/doc/