Re: GSoC 2015 RPi USB Support

2015-08-09 Thread Gedare Bloom
The one other thing I will say, to repeat myself, is that I'd like you to clean-up your code on github so that you have clean commit history without any merge commits. Gedare On Sun, Aug 9, 2015 at 7:09 PM, Gedare Bloom wrote: > There isn't much action here on Fridays or Weekends normally. Have

Re: GSoC 2015 RPi USB Support

2015-08-09 Thread Gedare Bloom
There isn't much action here on Fridays or Weekends normally. Have you gotten around to writing up your blog post describing the various steps you have tried? It's a little hard to help you to debug without understanding the full scope of what you have been trying to do. Gedare On Sun, Aug 9, 201

Re: SMP support for Raspberry Pi 2

2015-08-09 Thread Rohini Kulkarni
There is no documentation or information from forums I can find to get a lead. I suppose i will go ahead with mailboxes. Each core has 4 mailboxes, usage being left to us. One of the mailboxes can be used here. On Sun, Aug 9, 2015 at 2:28 AM, Joel Sherrill wrote: > > > On August 8, 2015 3:17:01

Re: GSoC 2015 RPi USB Support

2015-08-09 Thread Yurii Shevtsov
Ping! Any news? 2015-08-07 0:41 GMT+03:00 Yurii Shevtsov : > These macroses are placed here > https://github.com/gtament/rtems-libbsd/blob/cf3f0fcafef3bcb9b0ec80d8c57e1304689ebace/rtemsbsd/include/machine/rtems-bsd-sysinit.h > And of course I added proper lines to specific testsuites, like > init0

Re: xilinx microblaze

2015-08-09 Thread Hesham ALMatary
On Fri, Aug 7, 2015 at 11:22 PM, Joel Sherrill wrote: > > > On 8/7/2015 6:20 AM, Hesham ALMatary wrote: >> >> On Fri, Aug 7, 2015 at 12:07 PM, wrote: >>> >>> Zitat von Hesham ALMatary : >>> Hi, >>> >>> >>> FYI, there's some initial port that runs hello world here [1]. I'll most li

Porting Linux driver into Xtratum

2015-08-09 Thread Shabnam Engineer
Hello,I have a question about porting Linux drivers into Xtratum.Can I port Linux drivers into Xtratum? or is there something like DDE/DDEKit (it is for l4-based systems) for Xtratum.I want to implement Xtratum on a board and test some features, At first I want to  be sure that if I need a drive

No interrupt on VirtualBox

2015-08-09 Thread 김진현
Hi,I made a simple driver for RTEMS to use network application on VirtualBox.But I have a problem about interrupt.I success to setup interrupt handler and there is no error return on "BSP_install_rtems_irq_handler".However I don't receive any interrupt by network device.My VirtualBox's version

RTEMS lwIP porting

2015-08-09 Thread ragu nath
Hi All, I have sent the patches for building lwIP from RSB. First patch contains changes for RTEMS Resource Builder. The second patch is RTEMS specific changes that will be applied to lwIP base.This patch contains only lwIP sources. I will be sending another patch for the driver to be used with l

[PATCH] RTEMS specific changes for lwIP

2015-08-09 Thread Ragunath
From: ragunath --- .gitignore| 1 + Makefile | 170 +++ ports/include/arch/cc.h | 123 ports/include/arch/perf.h | 38 +++ ports/include/arch/sys_arch.h | 59 ports/include/lwipopts.h | 178 ports/sys_

[PATCH] lwIP configuration & build files

2015-08-09 Thread Ragunath
From: ragunath Patch to build lwip with RTEMS Resource builder. It builds the lwip sources and creates a library. --- rtems/config/4.11/net/lwip.bset | 20 +++ rtems/config/net/lwip-1-1.cfg| 27 source-builder/config/lwip-1.cfg | 54