Re: [PATCH] SDHC driver for PowerPC QoriQ

2016-07-25 Thread Sebastian Huber
On 26/07/16 03:17, Nickolay Kolchin wrote: 1. We were not aware about existing SDHC driver. We always considered rtems-libbsd an experiment. Is it ready for production use? Yes, its definitely ready for production use. Its documentation and configuration is currently the weak point. I would

Re: [PATCH] Add Untar_FromGzChunk_Print() + Test

2016-07-25 Thread Chris Johns
OK to push. On 25/07/2016 11:46 PM, Alexander Krutwig wrote: --- cpukit/libmisc/Makefile.am| 2 +- cpukit/libmisc/untar/untar.h | 33 + cpukit/libmisc/untar/untar_tgz.c | 89 +++ testsuites/libtests/configure.ac | 3

Re: [PATCH] score/i386: Add context switch restore external symbol as a marker.

2016-07-25 Thread Gedare Bloom
On Fri, Jul 22, 2016 at 3:06 AM, Chris Johns wrote: > On 22/07/2016 17:05, Sebastian Huber wrote: >>> >>> >>> _CPU_Context_Get_PC() ? >>> >>> I would like this to be localised to the CPU implementation and >>> something that is figured out when a new port is done. >> >> >> Yes,

Re: Errors due to USB_HAVE_UGEN option

2016-07-25 Thread Joel Sherrill
My suggestion is to get the complete original FreeBSD source with svn and use something like cscope to find the body. This appears to be a common helper and I am surprised the need for it hasn't turned up yet. But who knows. Find the source in FreeBSD and make sure it is in the rtems-libbsd tree.

[PATCH] Add Untar_FromGzChunk_Print() + Test

2016-07-25 Thread Alexander Krutwig
--- cpukit/libmisc/Makefile.am| 2 +- cpukit/libmisc/untar/untar.h | 33 + cpukit/libmisc/untar/untar_tgz.c | 89 +++ testsuites/libtests/configure.ac | 3 +- testsuites/libtests/tar01/Makefile.am | 32 +++--

REMINDER: New class "RTEMS Application Development" in Munich/Germany, 18.-20. October 2016

2016-07-25 Thread Thomas Doerfler
Hello, just a short reminder for those interested: we are currently planning an open RTEMS class "RTEMS Application Development" in Munich/Germany to start on October 18th, 2016. This class has is main focus on application development based on the RTEMS kernel. Maybe you or

Errors due to USB_HAVE_UGEN option

2016-07-25 Thread Deval Shah
Hello everyone, I am trying to add USB mouse to Raspberry Pi, therefore adding related files. There are some functions which are used by ā€œ/dev/usb/input/ums.cā€ but are not being compiled due to the switch/macro USB_HAVE_UGEN in the file rtems-libbsd/rtemsbsd/include/rtems/bsd/local/opt_usb.h.