Re: GSOC 2015: Configuration GUI

2015-06-26 Thread Anand Krishnan
Hi, The GUI is partially done. The set up for Boolean and Integer options is done. Find the files here: https://github.com/anandkp92/waf/tree/waf/gui [Run gui.py]. Please let me know if you are facing any issue while running this file or any changes I have to make. Thanks, Anand On Thu, Jun 18

Re: [PATCH] RTEMS related changes for cpsw ethernet driver

2015-06-26 Thread Gedare Bloom
On Fri, Jun 26, 2015 at 4:41 PM, ragunath wrote: > --- > Makefile | 1 + > freebsd/sys/arm/ti/cpsw/if_cpsw.c | 56 > -- > freebsd/sys/arm/ti/cpsw/if_cpswreg.h | 1 + > freebsd/sys/arm/ti/cpsw/if_cpswva

[PATCH] RTEMS related changes for cpsw ethernet driver

2015-06-26 Thread ragunath
--- Makefile | 1 + freebsd/sys/arm/ti/cpsw/if_cpsw.c | 56 -- freebsd/sys/arm/ti/cpsw/if_cpswreg.h | 1 + freebsd/sys/arm/ti/cpsw/if_cpswvar.h | 2 + rtemsbsd/include/bsp/nexus-devices.h

[PATCH] Import cpsw driver and smscphy driver from FreeBSD

2015-06-26 Thread ragunath
--- Makefile |2 + freebsd/sys/arm/ti/cpsw/if_cpsw.c| 2198 ++ freebsd/sys/arm/ti/cpsw/if_cpswreg.h | 137 +++ freebsd/sys/arm/ti/cpsw/if_cpswvar.h | 124 ++ freebsd/sys/dev/mii/smscphy.c| 227 libbsd.py

Re: [PATCH] modified: waf_generator.py Fix incorrect encoding of NET_CFG_GATEWAY_IP and change _IP_IP ending to _IP. Remove _IP_IP ending from NET_TAP_INTERFACE.

2015-06-26 Thread Gene Smith
On 06/26/2015 12:13 AM, Chris Johns wrote: Pushed. Thanks. Chris Thanks. Sorry about the long subject/summary line. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Fwd: [GSoC Mentors] [GSoC 2015] Mentor Midterm Evaluations 26 June - 3 July

2015-06-26 Thread Joel Sherrill
All students and mentors will need to start doing their midterm evaluations as soon as possible. But notice the time. The evaluation forms are not live for a few hours. Please make this easy and let's get this behind us. :) -- Forwarded message - From: 'Carol Smith' via Google Su

Re: GSoC 2015 RPi USB Support

2015-06-26 Thread Yurii Shevtsov
2015-06-25 16:00 GMT+03:00 Sebastian Huber : > I would set a break point to nexus_probe(). In this loop > > SET_FOREACH(nd, nexus) { > device_add_child(dev, nd->name, nd->unit); > } > > your device must get added. I would also set break points to the probe and > attach functions of

Re: Results

2015-06-26 Thread Saurabh Gadia
I will try to model this test case environment soon and get back to you. @gedare - you are absolutely correct about the description of project On Friday, June 26, 2015, Gedare Bloom wrote: > On Fri, Jun 26, 2015 at 9:42 AM, Sebastian Huber > > wrote: > > On 26/06/15 15:28, Gedare Bloom wrote: >

Re: Results

2015-06-26 Thread Gedare Bloom
On Fri, Jun 26, 2015 at 9:42 AM, Sebastian Huber wrote: > On 26/06/15 15:28, Gedare Bloom wrote: >> >> Since this thread got migrated to devel a bit prematurely, I'll >> back-stop some of the details and how I understand the state of this >> project. >> >> Saurabh is working toward solving https:/

Re: Results

2015-06-26 Thread Sebastian Huber
On 26/06/15 15:28, Gedare Bloom wrote: Since this thread got migrated to devel a bit prematurely, I'll back-stop some of the details and how I understand the state of this project. Saurabh is working toward solving https://devel.rtems.org/ticket/2124 (so yes there is a ticket already, and it sh

