Re: Gcc 5.x or master o. SPARC

2015-06-17 Thread Sebastian Huber
Yes, see also: https://lists.rtems.org/pipermail/devel/2015-March/010710.html - Joel Sherrill joel.sherr...@oarcorp.com schrieb: Hi I did a quick test last week and my executables hung during init. Does anyone have any other experience with a gcx 5.x or newer? --joel

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

2015-06-17 Thread Joel Sherrill
This is a reminder to all mentors and students that mid term evaluations are due shortly. Students make sure your mentors and the community know your status. I would like each student to post their goals and status to devel@ so everyone knows how successful you all are. -- Forwarded

Gcc 5.x or master o. SPARC

2015-06-17 Thread Joel Sherrill
Hi I did a quick test last week and my executables hung during init. Does anyone have any other experience with a gcx 5.x or newer? --joel ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: GSOC 2015: Configuration GUI

2015-06-17 Thread Anand Krishnan
Hi all, I've almost prepared the basic layout for the GUI. Also added some dummy event handlers for File Menu. Any more suggestions before fetching the options? Code at : https://github.com/anandkp92/waf/tree/waf/gui Thanks, Anand On Tue, Jun 16, 2015 at 10:45 AM, Anand Krishnan

Re: GSoC 2015: Raspberry Pi 2 Support

2015-06-17 Thread Rohini Kulkarni
Hi all, I have updated my blog to reflect my understanding and attempts for cache performance issue. Lately I have been trying around memory attributes for the mm_config_table. One set of configurations for cacheable memory (inner and outer levels)ended up reducing performance further ( which I

Re: [rtems-libbsd commit] Add BDS command support headers.

2015-06-17 Thread Chris Johns
On 17/06/2015 9:17 pm, Sebastian Huber wrote: On 16/06/15 05:21, Chris Johns wrote: Module:rtems-libbsd Branch:master Commit:affed5e3f586860e2fd97445eaa20674dc4bcd25 Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=affed5e3f586860e2fd97445eaa20674dc4bcd25 Author:

Re: GSOC 2015: Configuration GUI

2015-06-17 Thread Anand Krishnan
On Thu, Jun 18, 2015 at 6:18 AM, Amar Takhar a...@rtems.org wrote: On 2015-06-18 05:57 +0530, Anand Krishnan wrote: Hi all, I've almost prepared the basic layout for the GUI. Also added some dummy event handlers for File Menu. Any more suggestions before fetching the options? This

Re: GSOC 2015: Configuration GUI

2015-06-17 Thread Amar Takhar
On 2015-06-18 05:57 +0530, Anand Krishnan wrote: Hi all, I've almost prepared the basic layout for the GUI. Also added some dummy event handlers for File Menu. Any more suggestions before fetching the options? This is a great start! Have you thought about how you are going to lay out the

Re: [rtems-libbsd commit] Add error() to the BSD program support.

2015-06-17 Thread Chris Johns
On 17/06/2015 9:13 pm, Sebastian Huber wrote: On 16/06/15 05:21, Chris Johns wrote: Module:rtems-libbsd Branch:master Commit:b5aca585949aa94d8d254ab4c4e5b4b2f7b1f1d9 Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=b5aca585949aa94d8d254ab4c4e5b4b2f7b1f1d9 Author:

Re: [rtems-libbsd commit] The BPF dev node needs a minor number for tcpdump.

2015-06-17 Thread Chris Johns
On 17/06/2015 9:08 pm, Sebastian Huber wrote: This breaks the DHCP client. I will fix this ... ruru chris $ ls -las /dev/bpf* 0 crw--- 1 root wheel 0xc Jun 9 10:45 /dev/bpf 0 lrwxr-xr-x 1 root wheel3 Jun 9 10:45 /dev/bpf0 - bpf Looks like we need both. Chris

Re: [rtems-libbsd commit] The BPF dev node needs a minor number for tcpdump.

2015-06-17 Thread Sebastian Huber
This breaks the DHCP client. On 16/06/15 05:21, Chris Johns wrote: Module:rtems-libbsd Branch:master Commit:50500b5e973a7287e19cac2c260f143ed1a04ead Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=50500b5e973a7287e19cac2c260f143ed1a04ead Author:Chris Johns

Re: [rtems-libbsd commit] Add error() to the BSD program support.

2015-06-17 Thread Sebastian Huber
On 16/06/15 05:21, Chris Johns wrote: Module:rtems-libbsd Branch:master Commit:b5aca585949aa94d8d254ab4c4e5b4b2f7b1f1d9 Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=b5aca585949aa94d8d254ab4c4e5b4b2f7b1f1d9 Author:Chris Johns chr...@rtems.org Date: Tue Jun 16

Re: USB Host and MMC/SD Card Stack

2015-06-17 Thread Martin Galvan
Yes, it is, although the support (more precisely, the host side) was added recently (and thus it's not yet on RTEMS' libbsd). These are the files used by the Beaglebone Black: http://svnweb.freebsd.org/base/head/sys/dev/usb/controller/musb_otg.c?revision=278850view=markup

Re: [rtems-libbsd commit] Add BDS command support headers.

2015-06-17 Thread Sebastian Huber
On 16/06/15 05:21, Chris Johns wrote: Module:rtems-libbsd Branch:master Commit:affed5e3f586860e2fd97445eaa20674dc4bcd25 Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=affed5e3f586860e2fd97445eaa20674dc4bcd25 Author:Chris Johns chr...@rtems.org Date: Tue Jun 16

Re: USB Host and MMC/SD Card Stack

2015-06-17 Thread Sebastian Huber
On 16/06/15 21:28, Martin Galvan wrote: Sebastian Huber sebastian.hu...@embedded-brains.de wrote: Which USB and MMC/SD card hardware modules has this chip? Are they standard modules, e.g. EHCI, SDHC or something like this? From what I saw, the USB module on the Beaglebone Black is built