Re: [PATCH 2/3] Port rtl8188eu driver to RTEMS.

2017-07-30 Thread Sebastian Huber
On 31/07/17 08:42, Sichen Zhao wrote: @@ -158,7 +164,9 @@ typedef void(*chip_usb_attach)(struct rtwn_usb_softc *); static const chip_usb_attach rtwn_chip_usb_attach[RTWN_CHIP_MAX_USB] = { [RTWN_CHIP_RTL8192CU] = r92cu_attach, +#ifndef __rtems__ [RTWN_CHIP_RTL8192EU

[PATCH 1/3] Import r92_llt.c from FreeBSD.

2017-07-30 Thread Sichen Zhao
--- freebsd/sys/dev/rtwn/rtl8192c/r92c_llt.c | 75 1 file changed, 75 insertions(+) create mode 100644 freebsd/sys/dev/rtwn/rtl8192c/r92c_llt.c diff --git a/freebsd/sys/dev/rtwn/rtl8192c/r92c_llt.c b/freebsd/sys/dev/rtwn/rtl8192c/r92c_llt.c new file mode 100644

[PATCH 3/3] Enable the WEP encrypted WiFi.

2017-07-30 Thread Sichen Zhao
Now rtems can connnect WiFi via WEP on rtl8188eu chip. --- rtemsbsd/include/bsp/nexus-devices.h | 1 + rtemsbsd/rtems/rtems-kernel-init.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/rtemsbsd/include/bsp/nexus-devices.h b/rtemsbsd/include/bsp/nexus-devices.h index fe53862..618b9ab 100

[PATCH 2/3] Port rtl8188eu driver to RTEMS.

2017-07-30 Thread Sichen Zhao
Now USB dongle rtl8188eu can work as wlan client device. It can scan wifi, connect wifi. --- Makefile.todo |6 + freebsd/sys/dev/rtwn/usb/rtwn_usb_attach.h |8 + libbsd.py |2 + libbsd_waf.py |

Re: Binutils 2.29

2017-07-30 Thread Sebastian Huber
On 30/07/17 22:25, Jiri Gaisler wrote: However, Sebastian mentioned that gdb-8.0 has some build problems on FreeBSD so we might have to stick with gdb-7.12 for now ... Yes, it didn't build on FreeBSD 11 and Mac out of the box. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4,

Re: [rtems commit] Remove Edison BSP.

2017-07-30 Thread Chris Johns
On 29/07/2017 05:31, Joel Sherrill wrote: > Module:rtems > Branch:master > Commit:dd6992fd7c534bbb05e7cd85274f668632aa2de2 > Changeset: > http://git.rtems.org/rtems/commit/?id=dd6992fd7c534bbb05e7cd85274f668632aa2de2 > > Author:Joel Sherrill > Date: Fri Jul 28 14:15:36 2017

Re: [rtems commit] bsp/qoriq: New BSP names

2017-07-30 Thread Chris Johns
On 28/07/2017 18:49, Sebastian Huber wrote: > Module:rtems > Branch:master > Commit:0db7c550aca1520899702cd170738481096af667 > Changeset: > http://git.rtems.org/rtems/commit/?id=0db7c550aca1520899702cd170738481096af667 > > Author:Sebastian Huber > Date: Thu Jul 27 15:36:11 2

Re: Optimization issue in RISC-V BSP

2017-07-30 Thread Hesham Almatary
On Mon, Jul 31, 2017 at 5:03 AM, Denis Obrezkov wrote: > 2017-07-30 20:40 GMT+02:00 Joel Sherrill : >> >> >> >> On Jul 30, 2017 12:19 PM, "Denis Obrezkov" >> wrote: >> >> 2017-07-30 3:10 GMT+02:00 Joel Sherrill : >>> >>> >>> >>> On Jul 29, 2017 8:02 PM, "Denis Obrezkov" >>> wrote: >>> >>> >>> >>

Re: Binutils 2.29

2017-07-30 Thread Jiri Gaisler
On 07/28/2017 12:30 AM, Chris Johns wrote: > On 27/07/2017 22:46, Sebastian Huber wrote: >> I build currently a tool set using Binutils 2.29 instead of 2.28. I will >> build >> all BSPs tomorrow with it. In case this is successful, then I will commit >> this >> to RSB. > There is also gdb-8.0. S

Re: Optimization issue in RISC-V BSP

2017-07-30 Thread Denis Obrezkov
2017-07-30 20:40 GMT+02:00 Joel Sherrill : > > > On Jul 30, 2017 12:19 PM, "Denis Obrezkov" > wrote: > > 2017-07-30 3:10 GMT+02:00 Joel Sherrill : > >> >> >> On Jul 29, 2017 8:02 PM, "Denis Obrezkov" >> wrote: >> >> >> >> 2017-07-30 2:34 GMT+02:00 Joel Sherrill : >> >>> >>> Sorry to top post but

Re: Optimization issue in RISC-V BSP

2017-07-30 Thread Joel Sherrill
On Jul 30, 2017 12:19 PM, "Denis Obrezkov" wrote: 2017-07-30 3:10 GMT+02:00 Joel Sherrill : > > > On Jul 29, 2017 8:02 PM, "Denis Obrezkov" wrote: > > > > 2017-07-30 2:34 GMT+02:00 Joel Sherrill : > >> >> Sorry to top post but this thread is very deep to answer on a phone. >> >> Try looking at

Re: Optimization issue in RISC-V BSP

2017-07-30 Thread Denis Obrezkov
2017-07-30 3:10 GMT+02:00 Joel Sherrill : > > > On Jul 29, 2017 8:02 PM, "Denis Obrezkov" wrote: > > > > 2017-07-30 2:34 GMT+02:00 Joel Sherrill : > >> >> Sorry to top post but this thread is very deep to answer on a phone. >> >> Try looking at the same code on the erc32 bsp and see how it is don