Re: [PATCH] SDHC driver for PowerPC QoriQ

2016-07-24 Thread Sebastian Huber
Hello Nickolay, the sources must have a proper license header. Is there a particular reason why you didn't use the standard SDHC driver: https://git.rtems.org/rtems-libbsd/tree/freebsd/sys/dev/sdhci/sdhci.c It depends a bit on your QorIQ variant, some have nasty silicon bugs in the SDHC

Re: CMake build system for RTEMS

2016-07-24 Thread Chris Johns
On 25/07/2016 11:56, Nickolay Kolchin wrote: We are interested in inclusion this in official RTEMS and are ready to provide support if required. Thank you for the offer. If you are interested in contributing to RTEMS I am happy to chat about some areas where we need help. Getting 4.11 and

CMake build system for RTEMS

2016-07-24 Thread Nickolay Kolchin
CMake build system for RTEMS Nickolay Semyonov Version 0.5 Why --- 1. Use ninja as build tool to improve compile time performance. 2. Get rid of Cygwin/MSYS on Windows. I.e. under Windows we need only compiler, cmake and ninja. 3. Better

[PATCH] SDHC driver for PowerPC QoriQ

2016-07-24 Thread Nickolay Semyonov
From: Nickolay Semyonov Heavily tested with iozone. --- c/src/lib/libbsp/powerpc/qoriq/Makefile.am |3 + c/src/lib/libbsp/powerpc/qoriq/esdhc/esdhc.c | 1215 ++ c/src/lib/libbsp/powerpc/qoriq/include/bsp.h |2 + 3 files changed, 1220

Re: I2C testcase linking error

2016-07-24 Thread Joel Sherrill
The linking error looks like some piece of configuration information is missing from the application. This results in the configuration information from the application but being complete and another set being pulled in from librtemscpu.a. that has the default configuration in it. On Jul 24, 2016

Re: I2C testcase linking error

2016-07-24 Thread punit vara
Thanks a lot. :) I2C framework uses IMFS that why I think this solution worked. On Sun, Jul 24, 2016 at 11:52 PM, Ben Gras wrote: > All, > > Aha, I see the problem indeed. > From the output I conclude default-configuration.o is providing symbols > that conflict with

Re: Help required with setting up TFTP communication between QEMU instance and host machine

2016-07-24 Thread Chris Johns
On 23/07/2016 7:41 PM, vivek kukreja wrote: > > Thank you for your prompt advice regarding tap interface. > I followed this mail chain and successfully run the ping01 example in > rtems-libbsd: > > https://lists.rtems.org/pipermail/users/2015-June/029063.html > > Now I can ping and FTP into

Re: I2C testcase linking error

2016-07-24 Thread punit vara
https://github.com/punitvara/rtems/tree/new You can reproduce linking error from this new branch. On Sat, Jul 23, 2016 at 11:57 PM, Ben Gras wrote: > All, > > > I tried to reproduce this. The I2C branch of your repo doesn't build > because of struct i2c not being