Re: Many PowerPC BSP Failures on splinkerset01

2016-08-10 Thread Sebastian Huber
This should be already fixed by: https://git.rtems.org/rtems/commit/?id=21d736554ce52db5cdf3a71a4fb35a8aad0636d8 On 10/08/16 17:32, Joel Sherrill wrote: Hi On my last build sweep, it looks like all of these BSPs fail to link splinkerset01. powerpc-brs5l powerpc-brs6l powerpc-br_uid powerpc-

Re: [PATCH 01/02] USB driver bcm283x_dwcotg added.

2016-08-10 Thread Thomas Kim
Dear Deval Shah, I found something. At this time, I am analyzing libbsd subsystem call procedure. I added additional information on verbose log file for referencing kernel.h (in rtems-libbsd/freebsd/sys/sys) and symbol file which is generated by arm-rtems4.12-nm. I attached this log file(libbsd-v

Re: [PATCH 01/02] USB driver bcm283x_dwcotg added.

2016-08-10 Thread Thomas Kim
Dear Deval Shah, I checked my rasberry board. my board is rasberry Pi B+. (It is not RPI2 B+) I am sorry. I returned to rtems, libbsd version for Pi B+. Anyway, I guess that both bcm283x_dwc_otg_probe() and bcm283x_dwc_otg_attach() function should be called. I don't know how to call bcm283x_dwc_o

Re: Error in initializing network parameters

2016-08-10 Thread Gedare Bloom
We discussed this on IRC and Deval will try to dig deeper to understand the dhcpd example as an approach to event-based synchronization. On Mon, Aug 8, 2016 at 2:13 PM, Deval Shah wrote: > I ran both the dhcpcd examples. The boot logs are below. I am seeing the > same problem in these two exampl

Many PowerPC BSP Failures on splinkerset01

2016-08-10 Thread Joel Sherrill
Hi On my last build sweep, it looks like all of these BSPs fail to link splinkerset01. powerpc-brs5l powerpc-brs6l powerpc-br_uid powerpc-dp2 powerpc-gwlcfm powerpc-hsc_cm01 powerpc-icecube powerpc-mpc5566evb powerpc-mpc5566evb_spe powerpc-mpc5643l_dpu powerpc-mpc5643l_evb powerpc-mpc5668g powerp

Re: [PATCH 01/02] USB driver bcm283x_dwcotg added.

2016-08-10 Thread Thomas Kim
Dear Deval Shah, Thank you very much for finding my fault. I changed BSP from rasberrypi to rasberrypi2. also, I changed base address and irq number accroding to your guide. I will test this tomorrow. Additionally, I modifed usb-sysinit.h in below; #ifdef USB_SYSINIT_INIT #if defined(LIBBSP_AR

Re: [PATCH 01/02] USB driver bcm283x_dwcotg added.

2016-08-10 Thread Deval Shah
I saw the files which you have attached. I found one quick mistake. In your nexus-devices.h file "RTEMS_BSD_DRIVER_BCM283X_DWCOTG(0x2098, 17);", base and irq used are wrong. I had corrected the irq in my other commit. They will be 0x3F98 (since you are using Raspberry pi 2) and 9. It woul