Quitting the GSoC program

2017-06-23 Thread Tanu Hari Dixit
Hello all, I am writing to inform that I will be quitting the Google Summer of Code program. This is because I feel I am unable to do justice to the work and also because in the quest for justice, I am hurting my health. It is really difficult for me to take this decision and I hope you

Re: RISC-V/HiFive memory limitations

2017-06-23 Thread Denis Obrezkov
2017-06-23 20:16 GMT+02:00 Denis Obrezkov : > 2017-06-23 16:39 GMT+02:00 Joel Sherrill : > >> >> >> On Jun 23, 2017 9:29 AM, "Gedare Bloom" wrote: >> >> On Thu, Jun 22, 2017 at 8:32 PM, Denis Obrezkov >> wrote:

Re: [PATCH 4/5] Port am335x usb driver to RTEMS.

2017-06-23 Thread Christian Mauderer
- Ursprüngliche Mail - > Von: "赵 思晨" > An: "Sebastian Huber" , "Sichen Zhao" > <1473996...@qq.com>, devel@rtems.org > CC: "punit vara" , "Christian Mauderer" > >

Re: RISC-V/HiFive memory limitations

2017-06-23 Thread Joel Sherrill
On Jun 23, 2017 9:29 AM, "Gedare Bloom" wrote: On Thu, Jun 22, 2017 at 8:32 PM, Denis Obrezkov wrote: >> Ok, then I will try to adapt the default linkcmd file today. >> >> -- >> Regards, Denis Obrezkov > > > Hello all, > It seems that data section

Re: RISC-V/HiFive memory limitations

2017-06-23 Thread Gedare Bloom
On Thu, Jun 22, 2017 at 8:32 PM, Denis Obrezkov wrote: >> Ok, then I will try to adapt the default linkcmd file today. >> >> -- >> Regards, Denis Obrezkov > > > Hello all, > It seems that data section wasn't copied from ROM, so I've added the > initialization code > and

Re: [PATCH 4/5] Port am335x usb driver to RTEMS.

2017-06-23 Thread Sichen Zhao
Because my board is Beaglebone Black, It seems the BBB bsp currently doesn't support simplebus. Chrisian told me that currently only one BSP supports FDT, it's the quoriq. And i do boot via U-Boot. > Why can't you use the FDT support in libbsd on this board? I guess you > boot via U-Boot? >

Re: [PATCH 4/5] Port am335x usb driver to RTEMS.

2017-06-23 Thread Sebastian Huber
Why can't you use the FDT support in libbsd on this board? I guess you boot via U-Boot? -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP :

[PATCH 5/5] Add umass support in nexus-devices.h.

2017-06-23 Thread Sichen Zhao
Now rtems can mount and open USB disks on Beaglebone Black. --- rtemsbsd/include/bsp/nexus-devices.h | 1 + 1 file changed, 1 insertion(+) diff --git a/rtemsbsd/include/bsp/nexus-devices.h b/rtemsbsd/include/bsp/nexus-devices.h index 6fe4f7d..d7aec85 100644 ---

[PATCH] Add rtems_interrupt_server_handler_iterate()

2017-06-23 Thread Sebastian Huber
--- c/src/lib/libbsp/shared/src/irq-server.c | 70 cpukit/include/rtems/irq-extension.h | 22 ++ 2 files changed, 92 insertions(+) diff --git a/c/src/lib/libbsp/shared/src/irq-server.c b/c/src/lib/libbsp/shared/src/irq-server.c index