Re: Jan Dolezal bachelor thesis available - RTEMS VESA BIOS graphics on Current PC Graphics Cards

2015-06-26 Thread Gedare Bloom
On Fri, Jun 26, 2015 at 9:35 AM, Gedare Bloom wrote: > Congrats Jan, great work! > Gedare > > On Fri, Jun 26, 2015 at 8:45 AM, Pavel Pisa wrote: >> Hello everybody, >> >> I would like to inform that full text of the bachelor >> thesis >> >> Drivers and Libraries Enabling RTEMS OS GUI on Current P

Re: Jan Dolezal bachelor thesis available - RTEMS VESA BIOS graphics on Current PC Graphics Cards

2015-06-26 Thread Gedare Bloom
Congrats Jan, great work! Gedare On Fri, Jun 26, 2015 at 8:45 AM, Pavel Pisa wrote: > Hello everybody, > > I would like to inform that full text of the bachelor > thesis > > Drivers and Libraries Enabling RTEMS OS GUI on Current PC Graphics Cards > > has been defended and is available online > >

Re: Results

2015-06-26 Thread Gedare Bloom
Since this thread got migrated to devel a bit prematurely, I'll back-stop some of the details and how I understand the state of this project. Saurabh is working toward solving https://devel.rtems.org/ticket/2124 (so yes there is a ticket already, and it should be referenced by patches accordingly

Jan Dolezal bachelor thesis available - RTEMS VESA BIOS graphics on Current PC Graphics Cards

2015-06-26 Thread Pavel Pisa
Hello everybody, I would like to inform that full text of the bachelor thesis Drivers and Libraries Enabling RTEMS OS GUI on Current PC Graphics Cards has been defended and is available online https://dspace.cvut.cz/handle/10467/61467 https://dspace.cvut.cz/bitstream/handle/10467/61467/F3-BP-2

Re: PowerPC gwlcfm and mpc5566evb build failure

2015-06-26 Thread Sebastian Huber
On 16/12/14 10:39, Sebastian Huber wrote: On 15/12/14 19:33, Joel Sherrill wrote: Both fail with this. powerpc-rtems4.11-gcc --pipe -B../../../../.././lib/ -B../../../../.././gwlcfm/lib/ -specs bsp_specs -qrtems -DPACKAGE_NAME=\"rtems-c-src-lib-libcpu-powerpc\" -DPACKAGE_TARNAME=\"rtems-c-s

Re: [PATCH 7/7] score: Hide SMP lock profiling impl if disabled

2015-06-26 Thread Sebastian Huber
On 26/06/15 09:07, Chris Johns wrote: > >> >>I looked into adding some SMP stats to top not long ago I found there >>was nothing I report on unless profiling was on and if I turned on >>profiling I got too much such as timing and other nice features. >> >>I could not see how to show how many c

Re: configuring libbsd for em NIC driver

2015-06-26 Thread Sebastian Huber
The currently supported platforms of libbsd Ethernet are: o Altera Cyclone V o Xilinx Zynq o Freescale P1020 o Freescale MCF548x Everything else needs some extra work. Depending on your prior knowledge of the system this is more or less time consuming. On 26/06/15 01:42, Wu, Mark H. wrote: I

Re: [PATCH 7/7] score: Hide SMP lock profiling impl if disabled

2015-06-26 Thread Chris Johns
On 26/06/2015 5:01 pm, Sebastian Huber wrote: > > > On 26/06/15 01:45, Chris Johns wrote: >> On 25/06/2015 11:17 pm, Sebastian Huber wrote: >>> The problem is that empty structures have a different size in C and C++. >>> --- >>> cpukit/score/include/rtems/score/percpu.h | 17 ++- >>> cpukit/

Re: [PATCH 7/7] score: Hide SMP lock profiling impl if disabled

2015-06-26 Thread Sebastian Huber
On 26/06/15 01:45, Chris Johns wrote: On 25/06/2015 11:17 pm, Sebastian Huber wrote: The problem is that empty structures have a different size in C and C++. --- cpukit/score/include/rtems/score/percpu.h | 17 ++- cpukit/score/include/rtems/score/smplock.h | 167 +-